summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-02EGL backend fixDavid Reveman3-2/+10
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman14-15/+222
2005-12-12src/wgl/glitz_wgl_format.c: Set GLITZ_FOURCC_RGB on all formatsVladimir Vukicevic2-0/+6
2005-12-072005-12-07 Vladimir Vukicevic <vladimir@pobox.com>Vladimir Vukicevic2-0/+6
2005-12-072005-12-07 Vladimir Vukicevic <vladimir@pobox.com>Vladimir Vukicevic2-24/+24
2005-11-30TODO updateDavid Reveman2-3/+4
2005-11-29Update TODO fileDavid Reveman2-3/+10
2005-11-29Add YUV surfacesDavid Reveman21-422/+1100
2005-11-09Add WGL backend. Thanks to Vladimir Vukicevic and Tor Lillqvist.David Reveman21-104/+2280
2005-11-09AGL backend updates (Vladimir Vukicevic)David Reveman6-84/+126
2005-09-14Merge new codeDavid Reveman51-9864/+11517
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman13-105/+207
2005-07-01Remove normalization of convolution filtersDavid Reveman2-11/+6
2005-06-29Add glitz_glx_find_drawable_format_for_visualDavid Reveman4-5/+79
2005-06-15Fix thread support in egl backendDavid Reveman3-5/+30
2005-06-15Specific use of libEGL in the right place in the build systemJon Smirl1-1/+1
2005-06-07Bump version to 0.4.3SNAPSHOT_0_4_3David Reveman3-2/+8
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman8-178/+71
2005-05-19Naming cleanup to make glitz-egl match eglJon Smirl4-45/+22
2005-05-19Add EGL backendDavid Reveman16-1/+1773
2005-04-13Add glitz_context.cDavid Reveman1-0/+235
2005-04-12Bump version to 0.4.2David Reveman3-2/+6
2005-04-12Add glitz_context_t interfaceDavid Reveman15-63/+437
2005-03-16Fix y-offset when returning pixel data in bottom to top scanline orderDavid Reveman2-0/+8
2005-03-12Fix non thread safe initialization code in GLX backendDavid Reveman2-17/+29
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 Reveman3-6/+15
2005-03-01Bump version to 0.4.1SNAPSHOT_0_4_1David Reveman3-2/+6
2005-03-01Rectangular clipping for set_pixelsDavid Reveman2-193/+262
2005-02-10Add preliminary support for EXT_framebuffer_objectDavid Reveman8-58/+255
2005-01-31Fix typo in comment and remove unnecessary codeDavid Reveman2-3/+6
2005-01-27Move misplaced note about gamma correctionDavid Reveman1-5/+6
2005-01-27Fix typo and add note about gamma correctionDavid Reveman1-2/+4
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...SNAPSHOT_0_4_0David Reveman45-1750/+3964
2004-12-03Add quick path for pixel transfer using solid surfaceDavid Reveman3-10/+215
2004-11-12Clear solid damage flag when setting solid color (Luca Barbieri)David Reveman2-0/+6
2004-11-08Buffer objects fix (Luca Barbieri)David Reveman2-0/+9
2004-11-03Added cvsignore files to glx and agl directoriesDavid Reveman2-0/+14
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman60-5155/+5250
2004-10-20Read buffer and scissor box fixesDavid Reveman3-5/+35
2004-10-06Fixed drawable offsets used for pixel transfer and copy areaDavid Reveman3-2/+11
2004-10-04Bump version to 0.2.3SNAPSHOT_0_2_3David Reveman3-2/+6
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman24-554/+935
2004-09-21Fixed so that pbuffer formats that dont have any matching visual worksDavid Reveman7-31/+78
2004-09-20Fixed number of color stops calculationDavid Reveman2-1/+4
2004-09-20Improvements to AGL backend and better checking of successful fragment progra...David Reveman12-55/+387
2004-09-16A few important pixel transfer fixesDavid Reveman3-26/+60
2004-09-15Fixed texture wrap mode bugDavid Reveman2-3/+12
2004-09-15Fixed extension checkingDavid Reveman3-15/+20
2004-09-15Minor pixel transfer fixDavid Reveman2-6/+11