summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-30[doc] Update glx docsHEADmasterNicolas Bruguier9-70/+127
2008-11-30[cgl] Add EXTRA_DIST files only if backend is enabledNicolas Bruguier1-2/+3
2008-11-30[glitz] Fix CAIRO_CFLAGS glitz include remove.Paolo Bonzini1-1/+1
2008-11-29[examples] Add texture from pixmap check in glitzinfoNicolas Bruguier1-1/+4
2008-11-29[glitz/glx] Add offscreen pixmap support.Nicolas Bruguier23-39/+919
2008-11-29[examples] Use the first format find by glitzNicolas Bruguier1-19/+10
2008-11-29[glitz] Contruct docs on build.Nicolas Bruguier1-0/+3
2008-11-29[glitz] Add visual depth in drawable format.Nicolas Bruguier4-12/+31
2008-11-29[glitz] Add scanline order in glitz_format_drawable_t.Nicolas Bruguier4-20/+40
2008-11-29[doc] Add cgl documentation sectionNicolas Bruguier11-88/+111
2008-11-29[cgl] Add glitz-cgl backendPaolo Bonzini18-3/+2375
2008-11-29[agl] Rewrite extension discovery code for AGLPaolo Bonzini3-60/+125
2008-11-29[agl] fix agl buildsPaolo Bonzini3-3/+7
2008-11-29[glitz] Add doc skeleton.Nicolas Bruguier29-4/+3241
2008-11-29[glx] Add glitz_glx_set_render_type method.Nicolas Bruguier4-9/+35
2008-11-29[glx] Sort format with non double buffering in first place.Nicolas Bruguier1-1/+1
2008-11-29[glitz] Move headers install in glitz include subdirectory.Nicolas Bruguier10-10/+15
2008-11-29[examples] Add cairogears.Paolo Bonzini25-0/+2468
2008-11-29[examples] Fix glitzinfo build.Nicolas Bruguier1-1/+1
2008-11-29[glitz] Add GLITZ_ prefix to library version variables.Nicolas Bruguier1-4/+4
2008-11-29[glitz] Add glitzinfo and renderer-test examples.Nicolas Bruguier19-4/+12185
2008-11-29[glx] Sort format with lower depth_size in first place.Nicolas Bruguier1-1/+1
2008-11-29[glitz] Allocate clip region instead get only a reference.Nicolas Bruguier1-6/+14
2008-11-29[glx] Avoid memleak in glitz_glx_find_drawable_format_for_visualNicolas Bruguier1-0/+6
2007-10-03Do not hide prototypes.José Fonseca1-1/+1
2007-10-03Bump version.José Fonseca2-2/+2
2007-10-03Protect the REGION macros to avoid conflicts when used inside X server.José Fonseca8-47/+47
2007-10-03Install glitzint.h and glitz_gl.h includes to allow out-of-source build of gl...José Fonseca1-1/+1
2007-10-03Ignore generated files.José Fonseca1-0/+3
2007-09-26Remove ChangeLog file and update configure.in to accept this.Kristian Høgsberg2-2300/+12
2007-09-26Rename .cvsignore files.Kristian Høgsberg7-0/+0
2006-05-24Add glitz_drawable_get_gl_string and direct rendering to the feature maskDavid Reveman6-0/+60
2006-05-22Fix pbuffer resize issueDavid Reveman3-3/+16
2006-05-20Bump versionDavid Reveman3-2/+8
2006-05-01Fix typo in AGL format initializationDavid Reveman2-3/+8
2006-03-13Bump versionDavid Reveman3-2/+6
2006-03-13Add support for avoiding context switchesDavid Reveman21-49/+220
2006-03-13Add CopySubBufferMESA supportDavid Reveman20-102/+287
2006-02-23Mipmap supportDavid Reveman5-8/+40
2006-02-16Bump version numberDavid Reveman3-2/+6
2006-02-16GL_ARB_texture_rectangle and GL_ARB_texture_border_clamp are no longer requir...David Reveman2-27/+17
2006-02-16Fix glitz_get_pixelsDavid Reveman3-13/+30
2006-02-15Fix typoDavid Reveman1-1/+2
2006-02-15Disable last fixDavid Reveman1-1/+2
2006-02-15Fix y-inverted pixel transfersDavid Reveman2-5/+20
2006-02-14fbconfigs and pbuffers if GLX 1.3David Reveman3-14/+22
2006-02-10fglrx hack and some missing ChangeLog entriesDavid Reveman2-7/+28
2006-02-06Draw buffer and swap buffer fixesDavid Reveman3-11/+11
2006-01-10 * src/agl/glitz_wgl_format.c: Set GLITZ_FOURCC_RGB on all formatsVladimir Vukicevic2-2/+7
2006-01-02EGL backend fixDavid Reveman3-2/+10