summaryrefslogtreecommitdiff
path: root/cogl/cogl-pipeline-snippet.c
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-12/+18
* Use a GList instead of a BSD list for CoglPipelineSnippetListNeil Roberts2013-06-131-152/+137
* Fix multiple snippet interleaving bugPlamena Manolova2013-03-201-1/+2
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-261-1/+18
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+2
* snippet: Add a hook for the layer texture coordinate transformationNeil Roberts2011-12-061-1/+1
* snippet: Don't generate code for snippets that are replacedNeil Roberts2011-12-061-38/+52
* snippet: Fix detecting the last snippetNeil Roberts2011-12-061-1/+8
* snippet: Move the hook to be a property of the snippetNeil Roberts2011-12-061-7/+2
* pipeline: Add a snippet hook for the texture lookupNeil Roberts2011-12-061-0/+100
* pipeline: Move the snippet source loop into a common functionNeil Roberts2011-12-061-0/+160