summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Starts porting Cogl conformance tests from Clutterwip/port-clutter-testsRobert Bragg2011-09-0843-1/+7425
* Post-release version bump to 1.7.7Neil Roberts2011-08-121-2/+2
* Release 1.7.6 (snapshot)1.7.6Neil Roberts2011-08-121-4/+4
* README: Fix the version numberNeil Roberts2011-08-121-1/+1
* Updates NEWS for the 1.7.6 releaseNeil Roberts2011-08-121-0/+46
* android: Make sure to dist the hello exampleRobert Bragg2011-08-121-1/+11
* android: Update the hello example to the latest glib-android API changeDamien Lespiau2011-08-121-1/+1
* android: Commit the build.xml fileDamien Lespiau2011-08-122-1/+84
* matrix: Add cogl_matrix_look_atRobert Bragg2011-08-123-0/+119
* framebuffer: make _swap_region coords top-left relativeRobert Bragg2011-08-125-5/+32
* framebuffer: lazily allocate framebuffers as neededRobert Bragg2011-08-121-4/+6
* framebuffer: Make framebuffer_clear APIs public experimentalRobert Bragg2011-08-125-41/+67
* framebuffer: don't reference default fb in _clear apisRobert Bragg2011-08-128-47/+59
* framebuffer: avoid redundant calls to _init_bitsRobert Bragg2011-08-121-6/+0
* framebuffer: Adds a context getter for CoglFramebufferRobert Bragg2011-08-123-0/+25
* buffer: make the COGL_BUFFER casting macro publicRobert Bragg2011-08-122-2/+2
* stb_image: use glib sized typesRobert Bragg2011-08-121-154/+147
* ext-functions: Don't assume GLchar typedefRobert Bragg2011-08-121-5/+5
* cogl: Add support for reading a cogl.conf config fileRobert Bragg2011-08-127-1/+179
* build: only have libcogl-pango depend on pangoRobert Bragg2011-08-124-5/+10
* cogl-pango-display-list: Use cogl_rectangles_with_texture_coordsNeil Roberts2011-08-111-54/+96
* cogl-pango-display-list: Use CoglPrimitive instead of CoglVertexBufferNeil Roberts2011-08-111-67/+74
* cogl-blend-string: Fix TEXTURE_N sourcesNeil Roberts2011-08-041-7/+7
* Flush the journal before changing the projectionRobert Bragg2011-08-021-2/+13
* egl-gdl: Don't generate cogl-display.hDamien Lespiau2011-08-013-7/+3
* egl-gdl: Silence a gcc warningDamien Lespiau2011-08-011-5/+7
* cogl-primitives: Plug some leaks in cogl_polygonNeil Roberts2011-08-011-4/+15
* cogl-winsys-wgl: Add a fallback for failed wglGetProcAddressNeil Roberts2011-08-011-1/+23
* Add the missing check for COGL_FEATURE_POINT_SPRITE on the GL driverNeil Roberts2011-08-011-0/+4
* Include cogl-win32-renderer.h in cogl.h on WindowsChun-wei Fan2011-07-311-0/+3
* Fix cogl/cogl-framebuffer.h (#define error)Chun-wei Fan2011-07-311-1/+1
* Update vtable.id in cogl-winsys-wgl.cChun-wei Fan2011-07-311-1/+1
* gitignore: Ignore examples/x11-ftpDamien Lespiau2011-07-291-0/+1
* egl: Make sure to free the underlying egl objects when the display is freedDamien Lespiau2011-07-292-7/+23
* egl-gdl: Provide defaults to be able to initialize a "dummy" contextDamien Lespiau2011-07-292-2/+10
* egl-gdl: When compiling the GDL platform, you need to link against -lgdlDamien Lespiau2011-07-291-0/+2
* egl-gdl: Make the egl winsys know about the GDL platformDamien Lespiau2011-07-291-4/+43
* egl-gdl: struct gdl_plane never was a valid typeDamien Lespiau2011-07-293-3/+3
* egl-gdl: Correctly substitute COGL_CEX100_LIBGDL_PREFIXDamien Lespiau2011-07-293-2/+8
* egl: Make sure to have egl.h included when testing for eglext.hDamien Lespiau2011-07-291-5/+12
* egl: Guard the feature discovery of eglCreateImage()Damien Lespiau2011-07-291-0/+2
* glx: Bail from _renderer_connect if not GL driverRobert Bragg2011-07-281-0/+8
* egl: pass EGL_NO_CONTEXT to eglCreateImage for tfpRobert Bragg2011-07-281-1/+11
* framebuffer: dec current_pipeline_age to force color_maskRobert Bragg2011-07-281-0/+2
* Fix testing of undefined macro constants to check for definedness insteadPhilip Withnall2011-07-274-6/+6
* quaternion: fix init_from_array and get_rotation_axisRobert Bragg2011-07-271-3/+6
* cogl-pango: prevent linking to system cogl during make installAlexandre Rostovtsev2011-07-271-2/+2
* Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts2011-07-2715-99/+80
* Fixed uninitialized data (current_clip_stack_valid) in context creationKirk A. Baker2011-07-271-2/+2
* cogl-pipeline-fragend-arbfp: Initialise template_pipelineNeil Roberts2011-07-271-1/+1