summaryrefslogtreecommitdiff
path: root/src/glitz.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman1-5/+7
2005-09-14Merge new codeDavid Reveman1-497/+518
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-9/+10
2005-06-06Remove temporary context functions and fix framebuffer object issuesDavid Reveman1-4/+5
2005-04-12Add glitz_context_t interfaceDavid Reveman1-8/+3
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...SNAPSHOT_0_4_0David Reveman1-429/+565
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman1-129/+79
2004-10-20Read buffer and scissor box fixesDavid Reveman1-3/+11
2004-10-06Fixed drawable offsets used for pixel transfer and copy areaDavid Reveman1-1/+4
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman1-7/+6
2004-09-15Fixed texture wrap mode bugDavid Reveman1-3/+7
2004-09-13Added support for component alpha in one single pass when using a solid color...David Reveman1-17/+18
2004-09-11A few bug fixesDavid Reveman1-2/+2
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman1-5/+5
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman1-3/+1
2004-09-03Switched to new geometry interfaceDavid Reveman1-203/+157
2004-08-18New trapezoid type and new filtersDavid Reveman1-427/+206
2004-08-09New internal composite interfaceDavid Reveman1-586/+468
2004-07-20Component-alpha among other thingsDavid Reveman1-524/+504
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman1-14/+22
2004-06-11Added software multi-sampling, new render and stencil interfacesDavid Reveman1-165/+116
2004-05-30Updated glitz_texture_copy_surfaceDavid Reveman1-7/+9
2004-05-30And another oneDavid Reveman1-1/+1
2004-05-28Fixed typo in _glitz_composite_directDavid Reveman1-2/+2
2004-05-27glitz_copy_area coordinate calculation fixDavid Reveman1-34/+39
2004-05-24Added support for read-only surfacesDavid Reveman1-6/+5
2004-05-20Better direct composite supportDavid Reveman1-148/+98
2004-05-18Added new read/draw buffer interfaceDavid Reveman1-55/+58
2004-05-13A few fixes to copy area operationDavid Reveman1-13/+59
2004-05-13Added copy area operationDavid Reveman1-1/+110
2004-05-10region_box -> bounding_box, sub_pixel_region_box -> bounding_box_doubleDavid Reveman1-111/+109
2004-05-10Fixed simultaneous transform and repeatDavid Reveman1-99/+158
2004-05-06Better texture handlingDavid Reveman1-2/+12
2004-04-30Updated linear and radial surfacesDavid Reveman1-0/+6
2004-04-28Added support for direct compositing with mask surface only using multi-textu...David Reveman1-9/+35
2004-03-30Initial revisionDavid Reveman1-0/+777