aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstorage.c
Commit message (Expand)AuthorAgeFilesLines
* main: fail texture_storage() call if the size is not okayXiong, James2018-05-101-0/+1
* TextureStorage1D should return INVALID_OPERATION if target is not a 1D textureIago Toral Quiroga2017-08-091-1/+1
* mesa: hook up memoryobject tex(ture)storage apiAndres Rodriguez2017-08-061-22/+54
* mesa: add KHR_no_error support to glTextureStorage*D()Samuel Pitoiset2017-07-311-0/+40
* mesa: rename texturestorage() to texturestorage_error()Samuel Pitoiset2017-07-311-9/+9
* mesa: add KHR_no_error support to glTexStorage*D()Samuel Pitoiset2017-07-311-0/+51
* mesa: rename texstorage() to texstorage_error()Samuel Pitoiset2017-07-311-8/+9
* mesa: add texture_storage_error() helperSamuel Pitoiset2017-07-311-25/+43
* mesa: remove useless assert in texture_storage()Samuel Pitoiset2017-07-201-1/+0
* mesa: pass the 'caller' function to texstorage()Samuel Pitoiset2017-07-201-9/+11
* mesa: make _mesa_texture_storage() staticSamuel Pitoiset2017-07-201-12/+12
* mesa: fix using texture id 0 with glTextureStorage*()Samuel Pitoiset2017-06-221-6/+2
* mesa: pass the 'caller' function to texturestorage() helperSamuel Pitoiset2017-06-221-10/+13
* mesa: Add support for OES_texture_cube_map_arrayIan Romanick2016-08-261-1/+2
* mesa: Cosmetic changes in legal_texobj_targetIan Romanick2016-08-261-12/+12
* mesa: Rearrange legal_texobj_target to look more like _mesa_legal_get_tex_lev...Ian Romanick2016-08-261-11/+26
* mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul2016-07-151-2/+2
* mesa: use _mesa_clear_texture_image() in clear_texture_fields()Brian Paul2016-07-151-3/+1
* mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_targetAlejandro Piñeiro2016-03-031-4/+4
* mesa: const-qualify _mesa_is_legal_tex_storage_format ctx paramBrian Paul2015-09-221-1/+2
* mesa: whitespace, comment fixes in texstorage.cBrian Paul2015-09-221-15/+18
* mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery2015-08-251-14/+6
* mesa: update fbo state in glTexStorageTapani Pälli2015-08-211-0/+15
* mesa: expose dimension check for glTex*Storage functionsTapani Pälli2015-08-191-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-8/+8
* mesa: fix up some texture error checksRoland Scheidegger2015-07-181-0/+1
* Revert "mesa: Add ARB_direct_state_access checks in texture functions"Ian Romanick2015-05-281-7/+0
* mesa: Add ARB_direct_state_access checks in texture functionsFredrik Höglund2015-05-141-0/+7
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* main: Added entry points for glTextureStorage*D.Laura Ekstrand2015-01-081-51/+155
* main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.Laura Ekstrand2015-01-081-4/+4
* mesa: Add error condition for using compressed internalformat in glTexStorage...Anuj Phogat2014-08-041-0/+18
* mesa: Fix error condition for valid texture targets in glTexStorage* functionsAnuj Phogat2014-08-041-0/+7
* mesa: simplify comment in texstorage.cBrian Paul2014-02-021-3/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: Validate internalFormat with target in glTexStorage pathsIan Romanick2014-01-271-0/+5
* mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functionsIan Romanick2014-01-211-3/+15
* mesa: Silence many unused parameter warningsIan Romanick2014-01-211-0/+22
* mesa: Update TexStorage to support ARB_texture_viewCourtney Goeltzenleuchter2013-12-131-2/+3
* mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter2013-12-131-22/+3
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-4/+2
* mesa: Add API debug logging to TexStorageCourtney Goeltzenleuchter2013-11-171-0/+7
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-07-311-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-07-311-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-211-0/+30
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: extract _mesa_is_legal_tex_storage_format helperChris Forbes2013-03-311-17/+20
* mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner2013-03-211-0/+1