summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: assorted whitespace, formatting fixes in teximage.cBrian Paul2015-07-211-20/+10
* mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()Brian Paul2015-07-211-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-57/+57
* mesa: fix up some texture error checksRoland Scheidegger2015-07-181-21/+20
* mesa/teximage: use correct extension for accept stencil texture.Dave Airlie2015-06-081-1/+1
* Revert "mesa: Add ARB_direct_state_access checks in texture functions"Ian Romanick2015-05-281-74/+0
* mesa: Add ARB_direct_state_access checks in texture functionsFredrik Höglund2015-05-141-0/+74
* mesa: put more info in glTexImage GL_OUT_OF_MEMORY error messageBrian Paul2015-04-241-1/+3
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-231-1/+2
* main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.Laura Ekstrand2015-03-191-3/+11
* main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand2015-03-191-48/+36
* mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image callsEduardo Lima Mitev2015-03-131-77/+103
* main: Add entry point for TextureBufferRange.Laura Ekstrand2015-03-091-0/+46
* main: Add check_texture_buffer_target.Laura Ekstrand2015-03-091-11/+28
* main: Add check_texture_buffer_range.Laura Ekstrand2015-03-091-15/+58
* main: Cosmetic changes for Texture Buffers.Laura Ekstrand2015-03-091-2/+9
* main: Refactor _mesa_texture_buffer_range.Laura Ekstrand2015-03-091-36/+22
* main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].Laura Ekstrand2015-03-091-11/+12
* main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.Laura Ekstrand2015-03-091-27/+131
* main: assert(texImage) in ARB_DSA texture cube map functions.Laura Ekstrand2015-03-091-2/+3
* main: Remove redundant NumLayers checks.Laura Ekstrand2015-03-091-14/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-021-0/+3
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* main: Fix whitespace in teximage.c.Laura Ekstrand2015-02-271-1/+1
* main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand2015-02-261-15/+65
* main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand2015-02-261-8/+54
* mesa: Add _mesa_is_array_texture helperIago Toral Quiroga2015-02-241-0/+22
* mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev2015-02-241-2/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-17/+17
* main: Add STENCIL_INDEX formats to base_tex_formatJason Ekstrand2015-01-301-0/+10
* teximage: Don't indent switch casesJason Ekstrand2015-01-301-146/+146
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-291-1/+1
* Mesa: Add support for GL_OES_texture_*float* extensions.Kalyan Kondapally2015-01-291-0/+64
* mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObjJuha-Pekka Heikkila2015-01-121-0/+2
* mesa: Fix incorrect assertion in init_teximage_fields_msIago Toral Quiroga2015-01-121-1/+1
* mesa: Fix get_texbuffer_format().Samuel Iglesias Gonsalvez2015-01-121-2/+2
* mesa: compute row stride outside of loop and fix MSVC compilation errorBrian Paul2015-01-081-2/+4
* main: Checking for cube completeness in TextureSubImage.Laura Ekstrand2015-01-081-13/+35
* main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.Laura Ekstrand2015-01-081-0/+22
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-081-16/+74
* main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-081-28/+96
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-081-52/+187
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-081-46/+124
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-081-81/+251
* main: Removed trailing whitespaces in texture code.Laura Ekstrand2015-01-081-19/+19
* main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand2015-01-081-81/+0
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-13/+11
* mesa: fix height error check for 1D array texturesBrian Paul2014-12-021-1/+1
* mesa: Mark buffer objects that are used as TexBOsChris Forbes2014-10-161-0/+6