summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* added format/type error check to draw_rgba_pixels()Brian Paul2000-09-121-1/+6
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-9/+9
* silence compiler warning (zoomY0)Brian Paul2000-09-061-4/+2
* more convolution workBrian Paul2000-08-301-16/+5
* enabling 1D convolution caused a problemBrian Paul2000-08-231-4/+4
* basic glDrawPixels convolution implementedBrian Paul2000-08-211-27/+102
* optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)Brian Paul2000-08-161-8/+102
* fixed typo which disabled simple_DrawPixelsBrian Paul2000-08-161-3/+3
* added histogram sink testBrian Paul2000-06-301-2/+3
* enabled GL_POST_CONVOLUTION_COLOR_TABLEBrian Paul2000-06-301-1/+2
* added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul2000-06-271-2/+7
* fixed type checking errorBrian Paul2000-06-271-4/+4
* implemented GL_EXT_histogram extensionBrian Paul2000-05-041-1/+2
* more color table and imaging workBrian Paul2000-04-181-1/+5
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-121-4/+12
* clip depth/stencil spans to window boundsBrian Paul2000-04-111-2/+2
* 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