summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiTexSubImage*Pierre-Eric Pelloux-Prayer2019-08-061-0/+104
* mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXTPierre-Eric Pelloux-Prayer2019-08-061-0/+68
* mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXTPierre-Eric Pelloux-Prayer2019-08-061-0/+57
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* mesa: fix assertion failure in TexImageMarek Olšák2019-07-221-8/+6
* mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functionsPierre-Eric Pelloux-Prayer2019-07-191-0/+190
* mesa: move lookup_texture_ext_dsa up in teximage.cPierre-Eric Pelloux-Prayer2019-07-191-63/+60
* mesa: pass gl_texture_object as arg to not depend on statePierre-Eric Pelloux-Prayer2019-07-191-28/+32
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-6/+2
* mesa: add support for glCompressedTextureSubImage2DEXT()Timothy Arceri2019-06-281-24/+51
* mesa: add support for glTextureSubImage2DEXT()Timothy Arceri2019-06-281-28/+109
* mesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTERNAL_OESMarek Olšák2019-05-141-1/+1
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-131-10/+6
* mesa: Remove proxy image checks for maximum level.Eric Anholt2019-05-131-18/+0
* mesa: Reuse _mesa_max_texture_levels() instead of open-coding it.Eric Anholt2019-05-131-1/+1
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-1/+4
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-281-1/+1
* mesa/main: rename format-check functionErik Faye-Lund2018-12-031-2/+2
* mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev2018-10-231-2/+2
* mesa: enable EXT_render_snorm extensionTapani Pälli2018-08-131-1/+2
* mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák2018-08-041-1/+1
* mesa: fix a typo (trivial)Tapani Pälli2018-07-311-1/+1
* mesa: add TBO support for GL_EXT_texture_norm16Tapani Pälli2018-04-271-3/+3
* mesa: remove snprintf macro in imports.h to fix MSVC buildBrian Paul2018-04-131-1/+1
* mesa: Silence remaining unused parameter warnings in teximage.cIan Romanick2018-04-111-21/+21
* mesa: Silence unused parameter warning in compressedteximage_only_formatIan Romanick2018-04-111-8/+8
* mesa: Assert base format before truncating to unsigned shortTopi Pohjolainen2018-04-111-2/+3
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-03-291-10/+10
* mesa: adjust incorrect comment in texture_buffer_rangeMarek Olšák2018-03-191-2/+2
* mesa: RGB9_E5 invalid for CopyTexSubImage* in GLESJuan A. Suarez Romero2018-03-161-0/+14
* mesa: enable ASTC format for CompressedTexSubImage3DJuan A. Suarez Romero2018-02-051-8/+33
* mesa: Correctly print glTexImage dimensionsElie Tournier2018-01-301-7/+6
* mesa: add const qualifier on _mesa_is_renderable_texture_format()Brian Paul2017-12-051-1/+2
* mesa: simplify/improve some _mesa_error() calls in teximage.cBrian Paul2017-12-051-9/+5
* mesa/gles: adjust internal format in glTexSubImage2D error checksTapani Pälli2017-11-281-1/+55
* mesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for CompressedTexImage3DJuan A. Suarez Romero2017-11-211-1/+19
* mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt2017-10-101-22/+9
* mesa: silence 'variable may be used uninitialized' warning in teximage.cBrian Paul2017-10-031-1/+1
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-32/+0
* mesa: whitespace, formatting fixes in teximage.cBrian Paul2017-09-081-55/+55
* mesa: provide more info in some texture image error messagesBrian Paul2017-09-081-9/+11
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-201-2/+2
* mesa: hook up memory object multisamples tex(ture)storage apiAndres Rodriguez2017-08-061-22/+53
* mesa: make get_texbuffer_format() globalSamuel Pitoiset2017-08-021-3/+3
* mesa: add KHR_no_error support to glTextureSubImage*D()Samuel Pitoiset2017-07-311-0/+52
* mesa: add texturesubimage_error() helperSamuel Pitoiset2017-07-311-30/+45
* mesa: add compressed_tex_sub_image_{error,no_error} helpersSamuel Pitoiset2017-07-241-36/+65
* mesa: remove pointless assignments in init_teximage_fields_ms()Brian Paul2017-07-221-3/+0
* mesa: include texture size in error messagesBrian Paul2017-07-221-4/+5
* main/teximage: Even on failure use valid format for init()Topi Pohjolainen2017-07-221-1/+1