| Commit message (Expand) | Author | Age | Files | Lines |
* | the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint | Brian Paul | 2005-08-10 | 1 | -12/+13 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -2/+0 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -6/+6 |
* | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul | 2004-10-31 | 1 | -3/+1 |
* | PBO support for gl[Get]PixelMap functions | Brian Paul | 2004-10-31 | 1 | -82/+371 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -3/+7 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -1/+29 |
* | move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan() | Brian Paul | 2004-02-28 | 1 | -52/+321 |
* | replace color table FloatTable boolean with Type enum | Brian Paul | 2004-02-28 | 1 | -6/+7 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -11/+11 |
* | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul | 2003-08-19 | 1 | -5/+5 |
* | fix a few more glitches from last big check-in | Brian Paul | 2003-07-23 | 1 | -0/+4 |
* | fix GL_SGI_texture_colortable bugs | Brian Paul | 2003-07-23 | 1 | -0/+3 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -2/+196 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | remove bad assertion, fix minor bug in _mesa_lookup_rgba() | Brian Paul | 2003-01-26 | 1 | -4/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -8/+2 |
* | GL_MESA_pack_invert | Brian Paul | 2002-09-21 | 1 | -1/+12 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -1/+7 |
* | test mapsize against 1, not 0 in glPixelMap() | Brian Paul | 2002-04-24 | 1 | -4/+4 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -2/+2 |
* | fixed potential array overwrite problem | Brian Paul | 2001-12-04 | 1 | -15/+9 |
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -17/+17 |
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -3/+7 |
* | fix bug 426657: need to clamp RGBA before color table lookups | Brian Paul | 2001-05-23 | 1 | -27/+63 |
* | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul | 2001-04-10 | 1 | -29/+29 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -5/+5 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -22/+22 |
* | colortable w/ size=0 wasn't handled correctly | Brian Paul | 2001-02-27 | 1 | -2/+2 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -11/+11 |
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 1 | -9/+9 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -58/+188 |
* | improved precision of glReadPixels for colorbuffers < 24bpp | Brian Paul | 2000-12-13 | 1 | -1/+46 |
* | Pass scale and bias values to _mesa_scale_and_bias_rgba(). | Brian Paul | 2000-11-28 | 1 | -18/+14 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -6/+5 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -1/+6 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -22/+58 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -1/+2 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -8/+8 |
* | glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly | Brian Paul | 2000-10-19 | 1 | -2/+18 |
* | implemented new ImageTransferState bitmask | Brian Paul | 2000-08-21 | 1 | -24/+3 |
* | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul | 2000-05-07 | 1 | -1/+1 |
* | initial code for GL_EXT_histogram extension | Brian Paul | 2000-05-07 | 1 | -25/+49 |
* | dynamically allocate color table data, uses less memory | Brian Paul | 2000-04-17 | 1 | -23/+99 |
* | work on GL_SGI_color_table | Brian Paul | 2000-04-17 | 1 | -7/+7 |
* | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | 2000-04-12 | 1 | -128/+122 |
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -3/+74 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -23/+75 |