summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-31Fix typo in comment and remove unnecessary codeDavid Reveman1-3/+1
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 Reveman39-1730/+3947
2004-12-03Add quick path for pixel transfer using solid surfaceDavid Reveman2-10/+208
2004-11-12Clear solid damage flag when setting solid color (Luca Barbieri)David Reveman1-0/+1
2004-11-08Buffer objects fix (Luca Barbieri)David Reveman1-0/+3
2004-11-03Added cvsignore files to glx and agl directoriesDavid Reveman2-0/+14
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman56-5124/+5261
2004-10-20Read buffer and scissor box fixesDavid Reveman2-5/+19
2004-10-06Fixed drawable offsets used for pixel transfer and copy areaDavid Reveman2-2/+5
2004-10-04Bump version to 0.2.3SNAPSHOT_0_2_3David Reveman1-1/+1
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman23-554/+862
2004-09-21Fixed so that pbuffer formats that dont have any matching visual worksDavid Reveman6-31/+51
2004-09-20Fixed number of color stops calculationDavid Reveman1-1/+1
2004-09-20Improvements to AGL backend and better checking of successful fragment progra...David Reveman10-53/+351
2004-09-16A few important pixel transfer fixesDavid Reveman2-26/+48
2004-09-15Fixed texture wrap mode bugDavid Reveman1-3/+7
2004-09-15Fixed extension checkingDavid Reveman2-15/+15
2004-09-15Minor pixel transfer fixDavid Reveman1-6/+6
2004-09-14Fixed division by zero bugDavid Reveman1-8/+18
2004-09-13Added support for component alpha in one single pass when using a solid color...David Reveman10-194/+191
2004-09-11Bump version to 0.2.2SNAPSHOT_0_2_2David Reveman1-1/+1
2004-09-11Adjustment to color stop coordinate parameters of gradient filtersDavid Reveman2-8/+11
2004-09-11Fixed memory leakSNAPSHOT_0_2_1David Reveman1-0/+2
2004-09-11A few bug fixesDavid Reveman2-5/+6
2004-09-09Fixed so that perspective transformations work with convolution filters and g...David Reveman4-23/+41
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman15-95/+114
2004-09-07Improved extension checkingDavid Reveman9-90/+163
2004-09-06Added width and height parameters to surface_create_for_window functionsDavid Reveman5-45/+13
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman17-248/+242
2004-09-03Switched to new geometry interfaceDavid Reveman32-3621/+1955