summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test: remove FEATURE_GL requirement for sub_texture testRobert Bragg2012-03-051-1/+1
* Port the test-pixel-buffer testNeil Roberts2012-03-053-156/+94
* tests: Add a test which writes all pixel formatsNeil Roberts2012-03-053-0/+193
* tests: Test reading all pixel formatsNeil Roberts2012-03-054-46/+205
* Add a conformance test for reading back an RGBA texture as alpha-onlyNeil Roberts2012-03-053-0/+46
* tests: Improve thoroughness and reporting of make testRobert Bragg2012-02-2441-390/+364
* test-sub-texture: Request texture data in premult formatNeil Roberts2012-02-231-1/+1
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-2112-64/+79
* offscreen: Replace use of CoglHandle with CoglOffscreenRobert Bragg2012-02-212-2/+3
* texture-3d: remove _EXP defines + CoglHandle and pass contextRobert Bragg2012-02-211-10/+10
* Adds a _cogl_util_pixel_format_from_masks APIRobert Bragg2012-02-201-0/+1
* test-snippets: Add a test case for sampling arbitrary unitsNeil Roberts2012-02-131-0/+43
* tests: Move the create_color_texture function to test-utilsNeil Roberts2012-02-133-21/+30
* 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
* Add a test for pipelines with sparse layer indicesNeil Roberts2012-02-133-0/+92
* test-texture-3d: Add a test for multi-texturing 3D and 2D texturesNeil Roberts2012-02-131-0/+64
* test-texture-3d: Port to CoglNeil Roberts2012-02-133-78/+79
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-092-24/+41
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-092-45/+41
* test-primitive: Add a test for cogl_primitive_copyNeil Roberts2012-02-071-0/+108
* Port the test-primitive test from Clutter to CoglNeil Roberts2012-02-073-63/+52
* test-offscreen: Add tests that the offscreen's journal gets flushedNeil Roberts2012-01-311-2/+75
* test-utils: Expose the compare_pixel functionNeil Roberts2012-01-312-4/+17
* tests: Port test-offscreenNeil Roberts2012-01-313-100/+60
* test-launcher: Pass on the exit codeNeil Roberts2011-12-071-0/+3
* test-utils: Add some fuzz to the pixel comparison routineNeil Roberts2011-12-071-20/+31
* test-snippets: Add a test to verify the order of the snippetsNeil Roberts2011-12-061-0/+32
* Add a conformance test for custom attributesNeil Roberts2011-12-063-0/+306
* 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-063-0/+215
* VS 2008/2010 project files to build CoglChun-wei Fan2011-11-251-0/+42
* cogl-bitmask: Add _cogl_bitmask_popcountNeil Roberts2011-11-161-0/+13
* Add a conformance test for setting uniforms on a pipelineNeil Roberts2011-11-163-0/+430
* cogl-bitmask: Add a return value for the foreach callbackNeil Roberts2011-11-161-3/+3
* cogl-bitmask: Use ffsl to speedup bitmask iterationNeil Roberts2011-11-161-0/+1
* Add a conformance test for CoglBitmaskNeil Roberts2011-11-163-2/+182
* test-backface-culling: Use the experimental pipeline APINeil Roberts2011-11-141-88/+93
* tests: Port test-path conformance test from ClutterLuca Bruno2011-11-033-65/+38
* test-just-vertex-shader: Sample a texture in the fragment pipelineNeil Roberts2011-11-021-10/+31
* tests: ports test-sub-texture to not depend on clutterRobert Bragg2011-11-013-173/+125
* tests: Adds test_utils_check_region() utility apiRobert Bragg2011-11-012-0/+56