summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* build: update to build with automake 1.13Robert Bragg2013-01-212-4/+4
* framebuffer: Bind the framebuffer before querying the bitsNeil Roberts2013-01-081-3/+1
* Add a test for getting the component sizes from different fbsNeil Roberts2013-01-085-1/+52
* Add a conformance test for some wrap modes on a rectangle textureNeil Roberts2013-01-085-8/+198
* Also flip the virtual coordinates when iterating spansNeil Roberts2013-01-081-1/+1
* texture-2d-slice: Fix the foreach_sub_texture_in_region implementationNeil Roberts2013-01-081-2/+2
* Allow lazy texture storage allocationRobert Bragg2013-01-025-17/+7
* Fix handling of binding errors when uploading a full textureNeil Roberts2012-11-282-5/+6
* Simplify test-pixel-bufferNeil Roberts2012-11-282-206/+207
* Adds test-texture-mipmap-get-set testRobert Bragg2012-11-273-0/+178
* tests: port test-texture-get-set-data to be standaloneRobert Bragg2012-11-273-49/+24
* texture: expose mipmap level in set region apisRobert Bragg2012-11-274-21/+19
* replace public cogl_flush with _cogl_framebuffer_flushRobert Bragg2012-11-272-2/+1
* texture: split out high-level texture constructorsRobert Bragg2012-11-262-4/+7
* Allow propogation of OOM errors to appsRobert Bragg2012-11-2614-28/+54
* Fixes for --disable-glibNeil Roberts2012-11-261-0/+2
* Add a conformance test using alpha texturesNeil Roberts2012-11-233-0/+126
* Remove the pipeline layer user matrixNeil Roberts2012-11-214-156/+3
* tests: Differentiate between known failures and missing requirementsNeil Roberts2012-11-194-94/+126
* tests: Convert test-npot-texture to CoglNeil Roberts2012-11-193-139/+74
* tests: Don't report success when the test is skippedNeil Roberts2012-11-198-111/+85
* Add a test case for cogl_buffer_map_rangeNeil Roberts2012-10-175-1/+133
* Add a simple conformance test for alpha testingNeil Roberts2012-10-013-0/+77
* Add a GL 3 driverNeil Roberts2012-10-012-4/+10
* Remove the varying array for tex_coordsRobert Bragg2012-09-281-1/+1
* build: don't include deps/glib headers if glib enabledRobert Bragg2012-09-241-2/+5
* build: Allow to build cogl without an external glib dependencyDamien Lespiau2012-09-241-1/+5
* tests: Don't use g_test_verbose() as cogl doesn't use GTest anymoreDamien Lespiau2012-09-242-2/+2
* tests: Remove test-fixedDamien Lespiau2012-09-242-19/+0
* tests: Don't build test-journal with --disable-glibDamien Lespiau2012-09-241-1/+5
* Remove cogl-primitives.h and CoglTextureVertexNeil Roberts2012-09-142-11/+0
* Adds CoglError apiRobert Bragg2012-09-079-21/+16
* test-journal: Setup a UProf Mainloop timerRobert Bragg2012-08-301-0/+9
* cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the resultNeil Roberts2012-08-092-0/+232
* test-gles2-context: Add a test case for rendering to an FBONeil Roberts2012-08-092-0/+360
* test-gles2-context: Fix error checking for cogl_gles2_context_newNeil Roberts2012-08-091-1/+1
* Split test-point-sprite into two, one without checking orientationNeil Roberts2012-07-032-5/+32
* Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso2012-06-202-2/+2
* Fix removing layers when the pipeline is not the ownerNeil Roberts2012-06-201-1/+1
* Add a conformance test for removing a pipeline layerNeil Roberts2012-06-203-0/+147
* Add a basic conformance test for eulers and quaternionsNeil Roberts2012-05-183-0/+84
* Fix a warning on test-gles2-contextNeil Roberts2012-05-181-2/+3
* Remove lots of legacy api depending on the default contextRobert Bragg2012-05-174-42/+18
* Adds gles2-context renderer constraintRobert Bragg2012-05-173-6/+13
* conform: Adds a gles2 context testRobert Bragg2012-05-173-0/+388
* Adds libcogl-gles2 frontend GLES2 apiRobert Bragg2012-05-171-0/+1
* Convert the test-atlas-migration test to a standalone Cogl testNeil Roberts2012-05-163-16/+29
* Fixes for make distNeil Roberts2012-04-251-1/+1
* Add a cogl-version headerNeil Roberts2012-04-243-0/+80
* tests: Adds journal micro benchmarkRobert Bragg2012-04-243-1/+203