aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate internal glCompressedTexSubImage1/2/3D codeBrian Paul2012-06-061-27/+4
* mesa: consolidate internal glCompressedTexImage1/2/3D codeBrian Paul2012-06-061-25/+4
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-061-25/+6
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-20/+4
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-30/+6
* mesa: do more teximage error checking for generic compressed formatsBrian Paul2012-05-041-2/+30
* mesa: reject immutable textures in glEGLImageTargetTexture2DOES()Dylan Noblesmith2012-04-301-0/+7
* mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt2012-04-091-0/+54
* mesa: Track a gl_format for the texture buffer format.Eric Anholt2012-04-091-168/+73
* mesa: use _mesa_dirty_texobj() functionBrian Paul2012-03-201-12/+5
* mesa: handle array textures in strip_texture_border()Brian Paul2012-03-071-17/+21
* mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()Anuj Phogat2012-03-051-1/+0
* mesa: asst. fixes for texture arrays and bordersBrian Paul2012-02-291-12/+20
* mesa: minor comment, whitespace fixes in teximage.cBrian Paul2012-02-281-3/+1
* mesa: fix issues with texture border and array texturesAnuj Phogat2012-02-211-11/+59
* mesa: add missing texture integer test in glTexSubImage()Brian Paul2012-02-161-0/+11
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-091-11/+11
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-071-16/+9
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-011-11/+11
* mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák2012-01-251-4/+10
* mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.Eric Anholt2012-01-241-8/+31
* mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt2012-01-121-0/+14
* mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul2012-01-121-3/+3
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-071-11/+35
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-7/+6
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-301-18/+12
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-13/+10
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-9/+6
* mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen2011-12-201-0/+1
* mesa: make _mesa_set_tex_image() static since it's not called anywhere elseBrian Paul2011-12-181-7/+7
* mesa: make update_fbo_texture() non-staticBrian Paul2011-12-161-5/+6
* mesa: Allow glTexImage2D with a depth component cube map.Anuj Phogat2011-12-051-2/+5
* mesa: move _mesa_error() call in compressedteximage()Brian Paul2011-12-021-7/+2
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+51
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+1
* mesa: update comment for clear_teximage_fields()Brian Paul2011-11-221-9/+2
* mesa: define, use _mesa_is_cube_face() in several placesBrian Paul2011-11-191-6/+3
* 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