summaryrefslogtreecommitdiff
path: root/src/glitzint.h
AgeCommit message (Expand)AuthorFilesLines
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman1-1/+18
2005-11-29Add YUV surfacesDavid Reveman1-11/+21
2005-11-09Add WGL backend. Thanks to Vladimir Vukicevic and Tor Lillqvist.David Reveman1-1/+36
2005-09-14Merge new codeDavid Reveman1-153/+208
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-0/+4
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman1-7/+2
2005-04-12Add glitz_context_t interfaceDavid Reveman1-7/+49
2005-02-10Add preliminary support for EXT_framebuffer_objectDavid Reveman1-0/+26
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...SNAPSHOT_0_4_0David Reveman1-77/+134
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman1-328/+396
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman1-10/+19
2004-09-13Added support for component alpha in one single pass when using a solid color...David Reveman1-7/+4
2004-09-09Fixed so that perspective transformations work with convolution filters and g...David Reveman1-0/+4
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman1-9/+11
2004-09-07Improved extension checkingDavid Reveman1-2/+4
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman1-46/+55
2004-09-03Switched to new geometry interfaceDavid Reveman1-250/+157
2004-08-18New trapezoid type and new filtersDavid Reveman1-91/+91
2004-08-09New internal composite interfaceDavid Reveman1-236/+207
2004-07-20Component-alpha among other thingsDavid Reveman1-136/+185
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman1-18/+28
2004-06-11Added software multi-sampling, new render and stencil interfacesDavid Reveman1-96/+128
2004-06-02glitz_intersect_bounding_box should not be declared internalDavid Reveman1-1/+1
2004-05-30Updated glitz_texture_copy_surfaceDavid Reveman1-3/+6
2004-05-24Added support for read-only surfacesDavid Reveman1-9/+16
2004-05-20Better direct composite supportDavid Reveman1-0/+1
2004-05-18Added new read/draw buffer interfaceDavid Reveman1-3/+11
2004-05-13Added copy area operationDavid Reveman1-7/+21
2004-05-11Convolution filter optimizationsDavid Reveman1-1/+6
2004-05-10Added polygon opacity supportDavid Reveman1-0/+2
2004-05-10region_box -> bounding_box, sub_pixel_region_box -> bounding_box_doubleDavid Reveman1-24/+24
2004-05-09Added library cleanup functionsDavid Reveman1-4/+9
2004-05-06Better texture handlingDavid Reveman1-18/+20
2004-04-30Updated linear and radial surfacesDavid Reveman1-2/+9
2004-04-28Added support for direct compositing with mask surface only using multi-textu...David Reveman1-8/+8
2004-04-06Use glClear for rectangular solid color and stencil fillsDavid Reveman1-0/+5
2004-04-03Removed ATI_render_texture supportDavid Reveman1-5/+1
2004-04-01Removed __internal_linkage from functions that should be exported to backend ...David Reveman1-16/+16
2004-03-30Initial revisionDavid Reveman1-0/+750