summaryrefslogtreecommitdiff
path: root/src/glitz_pixel.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-03Protect the REGION macros to avoid conflicts when used inside X server.José Fonseca1-1/+1
2006-03-13Add support for avoiding context switchesDavid Reveman1-6/+80
2006-02-16Fix glitz_get_pixelsDavid Reveman1-13/+17
2006-02-15Fix typoDavid Reveman1-1/+2
2006-02-15Disable last fixDavid Reveman1-1/+2
2006-02-15Fix y-inverted pixel transfersDavid Reveman1-5/+14
2005-12-21DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix te...David Reveman1-1/+1
2005-11-29Add YUV surfacesDavid Reveman1-154/+508
2005-09-14Merge new codeDavid Reveman1-852/+995
2005-07-04Fix GL_EXT_framebuffer_object supportDavid Reveman1-8/+7
2005-03-16Fix y-offset when returning pixel data in bottom to top scanline orderDavid Reveman1-0/+3
2005-03-10Fix pixel offset issue and add temporary workaround for problem with NPOT tex...David Reveman1-2/+3
2005-03-08Fix glitz_set_pixels and initialization of plane equation for TexGenDavid Reveman1-5/+6
2005-03-01Rectangular clipping for set_pixelsDavid Reveman1-193/+258
2005-01-25Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, ...David Reveman1-22/+32
2004-12-03Add quick path for pixel transfer using solid surfaceDavid Reveman1-7/+193
2004-11-03Source tree restructuring and switch to new drawable interfaceDavid Reveman1-144/+255
2004-10-20Read buffer and scissor box fixesDavid Reveman1-2/+8
2004-10-06Fixed drawable offsets used for pixel transfer and copy areaDavid Reveman1-1/+1
2004-10-04Added user memory buffer support and better extension checkingDavid Reveman1-12/+27
2004-09-16A few important pixel transfer fixesDavid Reveman1-24/+35
2004-09-15Minor pixel transfer fixDavid Reveman1-6/+6
2004-09-09Added transformation support for hardware without GL_ARB_texture_clamp_to_bor...David Reveman1-1/+1
2004-09-06Added support for fill type transparent even though GL_ARB_texture_border_cla...David Reveman1-7/+8
2004-09-03Switched to new geometry interfaceDavid Reveman1-318/+65
2004-08-18New trapezoid type and new filtersDavid Reveman1-3/+1
2004-08-09New internal composite interfaceDavid Reveman1-39/+50
2004-07-20Component-alpha among other thingsDavid Reveman1-83/+328
2004-06-21Added new pixel interface and support for none 24bit visualsDavid Reveman1-0/+702