summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix SwapBytes handling in numerous placesDave Airlie2015-09-021-13/+7
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-0/+3
* mesa: Add _mesa_swap2_copy and _mesa_swap4_copyIago Toral Quiroga2015-01-121-2/+15
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul2012-07-241-4/+0
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-18/+0
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-24/+0
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-3/+0
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-071-3/+3
* mesa: add _mesa_image_offset()nobled2011-12-081-0/+7
* mesa: move _mesa_base_format_has_channel() into image.cBrian Paul2011-11-281-0/+3
* mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick2011-09-061-3/+0
* mesa: Clean up header file inclusion in image.h.Vinson Lee2010-11-091-1/+3
* mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul2010-10-281-1/+2
* mesa: split up the image.c fileBrian Paul2010-10-231-158/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-25/+25
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-5/+0
* mesa: initial support for unnormalized integer texture formatsBrian Paul2010-07-051-0/+3
* mesa: move/rename is_depth_or_stencil_format()Brian Paul2010-04-271-0/+3
* mesa: make is_compressed_format() non-staticBrian Paul2010-04-231-0/+2
* mesa: rename params in prototype to match implementationBrian Paul2010-03-171-1/+1
* mesa: new _mesa_expand_bitmap() functionBrian Paul2009-09-011-0/+7
* mesa: added _mesa_is_stencil_format()Brian Paul2009-08-311-0/+3
* mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul2009-08-131-0/+18
* mesa: make _mesa_clip_blit() a shared functionBrian Paul2009-08-051-0/+6
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-1/+1
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-1/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+7
* mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-061-0/+3
* Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian2008-09-231-0/+6
* mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-09-211-1/+46
* Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian2007-07-081-3/+3
* Consolidate, move, fix code related to color index and stencil image transferBrian Paul2006-10-131-0/+11
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-2/+1
* s/GLuint/GLbitfield/Brian Paul2006-10-131-7/+7
* removed obsolete _mesa_pack_rgba_span_chan()Brian Paul2006-10-131-8/+0
* Added _mesa_convert_colors().Brian Paul2006-10-111-1/+7
* merge from texman branchBrian Paul2006-03-261-1/+6
* added _mesa_pack_depth_stencil_span()Brian Paul2005-10-011-0/+7
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-10/+6
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-4/+28
* added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul2004-11-091-1/+15
* New glTexImage code.Brian Paul2004-04-221-1/+1
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-3/+0
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-281-5/+5
* consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul2004-02-281-2/+6
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-281-4/+4