summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-30[cgl] Add EXTRA_DIST files only if backend is enabledNicolas Bruguier1-2/+3
2008-11-29[glitz/glx] Add offscreen pixmap support.Nicolas Bruguier23-39/+919
2008-11-29[glitz] Add visual depth in drawable format.Nicolas Bruguier3-8/+26
2008-11-29[glitz] Add scanline order in glitz_format_drawable_t.Nicolas Bruguier3-15/+33
2008-11-29[cgl] Add glitz-cgl backendPaolo Bonzini13-1/+1939
2008-11-29[agl] Rewrite extension discovery code for AGLPaolo Bonzini3-60/+125
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[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é Fonseca1-1/+1
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-09-26Rename .cvsignore files.Kristian Høgsberg5-0/+0
2006-05-24Add glitz_drawable_get_gl_string and direct rendering to the feature maskDavid Reveman5-0/+51
2006-05-22Fix pbuffer resize issueDavid Reveman2-3/+7
2006-05-20Bump versionDavid Reveman1-1/+1
2006-05-01Fix typo in AGL format initializationDavid Reveman1-3/+3
2006-03-13Bump versionDavid Reveman1-1/+1
2006-03-13Add support for avoiding context switchesDavid Reveman20-49/+197
2006-03-13Add CopySubBufferMESA supportDavid Reveman19-102/+266
2006-02-23Mipmap supportDavid Reveman3-7/+29
2006-02-16Bump version numberDavid Reveman1-1/+1
2006-02-16GL_ARB_texture_rectangle and GL_ARB_texture_border_clamp are no longer requir...David Reveman1-27/+13
2006-02-16Fix glitz_get_pixelsDavid Reveman1-13/+17
2006-02-15Fix typoDavid Reveman1-1/+2
2006-02-15Disable last fixDavid Reveman1-1/+2
2006-02-15Fix y-inverted pixel transfersDavid Reveman1-5/+14
2006-02-14fbconfigs and pbuffers if GLX 1.3David Reveman2-13/+16
2006-02-10fglrx hack and some missing ChangeLog entriesDavid Reveman1-7/+14
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 Vukicevic1-2/+3
2006-01-02EGL backend fixDavid Reveman2-2/+2
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman12-14/+196
2005-12-12src/wgl/glitz_wgl_format.c: Set GLITZ_FOURCC_RGB on all formatsVladimir Vukicevic1-0/+2
2005-12-072005-12-07 Vladimir Vukicevic <vladimir@pobox.com>Vladimir Vukicevic1-0/+1
2005-12-072005-12-07 Vladimir Vukicevic <vladimir@pobox.com>Vladimir Vukicevic1-24/+20
2005-11-29Add YUV surfacesDavid Reveman19-421/+1089
2005-11-09Add WGL backend. Thanks to Vladimir Vukicevic and Tor Lillqvist.David Reveman18-103/+2226
2005-11-09AGL backend updates (Vladimir Vukicevic)David Reveman5-84/+122
2005-09-14Merge new codeDavid Reveman49-9741/+11383
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman11-104/+187
2005-07-01Remove normalization of convolution filtersDavid Reveman1-11/+1
2005-06-29Add glitz_glx_find_drawable_format_for_visualDavid Reveman3-5/+71
2005-06-15Fix thread support in egl backendDavid Reveman1-2/+2
2005-06-07Bump version to 0.4.3David Reveman1-1/+1
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman7-178/+56