summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-18New trapezoid type and new filtersDavid Reveman28-1901/+1596
2004-08-09New internal composite interfaceDavid Reveman38-3356/+2938
2004-07-24Fixed a few memory leaks and made surface destruction more efficientDavid Reveman7-45/+101
2004-07-20Component-alpha among other thingsDavid Reveman23-1953/+2661
2004-06-21Bump version to 0.1.5SNAPSHOT_0_1_5David Reveman1-1/+1
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman23-566/+1275
2004-06-11Bump version to 0.1.4SNAPSHOT_0_1_4David Reveman1-1/+1
2004-06-11Added software multi-sampling, new render and stencil interfacesDavid Reveman18-1000/+985
2004-06-02glitz_intersect_bounding_box should not be declared internalDavid Reveman1-1/+1
2004-05-30Updated glitz_texture_copy_surfaceDavid Reveman5-33/+59
2004-05-30And another oneDavid Reveman1-1/+1
2004-05-29Fixed another typoDavid Reveman1-1/+1
2004-05-28Fixed typo in _glitz_composite_directDavid Reveman2-4/+4
2004-05-28Only check the number of texture indirections if fragment program extension i...David Reveman3-10/+16
2004-05-27glitz_copy_area coordinate calculation fixDavid Reveman1-34/+39
2004-05-26Don't use glClear if clipping is setDavid Reveman1-1/+1
2004-05-24Added support for read-only surfacesDavid Reveman16-173/+233
2004-05-20Bump version to 0.1.3SNAPSHOT_0_1_3David Reveman1-1/+1
2004-05-20Better direct composite supportDavid Reveman3-149/+116
2004-05-18Added new read/draw buffer interfaceDavid Reveman16-208/+354
2004-05-13A few fixes to copy area operationDavid Reveman2-21/+73
2004-05-13Added copy area operationDavid Reveman12-67/+252
2004-05-11Bump version to 0.1.2SNAPSHOT_0_1_2David Reveman1-1/+1
2004-05-11Convolution filter optimizationsDavid Reveman2-18/+103
2004-05-10Added polygon opacity supportDavid Reveman5-7/+60
2004-05-10region_box -> bounding_box, sub_pixel_region_box -> bounding_box_doubleDavid Reveman11-216/+214