summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
...
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-9/+8
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-071-1/+15
* changes for GL_HP_occlusion_testBrian Paul2000-04-011-1/+3
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-211-7/+7
* runtime selectable depth buffer depthBrian Paul2000-03-031-21/+15
* moved device driver DrawPixels callBrian Paul2000-03-031-8/+8
* glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul2000-02-081-4/+4
* updated includes for source file reorgBrian Paul2000-02-021-1/+2
* generate Z values when fog enabled (Andree Borrmann)Brian Paul1999-11-261-3/+3
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-27/+29
* added _mesa_clip_pixelrect()Brian Paul1999-11-221-1/+45
* silence an uninitialized var warningBrian Paul1999-11-181-1/+3
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-414/+159
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* more image type error checking in draw_stencil_pixels()Brian Paul1999-10-191-1/+13
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* Large patch:Keith Whitwell1999-09-181-5/+2
* Initial revisionjtg1999-08-191-0/+946