Skip to content

Commit

Permalink
Wrap up this round of compositor optimizations
Browse files Browse the repository at this point in the history
I'm sure there will be more to optimize in the future, but as of now
(build 70), PD's viewport pipeline is in a great place.  Everything is
more fluid and better organized, and the viewport pipeline and
compositor will only need a few lines of code to handle paint tools.

As an added bonus, paint operations will automatically receive all layer
features for free (opacity, blend modes, subpixel positioning, etc)
without any work on the part of the brush engine.  Very exciting.
  • Loading branch information
tannerhelland committed Apr 18, 2015
1 parent da140a1 commit f6c6486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhotoDemon.vbp
Expand Up @@ -281,7 +281,7 @@ Description="PhotoDemon Photo Editor"
CompatibleMode="0"
MajorVer=6
MinorVer=7
RevisionVer=68
RevisionVer=70
AutoIncrementVer=1
ServerSupportFiles=0
VersionComments="Copyright 2000-2015 Tanner Helland - photodemon.org"
Expand Down

0 comments on commit f6c6486

Please sign in to comment.