summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stashwip/egl-platformsRobert Bragg2011-05-271-58/+191
* replace _xlib_add_filter use with _cogl_renderer APIRobert Bragg2011-05-273-45/+13
* remove _cogl_xlib_trap/untrap_errors wrappersRobert Bragg2011-05-275-38/+18
* Adds an example cogl wayland compositorRobert Bragg2011-05-272-0/+549
* cogl-xlib: fix mixed declarations warningRobert Bragg2011-05-271-1/+2
* cogl-xlib.c: remove unused error_handler()Robert Bragg2011-05-271-13/+0
* egl: fix some #ifdef guardsRobert Bragg2011-05-271-2/+2
* renderer: set winsys on renderer before ->renderer_connectRobert Bragg2011-05-271-1/+5
* glx: make sure _cogl_winsys_get_proc_address is staticRobert Bragg2011-05-271-1/+1
* Adds _cogl_wayland_texture_2d_new_from_buffer APIRobert Bragg2011-05-279-2/+169
* egl: Add x11 texture-from-pixmap supportRobert Bragg2011-05-273-1/+134
* Add _cogl_egl_texture_2d_new_from_image APIRobert Bragg2011-05-2714-11/+210
* egl: check or EGL/eglext.hRobert Bragg2011-05-272-13/+18
* Adds --enable-xlib configure optionRobert Bragg2011-05-271-1/+16
* egl: Check EGL extension as early as possibleRobert Bragg2011-05-273-37/+49
* Add internal _cogl_get_proc_addressRobert Bragg2011-05-2710-114/+64
* Make stub winsys into a proper winsys backendRobert Bragg2011-05-2712-170/+136
* Make CoglTexture2D public as experimental APIRobert Bragg2011-05-2712-56/+348
* framebuffer: validate width/height in _set_viewportRobert Bragg2011-05-271-3/+4
* framebuffer: Bail out if the viewport has negative sizeEmmanuele Bassi2011-05-251-0/+4
* quartz: Remove X11 ifdefsEmmanuele Bassi2011-05-251-18/+0
* Initial build of a Quartz winsys stubEmmanuele Bassi2011-05-242-0/+122
* build: Fix platform detection for Quartz/OSXEmmanuele Bassi2011-05-241-3/+35
* build: Fix generation of the documentation MakefilesDamien Lespiau2011-05-182-2/+6
* pipeline: Fix argument checking in set_depth_state()Emmanuele Bassi2011-05-181-2/+2
* android: Expose the only android specific symbol as experimentalDamien Lespiau2011-05-171-0/+1
* build: Allow to forcefully disable the usage cairoDamien Lespiau2011-05-171-2/+12
* debug: Allow to compile a debug Cogl without cairoDamien Lespiau2011-05-172-5/+17
* android: Add a port of the Cogl hello world exampleDamien Lespiau2011-05-176-0/+250
* android: Add support for an EGL/Android winsysDamien Lespiau2011-05-174-3/+105
* framebuffer: Checks if glBindFramebuffer() exists when using GLES1Damien Lespiau2011-05-171-1/+3
* winsys-egl: Use g_clear_error() between two context creation triesDamien Lespiau2011-05-171-2/+1
* misc: Add the single include guard to cogl-define.hDamien Lespiau2011-05-171-0/+4
* gles1: Include GLES/egl.h or EGL/egl.h depending on the implementationDamien Lespiau2011-05-174-27/+25
* build: Fix the Win32 platform test for GLES2Damien Lespiau2011-05-171-2/+2
* build: Ensure EGL related variables are defined even when EGL_CHECKED=yesDamien Lespiau2011-05-171-0/+5
* build: Fix the GLES headers checkDamien Lespiau2011-05-171-8/+20
* build: Fix the Win32 platform test for GLES1Damien Lespiau2011-05-171-1/+1
* misc: Add a .vimrc fileDamien Lespiau2011-05-171-0/+5
* Adds missing cogl-depth-state-private.hRobert Bragg2011-05-161-0/+32
* Add CoglDepthState APIRobert Bragg2011-05-1616-551/+541
* cogl-primitive: Fix some broken changes for removal of NULL terminatorNeil Roberts2011-05-161-4/+3
* pango: ensure g-ir-compiler can find Cogl-1.0.girRobert Bragg2011-05-161-0/+2
* doc: fix the name of the cogl_quaternion_equal argsRobert Bragg2011-05-161-2/+2
* Don't include cogl-pango.h when scanning introspection dataNeil Roberts2011-05-161-2/+2
* Don't pass around NULL terminated CoglAttribute arraysRobert Bragg2011-05-169-200/+222
* Rename CoglIndexArray to CoglIndexBufferRobert Bragg2011-05-1612-102/+86
* Rename CoglPixelArray to CoglPixelBufferRobert Bragg2011-05-169-72/+72
* Rename CoglVertexArray to CoglAttributeBufferRobert Bragg2011-05-1620-229/+235
* Add compile time checks for size of public structsRobert Bragg2011-05-164-0/+15