summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 versionSNAPSHOT_0_5_6David 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.3SNAPSHOT_0_4_3David Reveman1-1/+1
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman7-178/+56
2005-05-19Naming cleanup to make glitz-egl match eglJon Smirl4-45/+22
2005-05-19Add EGL backendDavid Reveman14-1/+1745
2005-04-13Add glitz_context.cDavid Reveman1-0/+235
2005-04-12Bump version to 0.4.2David Reveman1-1/+1
2005-04-12Add glitz_context_t interfaceDavid Reveman14-63/+412
2005-03-16Fix y-offset when returning pixel data in bottom to top scanline orderDavid Reveman1-0/+3
2005-03-12Fix non thread safe initialization code in GLX backendDavid Reveman1-17/+17
2005-03-10Fix pixel offset issue and add temporary workaround for problem with NPOT tex...David Reveman2-2/+20
2005-03-08Fix glitz_set_pixels and initialization of plane equation for TexGenDavid Reveman2-6/+7
2005-03-01Bump version to 0.4.1SNAPSHOT_0_4_1David Reveman1-1/+1
2005-03-01Rectangular clipping for set_pixelsDavid Reveman1-193/+258
2005-02-10Add preliminary support for EXT_framebuffer_objectDavid Reveman7-58/+251