summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
2003-08-31added minor assertionBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-08-21minor error message changesBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-01-15added some missing error checksBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul
2001-06-26More raster fog coord fixes.Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-29renamed Current.ByteColor Current.ColorBrian Paul
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-17ported render begin/end calls from Mesa 3.4Brian Paul
2000-10-05drawing color-index image to RGB window was brokenBrian Paul
2000-09-30support for N texture unitsBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-12added format/type error check to draw_rgba_pixels()Brian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
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