Age | Commit message (Expand) | Author |
2006-10-24 | s/GLchan/GLubyte/ | Brian Paul |
2006-10-13 | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul |
2006-10-13 | Revamp color table code. | Brian Paul |
2006-10-12 | remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba() | Brian Paul |
2006-10-12 | _mesa_map_ci_to_rgba_chan() no longer used | Brian Paul |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul |
2005-11-09 | Bug 4996. | Brian Paul |
2005-10-05 | s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table. | Brian Paul |
2005-09-28 | added _mesa_scale_and_bias_depth() | Brian Paul |
2005-08-10 | the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-10-31 | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul |
2004-10-31 | PBO support for gl[Get]PixelMap functions | Brian Paul |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-02-28 | move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan() | Brian Paul |
2004-02-28 | replace color table FloatTable boolean with Type enum | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-08-19 | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul |
2003-07-23 | fix a few more glitches from last big check-in | Brian Paul |
2003-07-23 | fix GL_SGI_texture_colortable bugs | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-01-26 | remove bad assertion, fix minor bug in _mesa_lookup_rgba() | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-09-21 | GL_MESA_pack_invert | Brian Paul |
2002-09-21 | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul |
2002-04-24 | test mapsize against 1, not 0 in glPixelMap() | Brian Paul |
2001-12-18 | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul |
2001-12-04 | fixed potential array overwrite problem | Brian Paul |
2001-09-18 | compiler warnings | Karl Schultz |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-05-23 | fix bug 426657: need to clamp RGBA before color table lookups | Brian Paul |
2001-04-10 | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul |
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-02-27 | colortable w/ size=0 wasn't handled correctly | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-03 | More color macro clean-ups. | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-13 | improved precision of glReadPixels for colorbuffers < 24bpp | Brian Paul |
2000-11-28 | Pass scale and bias values to _mesa_scale_and_bias_rgba(). | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
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-28 | Basic work to support deep color channels: | Brian Paul |