summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri1-1/+1
2016-06-15mesa/main: fix integer overflows in _mesa_image_offsetNicolai Hähnle1-4/+4
2016-02-19mesa: small optimization of _mesa_expand_bitmap()Brian Paul1-7/+4
2016-02-09mesa/image: Make _mesa_clip_readpixels() work with renderbuffersNanley Chery1-5/+17
2015-09-02mesa: fix SwapBytes handling in numerous placesDave Airlie1-5/+53
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-37/+37
2015-02-10mesa: Rename the CEILING() macro to DIV_ROUND_UP().Francisco Jerez1-1/+1
2015-02-02DD: Refactor BlitFramebuffer.Laura Ekstrand1-6/+8
2015-01-12mesa: Add _mesa_swap2_copy and _mesa_swap4_copyIago Toral Quiroga1-8/+17
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
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-09-30st/mesa: implement BlitFramebuffer using gallium blitMarek Olšák1-2/+2
2012-07-24mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul1-367/+0
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-368/+1
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul1-395/+0
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-76/+0
2012-07-13mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák1-0/+1
2012-02-13mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV caseBrian Paul1-0/+9
2012-02-07mesa: new _mesa_error_check_format_and_type() functionBrian Paul1-62/+154
2012-01-25mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák1-4/+8
2012-01-24mesa: Add missing integer R/RG cases to _mesa_is_color_format().Eric Anholt1-0/+12
2011-12-10mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie1-0/+4
2011-12-08mesa: add _mesa_image_offset()nobled1-17/+50
2011-12-08mesa/image: assert on bad formatnobled1-11/+9
2011-12-08mesa/image: delete dead storenobled1-7/+0
2011-12-08mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()Brian Paul1-1/+7
2011-12-02mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu1-0/+3
2011-11-29mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format().Eric Anholt1-1/+0
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul1-0/+87
2011-11-28mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie1-0/+2
2011-11-28image/pack: fix missing GL_BGR(A)_INTEGER support.Dave Airlie1-0/+2
2011-11-27image: fix legal types for packed integer formats.Dave Airlie1-2/+4
2011-11-15mesa: Include R/RG integer textures in _mesa_is_integer_format.Eric Anholt1-0/+12
2011-11-15mesa: new BYTE/SHORT_TO_FLOATZ() macrosBrian Paul1-16/+0
2011-11-15mesa: move CEILING() macro into macros.hBrian Paul1-3/+0
2011-11-15mesa: consolidate cases in _mesa_components_in_format()Brian Paul1-28/+12
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-09-19mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_f...Ian Romanick1-0/+13
2011-09-14mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie1-6/+2
2011-09-06mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick1-27/+0
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák1-2/+16
2011-04-29mesa: implement EXT_packed_floatMarek Olšák1-0/+11
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák1-0/+11
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-3/+25
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák1-0/+3
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-0/+9
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul1-2/+2