| Commit message (Expand) | Author | Age | Files | Lines |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -5/+5 |
* | added minor assertion | Brian Paul | 2003-08-31 | 1 | -1/+2 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -29/+34 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -8/+2 |
* | minor error message changes | Brian Paul | 2002-08-21 | 1 | -3/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -1/+66 |
* | Minor change to current raster position and texcoords. | Brian Paul | 2002-05-09 | 1 | -4/+4 |
* | added some missing error checks | Brian Paul | 2002-01-15 | 1 | -5/+14 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -9/+10 |
* | fixed errors in feedback for glDraw/CopyPixels and glBitmap | Brian Paul | 2001-12-13 | 1 | -38/+23 |
* | More raster fog coord fixes. | Brian Paul | 2001-06-26 | 1 | -18/+8 |
* | added GL_IBM_rasterpos_clip extension | Brian Paul | 2001-06-26 | 1 | -4/+16 |
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -1/+132 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -8/+5 |
* | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul | 2001-04-10 | 1 | -3/+3 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -5/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -4/+4 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -11/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -4/+3 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -2/+6 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -836/+8 |
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -4/+1 |
* | renamed Current.ByteColor Current.Color | Brian Paul | 2000-10-29 | 1 | -5/+5 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -33/+33 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -2/+6 |
* | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell | 2000-10-27 | 1 | -16/+18 |
* | ported render begin/end calls from Mesa 3.4 | Brian Paul | 2000-10-17 | 1 | -4/+4 |
* | drawing color-index image to RGB window was broken | Brian Paul | 2000-10-05 | 1 | -19/+12 |
* | support for N texture units | Brian Paul | 2000-09-30 | 1 | -6/+8 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -15/+15 |
* | added format/type error check to draw_rgba_pixels() | Brian Paul | 2000-09-12 | 1 | -1/+6 |
* | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | 2000-09-08 | 1 | -9/+9 |
* | silence compiler warning (zoomY0) | Brian Paul | 2000-09-06 | 1 | -4/+2 |
* | more convolution work | Brian Paul | 2000-08-30 | 1 | -16/+5 |
* | enabling 1D convolution caused a problem | Brian Paul | 2000-08-23 | 1 | -4/+4 |
* | basic glDrawPixels convolution implemented | Brian Paul | 2000-08-21 | 1 | -27/+102 |
* | optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee) | Brian Paul | 2000-08-16 | 1 | -8/+102 |
* | fixed typo which disabled simple_DrawPixels | Brian Paul | 2000-08-16 | 1 | -3/+3 |
* | added histogram sink test | Brian Paul | 2000-06-30 | 1 | -2/+3 |
* | enabled GL_POST_CONVOLUTION_COLOR_TABLE | Brian Paul | 2000-06-30 | 1 | -1/+2 |
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -2/+7 |
* | fixed type checking error | Brian Paul | 2000-06-27 | 1 | -4/+4 |
* | implemented GL_EXT_histogram extension | Brian Paul | 2000-05-04 | 1 | -1/+2 |
* | more color table and imaging work | Brian Paul | 2000-04-18 | 1 | -1/+5 |
* | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | 2000-04-12 | 1 | -4/+12 |
* | clip depth/stencil spans to window bounds | Brian Paul | 2000-04-11 | 1 | -2/+2 |