summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* onscreen: Adds buffer age apiwip/waylandRobert Bragg2012-03-097-1/+89
* onscreen: Adds cogl_onscreen_start_frame() apiRobert Bragg2012-03-096-7/+122
* onscreen: Adds swap_buffers_with_damage apiRobert Bragg2012-03-097-7/+163
* kms: defer setting crtc modes until first swap buffersRobert Bragg2012-03-094-45/+103
* kms: Add mirror support and env var configurabilityRobert Bragg2012-03-093-83/+397
* kms: Implement the swap buffers notify featureNeil Roberts2012-03-091-10/+89
* egl-kms: Use drmModePageFlipNeil Roberts2012-03-091-16/+110
* kms: Use GBM surfacesNeil Roberts2012-03-093-171/+72
* Don't export cogl_gl_error_to_stringNeil Roberts2012-03-092-4/+4
* Add compatibility API for functions removed after 1.9.8Neil Roberts2012-03-094-0/+207
* Updated Slovenian translationMatej Urbančič2012-03-081-27/+14
* Update cogl.symbolsChun-wei Fan2012-03-081-11/+23
* Update VS property sheetsChun-wei Fan2012-03-082-3/+6
* Updated Slovenian translationMatej Urbančič2012-03-071-198/+163
* pipeline: Point sprite state shouldn't affect codegen on GLNeil Roberts2012-03-071-1/+0
* Remove the point size cache on the contextNeil Roberts2012-03-074-14/+2
* vertend-glsl: Fix flushing the point size with the GL driverNeil Roberts2012-03-071-12/+13
* Add a conformance test for point spritesNeil Roberts2012-03-075-4/+143
* Add a conformance test for point sizesNeil Roberts2012-03-073-0/+106
* tests: Add a flag to say that the test is known to fail in all casesNeil Roberts2012-03-072-8/+14
* Updated Brazilian Portuguese translation by Guilherme Barbosa Ferreira <eu@gu...Enrico Nicoletto2012-03-021-161/+173
* Updated Bulgarian translationAlexander Shopov2012-03-071-152/+184
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-0667-625/+736
* Assamese translation completedNilamdyuti Goswami2012-03-061-72/+80
* Updated British English translationBruce Cowan2012-03-061-163/+168
* Bump development version to 1.9.9Robert Bragg2012-03-061-2/+2
* Release 1.9.8 (snapshot)1.9.8Robert Bragg2012-03-051-3/+3
* Updates NEWS for the 1.9.8 releaseRobert Bragg2012-03-051-2/+55
* docs: Make sure we check wayland support for releasesRobert Bragg2012-03-052-2/+4
* build: list cogl-bitmap-packing.h as source fileRobert Bragg2012-03-0551-2219/+11582
* build: clean .log file in tests/conform dirRobert Bragg2012-03-051-0/+1
* test: remove FEATURE_GL requirement for sub_texture testRobert Bragg2012-03-051-1/+1
* docs: remove redundancies from doc/RELEASINGRobert Bragg2012-03-051-16/+0
* cogl-hello: use glib mainloop for portabilityRobert Bragg2012-03-051-23/+52
* wayland-renderer: remove the _EXP suffix from symbolsRobert Bragg2012-03-051-12/+0
* Don't use cogl_get_draw_framebuffer when flushing pipeline stateNeil Roberts2012-03-053-7/+5
* Port the test-pixel-buffer testNeil Roberts2012-03-053-156/+94
* cogl-bitmap: Add a public accessor for the underlying pixel bufferNeil Roberts2012-03-052-0/+24
* Add the missing cast macros for some buffer objectsNeil Roberts2012-03-054-2/+6
* Make _cogl_bitmap_get_{width,height,format,rowstride} publicNeil Roberts2012-03-0514-117/+151
* Change API so that CoglPixelBuffer no longer knows its w/h/formatNeil Roberts2012-03-0514-173/+102
* Add a public cogl_framebuffer_read_pixels_into_bitmapNeil Roberts2012-03-059-226/+328
* cogl-buffer: Create the buffer store when boundNeil Roberts2012-03-051-48/+59
* bitmap: Support pre/unpre-multiplying any formatNeil Roberts2012-03-051-25/+56
* bitmap: Add a function to convert into an existing bufferNeil Roberts2012-03-054-41/+88
* _cogl_bitmap_convert: Also handle premult conversionsNeil Roberts2012-03-055-111/+127
* bitmap: Remove the split between 'image library' and 'fallback'Neil Roberts2012-03-055-104/+15
* 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
* bitmap-fallback: Support converting all pixel format typesNeil Roberts2012-03-052-187/+796