summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-11/+15
* mesa: new glTexImage error checks for GL_ARB_texture_storageBrian Paul2011-10-311-0/+34
* mesa: Apply StripTextureBorder to CopyTexImage as well.Eric Anholt2011-10-261-0/+10
* mesa: Fold gallium's texture border stripping into a core Mesa option.Eric Anholt2011-10-261-3/+54
* mesa: remove dead code from teximage.cBrian Paul2011-10-231-29/+0
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-231-46/+0
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-6/+8
* s/format/baseFormat/ to be more explicitBrian Paul2011-10-131-5/+5
* mesa: remove redundant buffer checks in copytexsubimage_error_check2()Brian Paul2011-10-131-17/+0
* mesa: remove redundant buffer checks in copytexture_error_check()Brian Paul2011-10-131-16/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick2011-09-261-2/+4
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-1/+1
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-221-13/+0
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-221-7/+0
* mesa: Refactor compressed texture error checks to work with paletted texturesIan Romanick2011-09-191-11/+70
* mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_formatIan Romanick2011-09-191-0/+19
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-2/+0
* 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