Age | Commit message (Expand) | Author |
2001-06-26 | More raster fog coord fixes. | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-04-10 | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul |
2000-10-29 | renamed Current.ByteColor Current.Color | Brian Paul |
2000-10-29 | More GLchan color channel changes. | Brian Paul |
2000-10-28 | New colormac.h file for color-related macros. | Brian Paul |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |
2000-10-17 | ported render begin/end calls from Mesa 3.4 | Brian Paul |
2000-10-05 | drawing color-index image to RGB window was broken | Brian Paul |
2000-09-30 | support for N texture units | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-09-12 | added format/type error check to draw_rgba_pixels() | Brian Paul |
2000-09-08 | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul |
2000-09-06 | silence compiler warning (zoomY0) | Brian Paul |
2000-08-30 | more convolution work | Brian Paul |
2000-08-23 | enabling 1D convolution caused a problem | Brian Paul |
2000-08-21 | basic glDrawPixels convolution implemented | Brian Paul |
2000-08-16 | optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee) | Brian Paul |
2000-08-16 | fixed typo which disabled simple_DrawPixels | Brian Paul |
2000-06-30 | added histogram sink test | Brian Paul |
2000-06-30 | enabled GL_POST_CONVOLUTION_COLOR_TABLE | Brian Paul |
2000-06-27 | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul |
2000-06-27 | fixed type checking error | Brian Paul |
2000-05-04 | implemented GL_EXT_histogram extension | Brian Paul |
2000-04-18 | more color table and imaging work | Brian Paul |
2000-04-12 | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul |
2000-04-11 | clip depth/stencil spans to window bounds | Brian Paul |
2000-04-08 | added GL_SGI_color_matrix extension | Brian Paul |
2000-04-07 | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul |
2000-04-01 | changes for GL_HP_occlusion_test | Brian Paul |
2000-03-21 | changed imaging functions to _mesa_ prefix | Brian Paul |
2000-03-03 | runtime selectable depth buffer depth | Brian Paul |
2000-03-03 | moved device driver DrawPixels call | Brian Paul |
2000-02-08 | glDrawPixels w/ format=GL_COLOR_INDEX was broken | Brian Paul |
2000-02-02 | updated includes for source file reorg | Brian Paul |
1999-11-26 | generate Z values when fog enabled (Andree Borrmann) | Brian Paul |
1999-11-24 | added support for separate read/draw buffers per context | Brian Paul |
1999-11-22 | added _mesa_clip_pixelrect() | Brian Paul |
1999-11-18 | silence an uninitialized var warning | Brian Paul |