summaryrefslogtreecommitdiff
path: root/src/cairo-gl.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-13gl: Add support for OpenGL ES 3.0Bryce Harrington1-1/+1
2015-07-27Revert "cairo-gl: Fix compiler warning if CAIRO_HAS_*_FUNCTIONS is not defined."Bryce Harrington1-3/+3
2015-07-06cairo-gl: Still check the value of the macrosBryce Harrington1-3/+3
2015-06-27cairo-gl: Fix compiler warning if CAIRO_HAS_*_FUNCTIONS is not defined.Koop Mast1-3/+3
2013-03-08gl: Export query for EGLContext and EGLDisplay from deviceHenry Song1-0/+6
2012-08-22gl: Add a non-thread-aware mode for GL devicesMartin Robinson1-0/+4
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-1/+1
2012-03-25Fix another typoBehdad Esfahbod1-1/+1
2012-03-10doc: do not confuse gtk-doc by @ and double *Nis Martensen1-2/+2
2011-05-10gl: Fix build issues for GLES2Alexandros Frantzis1-1/+1
2011-03-21Fix warning by check-doc-syntaxAndrea Canciani1-1/+1
2011-02-21gl: Add a first bit of general documentation on cairo-gl usage.Eric Anholt1-0/+26
2010-07-09gl: Use unsigned int instead of GLuintBenjamin Otte1-1/+2
2010-07-07gl: Add new cairo-gl surface constructor to create surface for textureKristian Høgsberg1-0/+4
2010-06-14gl: Added WGL context and surface.Zoxc1-0/+16
2010-05-05gl: Get rid of cairo_gl_surface_glfinish() from public APIBenjamin Otte1-3/+0
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15glx: Add getters for device's Display and GLXContextBenjamin Otte1-0/+6
2010-03-11gl: Add EGL interfaceChris Wilson1-0/+14
2010-02-11gl: Remove eagle supportChris Wilson1-12/+0
2010-01-22gl: Port to cairo_device_tChris Wilson1-15/+7
2009-07-21Merge commit 'anholt/gl'Chris Wilson1-0/+101
2009-06-01[gl] Fix check-def.sh for GL surface.Eric Anholt1-6/+0
2009-05-20[gl] Add EGL targetChris Wilson1-11/+30
2009-02-12[gl] Add interface for creating surfaces from window backbuffers.Eric Anholt1-5/+4
2009-02-05[gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt1-0/+89