summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-07-24mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul1-4/+0
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-18/+0
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul1-24/+0
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-3/+0
2012-02-07mesa: new _mesa_error_check_format_and_type() functionBrian Paul1-3/+3
2011-12-08mesa: add _mesa_image_offset()nobled1-0/+7
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul1-0/+3
2011-09-06mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick1-3/+0
2010-11-09mesa: Clean up header file inclusion in image.h.Vinson Lee1-1/+3
2010-10-28mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul1-1/+2
2010-10-23mesa: split up the image.c fileBrian Paul1-158/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-25/+25
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt1-5/+0
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul1-0/+3
2010-04-27mesa: move/rename is_depth_or_stencil_format()Brian Paul1-0/+3
2010-04-23mesa: make is_compressed_format() non-staticBrian Paul1-0/+2
2010-03-17mesa: rename params in prototype to match implementationBrian Paul1-1/+1
2009-09-01mesa: new _mesa_expand_bitmap() functionBrian Paul1-0/+7
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul1-0/+3
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul1-0/+18
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul1-0/+6
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul1-1/+1
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-1/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+7
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao1-0/+3
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian1-0/+6
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul1-1/+46
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian1-3/+3
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-0/+11
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-2/+1
2006-10-13s/GLuint/GLbitfield/Brian Paul1-7/+7
2006-10-13removed obsolete _mesa_pack_rgba_span_chan()Brian Paul1-8/+0
2006-10-11Added _mesa_convert_colors().Brian Paul1-1/+7
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+6
2005-10-01added _mesa_pack_depth_stencil_span()Brian Paul1-0/+7
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-10/+6
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-4/+28
2004-11-09added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul1-1/+15
2004-04-22New glTexImage code.Brian Paul1-1/+1
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-3/+0
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul1-5/+5
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul1-2/+6
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-4/+4
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-03-13added _mesa_image_image_stride()Brian Paul1-3/+8