summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)Author
2005-10-01added _mesa_pack_depth_stencil_span()Brian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-06remove DEFARRAY, CHECKARRAY stuffBrian Paul
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-09added a comment and assertion in _mesa_clip_drawpixels() for PixelZoomBrian Paul
2004-11-09added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul
2004-10-02fix a commentBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-06-11disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ...Brian Paul
2004-05-12GL_BGR can't be used with the packed types, according to the GL spec. Enforc...Brian Paul
2004-05-12some component ordering bugs in extract_float_rgba()Brian Paul
2004-04-22New glTexImage code.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul
2004-02-28minor clean-upsBrian Paul
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul
2004-02-28move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul
2003-11-25casts for g++Brian Paul
2003-11-18Some groundwork for supporting GLhalf datatype.Brian Paul
2003-07-23fix a few more glitches from last big check-inBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-09-21GL_MESA_pack_invertBrian Paul
2002-09-21updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul
2002-04-26replaced GLshort with GLushort in _mesa_sizeof_packed_type()Brian Paul
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul
2002-03-13added _mesa_image_image_stride()Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-06-13fixed an assertionBrian Paul
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul
2001-05-15_mesa_pack_index_span() was broken for non-GLubyte datatypesBrian Paul
2001-04-04GL_INTENSITY case was incorrect in extract_float_rgba()Brian Paul
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-16moved depth/index/stencil span packing into image.cBrian Paul
2001-02-13removed bogus assertionsBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-11-09GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)Brian Paul
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul