summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* added minor assertionBrian Paul2003-08-311-1/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-29/+34
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Header file clean-up:Brian Paul2002-10-241-8/+2
* minor error message changesBrian Paul2002-08-211-3/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+66
* Minor change to current raster position and texcoords.Brian Paul2002-05-091-4/+4
* added some missing error checksBrian Paul2002-01-151-5/+14
* vertex program check-inBrian Paul2001-12-141-9/+10
* 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