summaryrefslogtreecommitdiff
path: root/src/glitz_texture.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-23Mipmap supportDavid Reveman1-4/+17
2006-02-16GL_ARB_texture_rectangle and GL_ARB_texture_border_clamp are no longer requir...David Reveman1-27/+13
2005-11-29Add YUV surfacesDavid Reveman1-17/+44
2005-09-14Merge new codeDavid Reveman1-240/+367
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-0/+9
2005-03-08Fix glitz_set_pixels and initialization of plane equation for TexGenDavid Reveman1-1/+1
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...David Reveman1-82/+134
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman1-58/+45
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman1-9/+52
2004-09-20Improvements to AGL backend and better checking of successful fragment progra...David Reveman1-5/+4
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman1-15/+23
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman1-53/+54
2004-09-03Switched to new geometry interfaceDavid Reveman1-29/+52
2004-08-09New internal composite interfaceDavid Reveman1-90/+76
2004-07-20Component-alpha among other thingsDavid Reveman1-2/+2
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman1-12/+2
2004-05-30Updated glitz_texture_copy_surfaceDavid Reveman1-16/+16
2004-05-18Added new read/draw buffer interfaceDavid Reveman1-2/+3
2004-05-13Added copy area operationDavid Reveman1-12/+19
2004-05-10region_box -> bounding_box, sub_pixel_region_box -> bounding_box_doubleDavid Reveman1-9/+9
2004-05-06Better texture handlingDavid Reveman1-31/+35
2004-04-28Added support for direct compositing with mask surface only using multi-textu...David Reveman1-1/+11
2004-03-30Initial revisionDavid Reveman1-0/+227