aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer targetMarek Olšák2020-04-291-9/+9
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+1
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-211-3/+3
* replace _mesa_logbase2 with util_logbase2Dylan Baker2020-04-211-6/+6
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-13/+13
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* glapi / teximage: implement EGLImageTargetTexStorageEXTGurchetan Singh2020-01-131-7/+95
* teximage: split out helper from EGLImageTargetTexture2DOESGurchetan Singh2020-01-131-18/+29
* mesa: implement ARB_texture_storage_multisample + EXT_dsa functionsPierre-Eric Pelloux-Prayer2019-11-191-0/+46
* mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT functionPierre-Eric Pelloux-Prayer2019-11-191-0/+46
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-2/+2
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-201-1/+1
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-201-1/+1
* mesa: add EXT_dsa + EXT_texture_buffer_object functionsPierre-Eric Pelloux-Prayer2019-10-181-0/+59
* mesa: fix invalid target error handling for teximagePierre-Eric Pelloux-Prayer2019-10-161-7/+8
* teximage: ensure that Tex*SubImage* checks formatIlia Mirkin2019-09-041-0/+9
* mesa: recover target_check before get_current_tex_objectsJose Maria Casanova Crespo2019-08-211-7/+7
* mesa: reverse no_error on compressed_tex_sub_image for TEX_MODE_CURRENTJose Maria Casanova Crespo2019-08-201-2/+2
* mesa: add EXT_dsa glCompressedMultiTex* functionsPierre-Eric Pelloux-Prayer2019-08-191-5/+115
* mesa: add EXT_dsa glCompressedTexture(Sub)Image1D/2D/3D functionsPierre-Eric Pelloux-Prayer2019-08-191-0/+85
* mesa: refactor compressed_tex_sub_image functionPierre-Eric Pelloux-Prayer2019-08-191-101/+115
* 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