summaryrefslogtreecommitdiff
path: root/tests/conform/test-snippets.c
Commit message (Expand)AuthorAgeFilesLines
* remove internal_format and redundant error argumentsRobert Bragg2014-01-091-1/+0
* tests: stop using cogl-auto-texture apisRobert Bragg2013-07-291-6/+7
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-271-3/+111
* tests: Don't report success when the test is skippedNeil Roberts2013-01-221-16/+10
* tests: update inline with masterRobert Bragg2013-01-221-60/+60
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-1/+1
* Adds cogl_framebuffer_draw_[*_]rectangle functionsRobert Bragg2012-03-201-119/+90
* tests: Improve thoroughness and reporting of make testRobert Bragg2012-02-241-2/+2
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-211-25/+25
* test-snippets: Add a test case for sampling arbitrary unitsNeil Roberts2012-02-131-0/+43
* test-snippets: Add a test for using cogl_sampler in tex hookNeil Roberts2012-02-131-0/+29
* test-snippets: Split up the tests into multiple functionsNeil Roberts2012-02-131-31/+195
* test-snippets: Add a test to verify the order of the snippetsNeil Roberts2011-12-061-0/+32
* snippet: Add a hook for the vertex transformNeil Roberts2011-12-061-1/+39
* snippet: Add a hook for the layer texture coordinate transformationNeil Roberts2011-12-061-2/+44
* snippet: Add a hook for the layer fragment processingNeil Roberts2011-12-061-0/+45
* fragend-glsl: Don't generate the default texture lookup if replacedNeil Roberts2011-12-061-0/+15
* snippet: Don't generate code for snippets that are replacedNeil Roberts2011-12-061-0/+23
* snippet: Move the hook to be a property of the snippetNeil Roberts2011-12-061-22/+40
* pipeline: Add a snippet hook for the texture lookupNeil Roberts2011-12-061-0/+49
* snippet: Add a 'replace' stringNeil Roberts2011-12-061-0/+31
* pipeline: Wrap each snippet in its own functionNeil Roberts2011-12-061-5/+5
* Add a conformance test for CoglSnippetsNeil Roberts2011-12-061-0/+213