summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22mesa: fix comment typoBrian Paul1-1/+1
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul1-1/+1
2008-11-10mesa: new _mesa_is_pow_two() functionBrian1-3/+3
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-09-21mesa: refactor: move initialization of DefaultPacking state.Brian Paul1-20/+0
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul1-407/+11
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul1-28/+0
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul1-196/+0
2007-03-21merge from masterBrian1-311/+172
2007-03-16Colortable re-org.Brian1-12/+8
2007-03-14pixelmap code simplificationBrian1-253/+124
2007-03-14Re-org of gl_pixel_attrib struct.Brian1-112/+106
2007-03-13fix ctx->Pixel.PostConvolutionScale/Bias subscript bugsBrian1-6/+6
2006-10-24s/GLchan/GLubyte/Brian Paul1-4/+4
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-81/+0
2006-10-13Revamp color table code.Brian Paul1-416/+176
2006-10-12remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul1-68/+4
2006-10-12_mesa_map_ci_to_rgba_chan() no longer usedBrian Paul1-45/+2
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-4/+1
2005-11-09Bug 4996.Brian Paul1-10/+10
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul1-2/+2
2005-09-28added _mesa_scale_and_bias_depth()Brian Paul1-0/+13
2005-08-10the PIXEL_MAP_I_TO_I table should be GLfloat, not GLintBrian Paul1-12/+13
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-2/+0
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-6/+6
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul1-3/+1
2004-10-31PBO support for gl[Get]PixelMap functionsBrian Paul1-82/+371
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+2
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-3/+7
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-1/+29
2004-02-28move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul1-52/+321
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul1-6/+7
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-11/+11
2003-08-19Fix glPixelMap: s/GLint/GLsizei/Brian Paul1-5/+5
2003-07-23fix a few more glitches from last big check-inBrian Paul1-0/+4
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul1-0/+3
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-2/+196
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-01-26remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul1-4/+2
2002-10-24Header file clean-up:Brian Paul1-8/+2
2002-09-21GL_MESA_pack_invertBrian Paul1-1/+12
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul1-1/+7
2002-04-24test mapsize against 1, not 0 in glPixelMap()Brian Paul1-4/+4
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul1-2/+2
2001-12-04fixed potential array overwrite problemBrian Paul1-15/+9
2001-09-18compiler warningsKarl Schultz1-17/+17
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-3/+7
2001-05-23fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul1-27/+63
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul1-29/+29
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-5/+5