summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
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
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