summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04mesa: do more teximage error checking for generic compressed formatsBrian Paul1-2/+30
2012-04-30mesa: reject immutable textures in glEGLImageTargetTexture2DOES()Dylan Noblesmith1-0/+7
2012-04-09mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt1-0/+54
2012-04-09mesa: Track a gl_format for the texture buffer format.Eric Anholt1-168/+73
2012-03-20mesa: use _mesa_dirty_texobj() functionBrian Paul1-12/+5
2012-03-07mesa: handle array textures in strip_texture_border()Brian Paul1-17/+21
2012-03-05mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()Anuj Phogat1-1/+0
2012-02-29mesa: asst. fixes for texture arrays and bordersBrian Paul1-12/+20
2012-02-28mesa: minor comment, whitespace fixes in teximage.cBrian Paul1-3/+1
2012-02-21mesa: fix issues with texture border and array texturesAnuj Phogat1-11/+59
2012-02-16mesa: add missing texture integer test in glTexSubImage()Brian Paul1-0/+11
2012-02-09mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-02-07mesa: new _mesa_error_check_format_and_type() functionBrian Paul1-16/+9
2012-02-01mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-01-25mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák1-4/+10
2012-01-24mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.Eric Anholt1-8/+31
2012-01-12mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt1-0/+14
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul1-3/+3
2012-01-07mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul1-11/+35
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-7/+6
2011-12-30mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul1-18/+12
2011-12-30mesa: simplify Driver.TexImage() parametersBrian Paul1-13/+10
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-9/+6
2011-12-20mesa: fix a leak in _mesa_delete_texture_image()Pekka Paalanen1-0/+1
2011-12-18mesa: make _mesa_set_tex_image() static since it's not called anywhere elseBrian Paul1-7/+7
2011-12-16mesa: make update_fbo_texture() non-staticBrian Paul1-5/+6
2011-12-05mesa: Allow glTexImage2D with a depth component cube map.Anuj Phogat1-2/+5
2011-12-02mesa: move _mesa_error() call in compressedteximage()Brian Paul1-7/+2
2011-12-02mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu1-0/+51
2011-11-28mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie1-0/+1
2011-11-22mesa: update comment for clear_teximage_fields()Brian Paul1-9/+2
2011-11-19mesa: define, use _mesa_is_cube_face() in several placesBrian Paul1-6/+3
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-11/+15
2011-10-31mesa: new glTexImage error checks for GL_ARB_texture_storageBrian Paul1-0/+34
2011-10-26mesa: Apply StripTextureBorder to CopyTexImage as well.Eric Anholt1-0/+10
2011-10-26mesa: Fold gallium's texture border stripping into a core Mesa option.Eric Anholt1-3/+54
2011-10-23mesa: remove dead code from teximage.cBrian Paul1-29/+0
2011-10-23mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul1-46/+0
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-6/+8
2011-10-13s/format/baseFormat/ to be more explicitBrian Paul1-5/+5
2011-10-13mesa: remove redundant buffer checks in copytexsubimage_error_check2()Brian Paul1-17/+0
2011-10-13mesa: remove redundant buffer checks in copytexture_error_check()Brian Paul1-16/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-09-26mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flagsIan Romanick1-2/+4
2011-09-22mesa: remove support for GL_APPLE_client_storage extensionBrian Paul1-1/+1
2011-09-22mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul1-13/+0
2011-09-22mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul1-7/+0
2011-09-19mesa: Refactor compressed texture error checks to work with paletted texturesIan Romanick1-11/+70
2011-09-19mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_base_tex_formatIan Romanick1-0/+19
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-2/+0