aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Handle 3d block sizes in teximage error checksAnuj Phogat2016-05-031-6/+13
* mesa: Try to fix CopyTex[Sub]Image of stencil textures.Kenneth Graunke2016-04-261-2/+3
* mesa: Disallow CopyTexSubImage on stencil formats in ES.Kenneth Graunke2016-04-261-0/+9
* mesa: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin2016-03-281-7/+13
* mesa: optimize out the realloc from glCopyTexImagexD()Miklós Máté2016-03-271-0/+36
* mesa/teximage: add _mesa_is_cube_map_texture utility methodEduardo Lima Mitev2016-03-031-0/+18
* mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_targetAlejandro Piñeiro2016-03-031-13/+5
* mesa/teximage: Make _mesa_format_no_online_compression publicAntia Puentes2016-03-031-1/+1
* mesa/teximage: make public is_renderable_texture_formatAntia Puentes2016-03-031-3/+3
* mesa: add GL_OES_texture_stencil8 supportIlia Mirkin2016-02-191-0/+2
* mesa: make _mesa_tex_target_to_face() an inline functionBrian Paul2016-02-121-14/+0
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-17/+17
* mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4Nicolai Hähnle2016-01-081-0/+16
* mesa: Fix typos in print messagesAndreas Boll2015-12-091-1/+1
* mesa: print enum names rather than hexadecimal values in error messagesBrian Paul2015-12-031-6/+6
* mesa: print enum string in compressed_subtexture_error_check() error msgBrian Paul2015-12-021-2/+2
* mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin2015-11-281-1/+1
* mesa/teximage: Fix S3TC regression due to ASTC interactionNanley Chery2015-11-221-28/+15
* mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev2015-09-281-374/+0
* mesa: Fix order of format+type and internal format checks for glTexImageXD opsEduardo Lima Mitev2015-09-281-16/+25
* mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul2015-09-221-1/+1
* mesa/teximage: reuse compressed format utility functions for base_formatNanley Chery2015-09-191-145/+5
* mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLESNanley Chery2015-09-151-1/+2
* mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPATNanley Chery2015-09-151-2/+4
* mesa: rename rowStride to imageStride in texturesubimage()Brian Paul2015-08-271-4/+4
* mesa: only copy the requested teximage facesIlia Mirkin2015-08-271-2/+2
* mesa: return bool instead of GLboolean in compressedteximage_only_format()Nanley Chery2015-08-261-3/+3
* mesa/teximage: return the base internal format of the ASTC formatsNanley Chery2015-08-261-0/+4
* mesa/teximage: accept ASTC formats for 3D texture specificationNanley Chery2015-08-261-7/+56
* mesa: don't enable online compression for ASTC formatsNanley Chery2015-08-261-4/+13
* mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery2015-08-251-29/+61
* mesa: enable texture stencil8 for multisampleDave Airlie2015-08-251-2/+5
* mesa: validate size parameters for glTexStorage*MultisampleTapani Pälli2015-08-191-0/+26
* mesa: check samples > 0 for glTex*MultisampleTimothy Arceri2015-08-181-0/+5
* mesa: rename texture function now that its staticTimothy Arceri2015-08-171-31/+31
* mesa: set correct error for non-renderable multisample texturesTapani Pälli2015-08-141-3/+10
* mesa: remove extern from texture functionTimothy Arceri2015-08-131-1/+1
* mesa/teximage: report the correct function which triggered the errorNanley Chery2015-08-121-4/+4
* mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0Eduardo Lima Mitev2015-08-051-47/+69
* mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal formatEduardo Lima Mitev2015-08-051-9/+9
* mesa: Validate target before resolving tex obj in glTex(ture)SubImageXDEduardo Lima Mitev2015-08-051-15/+14
* mesa/es3.1: Allow multisampled textures for GLES 3.1Marta Lofstedt2015-08-031-2/+2
* mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLEMarta Lofstedt2015-08-031-1/+1
* mesa: do more thorough target checking in compressed_subtexture_target_check()Brian Paul2015-07-231-26/+40
* mesa: another target fix in compressed_subtexture_target_check()Brian Paul2015-07-231-1/+8
* mesa: simplify format check in compressed_subtexture_target_check()Brian Paul2015-07-231-14/+10
* mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() callsEduardo Lima Mitev2015-07-231-1/+2
* 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