summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)Author
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-02-17mesa: fix comments for _mesa_clip_readpixels()Brian Paul
2011-02-16mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-12-09mesa: Fix GL_FIXED arrays.Chia-I Wu
2010-11-07mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()Brian Paul
2010-10-28mesa: additional integer formats in _mesa_bytes_per_pixel()Brian Paul
2010-10-28mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul
2010-10-28mesa: fix integer cases in _mesa_is_legal_format_and_type()Brian Paul
2010-10-27mesa: Remove unnecessary header.Vinson Lee
2010-10-25mesa: additional switch cases for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-21mesa: add missing cases for packing red/green imagesBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-01rgtc: Detect RGTC formats as color formats and as compressed formatsIan Romanick
2010-10-01ARB_texture_rg: Add GL_COMPRESSED_{RED,RG} cases in _mesa_is_color_formatIan Romanick
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-07-31mesa: Remove unnecessary headers.Vinson Lee
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-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-18mesa: Remove unnecessary header from image.c.Vinson Lee
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul
2010-01-04mesa: more detailed error message in extract_float_rgba()Brian Paul
2009-10-05mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Ben Skeggs
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-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-10mesa: Fix typo in bitmask.José Fonseca
2009-05-22Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-22mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul
2009-05-07mesa: add GL_DOUBLE case in _mesa_sizeof_type()Brian Paul
2009-04-07mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian 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