aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-1/+2
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-171-6/+1
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-18/+7
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-291-8/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-8/+8
* mesa: add gl_texture_image::Face, Level fieldsBrian Paul2011-08-241-0/+2
* mesa: minor comment changes in teximage.cBrian Paul2011-07-291-7/+2
* mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooksBrian Paul2011-07-191-17/+32
* mesa: fix incorrect error stringBrian Paul2011-06-231-1/+1
* mesa: allow depth texture arraysBrian Paul2011-06-171-1/+5
* mesa: use __builtin_clz for logbase2 when availableRoland Scheidegger2011-06-091-20/+3
* mesa: faster logbase2Benjamin Bellec2011-06-021-24/+11
* mesa: s/height/depth/ in texsubimage()Brian Paul2011-05-261-1/+1
* mesa: provide more info for glCompressedTexImage() errorsCarl-Philip Haensch2011-04-161-8/+26
* mesa: move error check code in compressedteximage()Brian Paul2011-04-161-2/+2
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-051-2/+280
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-051-1/+1
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-291-1/+30
* mesa: remove _MESA_NEW_TRANSFER_STATEBrian Paul2011-03-231-6/+4
* mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-081-0/+9
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-0/+13
* mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul2011-02-281-2/+6
* mesa: fix MESA/EXT typoBrian Paul2011-01-261-1/+1
* mesa: add checks for GL_EXT_texture_arrayBrian Paul2011-01-251-14/+19
* mesa: allow internalFormat=GL_BGRA_EXT in TexImage2DBenjamin Franzke2011-01-241-0/+9
* mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie2011-01-111-3/+3
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.Eric Anholt2011-01-041-1/+1
* mesa: simplify target checking for TexImage functionsBrian Paul2010-12-081-8/+18
* mesa: revamp error checking for compressed texture imagesBrian Paul2010-12-081-67/+44
* mesa: make _mesa_test_proxy_teximage() easier to readBrian Paul2010-12-071-55/+71
* mesa: consolidate glCompressedTexImage1/2/3D() functionsBrian Paul2010-12-071-374/+190
* mesa: consolidate glCopyTexSubImage1/2/3D() functionsBrian Paul2010-12-071-145/+63
* mesa: consolidate glCopyTexImage1/2D() codeBrian Paul2010-12-071-148/+90
* mesa: consolidate the glTexSubImage1/2/3D() functionsBrian Paul2010-12-071-165/+86
* mesa: simplify proxy texture code in texture_error_check()Brian Paul2010-12-071-49/+51
* mesa: consolidate glTexImage1/2/3D() codeBrian Paul2010-12-061-294/+161
* mesa: raise max texture sizes to 16KBrian Paul2010-12-021-107/+201
* mesa: fix get_texture_dimensions() for texture array targetsBrian Paul2010-11-211-5/+5
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-91/+146
* mesa: reorder texture_error_check() paramsBrian Paul2010-11-161-15/+15
* mesa: 80-column wrappingBrian Paul2010-11-161-13/+16
* mesa: consolidate assertions in teximage codeBrian Paul2010-11-121-10/+1
* mesa: rename function to _mesa_is_format_integer_color()Brian Paul2010-10-261-2/+2
* mesa: additional teximage error checks for GL_EXT_texture_integerBrian Paul2010-10-251-4/+38
* mesa: simplify target_can_be_compressed() functionBrian Paul2010-10-231-8/+18
* mesa: remove post-convolution width/height varsBrian Paul2010-10-141-35/+19
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-31/+31
* mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick2010-10-011-5/+5
* ARB_texture_rg: Correct some errors in RED / RG internal format handlingIan Romanick2010-10-011-9/+32