summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* pipeline-cache: Use a special trimmed down pipeline for the keyNeil Roberts2013-04-041-1/+1
* Conformance test to check whether the pipeline cache holds texturesNeil Roberts2013-04-043-0/+95
* Prune redundant pipeline ancestry after adding a layer differenceNeil Roberts2013-03-191-1/+1
* Add test to verify replacing a layer doesn't leak the pipeline parentNeil Roberts2013-03-193-0/+124
* Add fragment and vertex snippet hooks for global declarationsNeil Roberts2013-02-271-3/+111
* win32: Minor build fixes for building for win32Neil Roberts2013-02-211-1/+0
* journal: Dirty the modelview matrix state when flushingNeil Roberts2013-02-191-1/+1
* Add a test to check interleaving primitives and the journalNeil Roberts2013-02-193-0/+129
* conform: explicitly check value of boolean env varsRobert Bragg2013-02-151-2/+30
* avoid redundant idle if using FRAME_SYNC to throttleRobert Bragg2013-02-151-1/+1
* test-journal: use new _add_frame_callback apiRobert Bragg2013-02-151-13/+11
* test-gles2-context: Read pixels using GL_RGBA not GL_RGBNeil Roberts2013-02-081-6/+6
* test-gles2-context: Use test_utils_compare_pixel instead of g_assertsNeil Roberts2013-02-081-15/+5
* test-write-texture-formats: Add fuzziness to the pixel comparisonsNeil Roberts2013-01-223-11/+39
* tests: Mark test_framebuffer_get_bits as only working on GLNeil Roberts2013-01-221-1/+3
* build: update to build with automake 1.13Robert Bragg2013-01-222-4/+4
* tests: flag backface culling failure without NPOT supportRobert Bragg2013-01-221-1/+1
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-221-3/+1
* Add a test for getting the component sizes from different fbsNeil Roberts2013-01-225-1/+52
* Add a conformance test for some wrap modes on a rectangle textureNeil Roberts2013-01-225-8/+198
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-221-1/+1
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-221-2/+2
* Allow lazy texture storage allocationRobert Bragg2013-01-223-13/+5
* Fix handling of binding errors when uploading a full textureNeil Roberts2013-01-222-4/+4
* Simplify test-pixel-bufferNeil Roberts2013-01-222-205/+205
* tests: port test-texture-get-set-data to be standaloneRobert Bragg2013-01-223-46/+21
* Allow propogation of OOM errors to appsRobert Bragg2013-01-221-1/+2
* Add a conformance test using alpha texturesNeil Roberts2013-01-223-0/+126
* tests: Differentiate between known failures and missing requirementsNeil Roberts2013-01-224-94/+126
* tests: Don't report success when the test is skippedNeil Roberts2013-01-228-117/+91
* tests: update inline with masterRobert Bragg2013-01-2230-423/+423
* Fixes for --disable-glibNeil Roberts2013-01-221-0/+2
* tests: Convert test-npot-texture to CoglNeil Roberts2013-01-223-139/+74
* Add a test case for cogl_buffer_map_rangeNeil Roberts2013-01-225-1/+133
* Add a simple conformance test for alpha testingNeil Roberts2013-01-223-0/+77
* Add a GL 3 driverNeil Roberts2013-01-222-4/+10
* build: don't include deps/glib headers if glib enabledRobert Bragg2013-01-221-2/+5
* build: Allow to build cogl without an external glib dependencyDamien Lespiau2013-01-221-1/+5
* Adds CoglError apiRobert Bragg2013-01-229-22/+17
* tests: Don't use g_test_verbose() as cogl doesn't use GTest anymoreDamien Lespiau2013-01-222-2/+2
* tests: Don't build test-journal with --disable-glibDamien Lespiau2013-01-221-1/+5
* test-journal: Setup a UProf Mainloop timerRobert Bragg2012-09-031-0/+9
* cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the resultNeil Roberts2012-08-152-0/+232
* test-gles2-context: Add a test case for rendering to an FBONeil Roberts2012-08-152-0/+360
* test-gles2-context: Fix error checking for cogl_gles2_context_newNeil Roberts2012-08-141-1/+1
* Split test-point-sprite into two, one without checking orientationNeil Roberts2012-08-062-5/+32
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-08-062-2/+2
* Fix removing layers when the pipeline is not the ownerNeil Roberts2012-08-061-1/+1
* Add a conformance test for removing a pipeline layerNeil Roberts2012-08-063-0/+147
* Add a basic conformance test for eulers and quaternionsNeil Roberts2012-08-063-0/+84