summaryrefslogtreecommitdiff
path: root/src/mesa/main/pixel.c
AgeCommit message (Expand)Author
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-25mesa: Remove dead error condition.Vinson Lee
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-01-18mesa: Remove unnecessary header from pixel.c.Vinson Lee
2009-09-24mesa/main: Make FEATURE_pixel_transfer follow feature conventions.Chia-I Wu
2009-09-03mesa: use new _mesa_map_pbo_source/dest() functions in more placesBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-04-22mesa: fix comment typoBrian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-21mesa: refactor: move initialization of DefaultPacking state.Brian Paul
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2007-03-21merge from masterBrian
2007-03-16Colortable re-org.Brian
2007-03-14pixelmap code simplificationBrian
2007-03-14Re-org of gl_pixel_attrib struct.Brian
2007-03-13fix ctx->Pixel.PostConvolutionScale/Bias subscript bugsBrian
2006-10-24s/GLchan/GLubyte/Brian Paul
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul
2006-10-13Revamp color table code.Brian Paul
2006-10-12remove _mesa_chan_to_float_span(), rename _mesa_map_ci8_to_rgba()Brian Paul
2006-10-12_mesa_map_ci_to_rgba_chan() no longer usedBrian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-11-09Bug 4996.Brian Paul
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-09-28added _mesa_scale_and_bias_depth()Brian Paul
2005-08-10the PIXEL_MAP_I_TO_I table should be GLfloat, not GLintBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul
2004-10-31PBO support for gl[Get]PixelMap functionsBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-02-28move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett