summaryrefslogtreecommitdiff
path: root/cogl/cogl-snippet.h
Commit message (Expand)AuthorAgeFilesLines
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-141-14/+20
* Add the cogl_point_coord snippet builtinNeil Roberts2013-09-021-0/+13
* docs: Fix the documentation for texture coordinates in snippetsNeil Roberts2013-09-021-11/+15
* Add support for per-vertex point sizesNeil Roberts2013-06-071-0/+48
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-261-1/+33
* Fixes for --disable-glibNeil Roberts2012-11-261-4/+2
* Remove the pipeline layer user matrixNeil Roberts2012-11-211-20/+9
* Remove cogl-primitives.h and CoglTextureVertexNeil Roberts2012-09-141-3/+1
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-201-1/+1
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-04-181-1/+1
* Removes all remaining use of CoglHandleRobert Bragg2012-04-181-3/+3
* Pass the sampler object to snippet hooks on the texture_hookupNeil Roberts2012-02-131-4/+6
* snippets: Remove _EXP symbol mangling and add gtk-docRobert Bragg2012-01-161-11/+0
* snippet: Add some more documentationNeil Roberts2011-12-071-2/+277
* cogl-snippets.h: Fix typoChun-wei Fan2011-12-071-1/+1
* snippet: Add a hook for the vertex transformNeil Roberts2011-12-061-0/+33
* snippet: Add a hook for the layer texture coordinate transformationNeil Roberts2011-12-061-2/+43
* snippet: Add a hook for the layer fragment processingNeil Roberts2011-12-061-1/+37
* snippet: Move the hook to be a property of the snippetNeil Roberts2011-12-061-1/+150
* snippet: Add a 'replace' stringNeil Roberts2011-12-061-0/+36
* Add a CoglSnippet typeNeil Roberts2011-12-061-0/+195