summaryrefslogtreecommitdiff
path: root/src/glitz_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman1-4/+5
2005-11-29Add YUV surfacesDavid Reveman1-4/+19
2005-09-14Merge new codeDavid Reveman1-642/+694
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-9/+27
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman1-1/+1
2005-04-12Add glitz_context_t interfaceDavid Reveman1-13/+4
2005-02-10Add preliminary support for EXT_framebuffer_objectDavid Reveman1-37/+80
2005-01-31Fix typo in comment and remove unnecessary codeDavid Reveman1-3/+1
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...SNAPSHOT_0_4_0David Reveman1-325/+401
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman1-308/+448
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman1-15/+12
2004-09-09Fixed so that perspective transformations work with convolution filters and g...David Reveman1-3/+6
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman1-18/+19
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman1-58/+74
2004-09-03Switched to new geometry interfaceDavid Reveman1-492/+196
2004-08-18New trapezoid type and new filtersDavid Reveman1-74/+69
2004-08-09New internal composite interfaceDavid Reveman1-286/+384
2004-07-24Fixed a few memory leaks and made surface destruction more efficientDavid Reveman1-1/+4
2004-07-20Component-alpha among other thingsDavid Reveman1-3/+36
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman1-234/+81
2004-06-11Added software multi-sampling, new render and stencil interfacesDavid Reveman1-266/+91
2004-05-24Added support for read-only surfacesDavid Reveman1-21/+71
2004-05-20Better direct composite supportDavid Reveman1-1/+17
2004-05-18Added new read/draw buffer interfaceDavid Reveman1-40/+93
2004-05-13Added copy area operationDavid Reveman1-38/+18
2004-05-10Added polygon opacity supportDavid Reveman1-0/+9
2004-05-10region_box -> bounding_box, sub_pixel_region_box -> bounding_box_doubleDavid Reveman1-16/+16
2004-05-06Better texture handlingDavid Reveman1-9/+33
2004-04-30Updated linear and radial surfacesDavid Reveman1-5/+10
2004-04-28Added support for direct compositing with mask surface only using multi-textu...David Reveman1-42/+100
2004-04-06Use glClear for rectangular solid color and stencil fillsDavid Reveman1-1/+4
2004-04-03Removed ATI_render_texture supportDavid Reveman1-3/+2
2004-03-30Initial revisionDavid Reveman1-0/+942