summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.h
AgeCommit message (Expand)Author
2010-11-09mesa: Clean up header file inclusion in image.h.Vinson Lee
2010-10-28mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul
2010-04-27mesa: move/rename is_depth_or_stencil_format()Brian Paul
2010-04-23mesa: make is_compressed_format() non-staticBrian Paul
2010-03-17mesa: rename params in prototype to match implementationBrian Paul
2009-09-01mesa: new _mesa_expand_bitmap() functionBrian Paul
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul
2006-10-13s/GLuint/GLbitfield/Brian Paul
2006-10-13removed obsolete _mesa_pack_rgba_span_chan()Brian Paul
2006-10-11Added _mesa_convert_colors().Brian Paul
2006-03-26merge from texman branchBrian Paul
2005-10-01added _mesa_pack_depth_stencil_span()Brian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-09added _mesa_clip_drawpixels() and _mesa_clip_readpixels()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-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
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
2002-03-13added _mesa_image_image_stride()Brian Paul
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-16moved depth/index/stencil span packing into image.cBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-10-29More GLchan color channel changes.Brian Paul
2000-08-31renamed some variablesBrian Paul
2000-08-30added _mesa_pack_float_rgba_span()Brian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-05-10more GL_EXT_convolution workBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-03-21made _mesa_native_packing constBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul