summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
2000-09-06silence compiler warning (zoomY0)Brian Paul
2000-08-30more convolution workBrian Paul
2000-08-23enabling 1D convolution caused a problemBrian Paul
2000-08-21basic glDrawPixels convolution implementedBrian Paul
2000-08-16optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)Brian Paul
2000-08-16fixed typo which disabled simple_DrawPixelsBrian Paul
2000-06-30added histogram sink testBrian Paul
2000-06-30enabled GL_POST_CONVOLUTION_COLOR_TABLEBrian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-27fixed type checking errorBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-01changes for GL_HP_occlusion_testBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-03-03moved device driver DrawPixels callBrian Paul
2000-02-08glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
1999-11-26generate Z values when fog enabled (Andree Borrmann)Brian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-22added _mesa_clip_pixelrect()Brian Paul
1999-11-18silence an uninitialized var warningBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-19more image type error checking in draw_stencil_pixels()Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg