summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul2001-12-131-38/+23
* More raster fog coord fixes.Brian Paul2001-06-261-18/+8
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-4/+16
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+132
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-8/+5
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-3/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-11/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-4/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-836/+8
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-4/+1
* renamed Current.ByteColor Current.ColorBrian Paul2000-10-291-5/+5
* More GLchan color channel changes.Brian Paul2000-10-291-33/+33
* New colormac.h file for color-related macros.Brian Paul2000-10-281-2/+6
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-16/+18
* ported render begin/end calls from Mesa 3.4Brian Paul2000-10-171-4/+4
* drawing color-index image to RGB window was brokenBrian Paul2000-10-051-19/+12
* support for N texture unitsBrian Paul2000-09-301-6/+8
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-15/+15
* 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