assorted changes for supporting GLfloat color channels (not done)
[mesa.git] / src / mesa / main / drawpix.c
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-17 Brian Paulported render begin/end calls from Mesa 3.4
2000-10-05 Brian Pauldrawing color-index image to RGB window was broken
2000-09-30 Brian Paulsupport for N texture units
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian Pauladded format/type error check to draw_rgba_pixels()
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-06 Brian Paulsilence compiler warning (zoomY0)
2000-08-30 Brian Paulmore convolution work
2000-08-23 Brian Paulenabling 1D convolution caused a problem
2000-08-21 Brian Paulbasic glDrawPixels convolution implemented
2000-08-16 Brian Pauloptimized glDrawPixels for glPixelZoom(1,-1) (Andrew...
2000-08-16 Brian Paulfixed typo which disabled simple_DrawPixels
2000-06-30 Brian Pauladded histogram sink test
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-27 Brian Paulfixed type checking error
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-18 Brian Paulmore color table and imaging work
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulmoved device driver DrawPixels call
2000-02-08 Brian PaulglDrawPixels w/ format=GL_COLOR_INDEX was broken
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-26 Brian Paulgenerate Z values when fog enabled (Andree Borrmann)
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-22 Brian Pauladded _mesa_clip_pixelrect()
1999-11-18 Brian Paulsilence an uninitialized var warning
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-19 Brian Paulmore image type error checking in draw_stencil_pixels()
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision