summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.c
Commit message (Expand)AuthorAgeFilesLines
* merge from masterBrian2007-03-211-311/+172
|\
| * Colortable re-org.Brian2007-03-161-12/+8
| * pixelmap code simplificationBrian2007-03-141-253/+124
| * Re-org of gl_pixel_attrib struct.Brian2007-03-141-112/+106
* | fix ctx->Pixel.PostConvolutionScale/Bias subscript bugsBrian2007-03-131-6/+6
|/
* s/GLchan/GLubyte/Brian Paul2006-10-241-4/+4
* Consolidate, move, fix code related to color index and stencil image transferBrian Paul2006-10-131-81/+0
* Revamp color table code.Brian Paul2006-10-131-416/+176
* remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul2006-10-121-68/+4
* _mesa_map_ci_to_rgba_chan() no longer usedBrian Paul2006-10-121-45/+2
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-4/+1
* Bug 4996.Brian Paul2005-11-091-10/+10
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-2/+2
* added _mesa_scale_and_bias_depth()Brian Paul2005-09-281-0/+13
* the PIXEL_MAP_I_TO_I table should be GLfloat, not GLintBrian Paul2005-08-101-12/+13
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+0
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-6/+6
* Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul2004-10-311-3/+1
* PBO support for gl[Get]PixelMap functionsBrian Paul2004-10-311-82/+371
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-3/+7
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-1/+29
* move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul2004-02-281-52/+321
* replace color table FloatTable boolean with Type enumBrian Paul2004-02-281-6/+7
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+11
* Fix glPixelMap: s/GLint/GLsizei/Brian Paul2003-08-191-5/+5
* fix a few more glitches from last big check-inBrian Paul2003-07-231-0/+4
* fix GL_SGI_texture_colortable bugsBrian Paul2003-07-231-0/+3
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-2/+196
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul2003-01-261-4/+2
* Header file clean-up:Brian Paul2002-10-241-8/+2
* GL_MESA_pack_invertBrian Paul2002-09-211-1/+12
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-1/+7
* test mapsize against 1, not 0 in glPixelMap()Brian Paul2002-04-241-4/+4
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-2/+2
* fixed potential array overwrite problemBrian Paul2001-12-041-15/+9
* compiler warningsKarl Schultz2001-09-181-17/+17
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-3/+7
* fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul2001-05-231-27/+63
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-29/+29
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-22/+22
* colortable w/ size=0 wasn't handled correctlyBrian Paul2001-02-271-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-11/+11
* More color macro clean-ups.Brian Paul2001-01-031-9/+9
* Major rework of tnl moduleKeith Whitwell2000-12-261-58/+188
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-1/+46
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-18/+14
* Committing in .Jouk Jansen2000-11-221-6/+6