mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
[mesa.git] / src / mesa / main / texstorage.c
2019-10-18 Pierre-Eric Pellou... mesa: implement glTextureStorageNDEXT functions
2018-05-09 Xiong, Jamesmain: fail texture_storage() call if the size is not...
2017-08-09 Iago Toral QuirogaTextureStorage1D should return INVALID_OPERATION if...
2017-08-06 Andres Rodriguezmesa: hook up memoryobject tex(ture)storage api
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glTextureStorage*D()
2017-07-31 Samuel Pitoisetmesa: rename texturestorage() to texturestorage_error()
2017-07-31 Samuel Pitoisetmesa: add KHR_no_error support to glTexStorage*D()
2017-07-31 Samuel Pitoisetmesa: rename texstorage() to texstorage_error()
2017-07-31 Samuel Pitoisetmesa: add texture_storage_error() helper
2017-07-20 Samuel Pitoisetmesa: remove useless assert in texture_storage()
2017-07-20 Samuel Pitoisetmesa: pass the 'caller' function to texstorage()
2017-07-20 Samuel Pitoisetmesa: make _mesa_texture_storage() static
2017-06-22 Samuel Pitoisetmesa: fix using texture id 0 with glTextureStorage*()
2017-06-22 Samuel Pitoisetmesa: pass the 'caller' function to texturestorage...
2016-08-26 Ian Romanickmesa: Add support for OES_texture_cube_map_array
2016-08-26 Ian Romanickmesa: Cosmetic changes in legal_texobj_target
2016-08-26 Ian Romanickmesa: Rearrange legal_texobj_target to look more like...
2016-07-15 Brian Paulmesa: add numLevels, numSamples to Driver.TestProxyTexI...
2016-07-15 Brian Paulmesa: use _mesa_clear_texture_image() in clear_texture_...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Alejandro Piñeiromesa/main: not fill mesa_error on _mesa_legal_texture_b...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-22 Brian Paulmesa: const-qualify _mesa_is_legal_tex_storage_format...
2015-09-22 Brian Paulmesa: whitespace, comment fixes in texstorage.c
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-21 Tapani Pällimesa: update fbo state in glTexStorage
2015-08-19 Tapani Pällimesa: expose dimension check for glTex*Storage functions
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-18 Roland Scheideggermesa: fix up some texture error checks
2015-05-28 Ian RomanickRevert "mesa: Add ARB_direct_state_access checks in...
2015-05-14 Fredrik Höglundmesa: Add ARB_direct_state_access checks in texture...
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-01-08 Laura Ekstrandmain: Added entry points for glTextureStorage*D.
2015-01-08 Laura Ekstrandmain: Changed _mesa_alloc_texture_storage to _mesa_Allo...
2014-08-05 Anuj Phogatmesa: Add error condition for using compressed internal...
2014-08-05 Anuj Phogatmesa: Fix error condition for valid texture targets...
2014-02-02 Brian Paulmesa: simplify comment in texstorage.c
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: Validate internalFormat with target in glTexStora...
2014-01-21 Ian Romanickmesa: Generate GL_INVALID_OPERATION for unsupported...
2014-01-21 Ian Romanickmesa: Silence many unused parameter warnings
2013-12-13 Courtney Goeltzenl... mesa: Update TexStorage to support ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: consolidate multiple next_mipmap_level_size
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-11-18 Courtney Goeltzenl... mesa: Add API debug logging to TexStorage
2013-07-31 Mikko Juolamesa: fix proxy textures becoming immutable and unusable
2013-07-31 Mikko Juolamesa: fix proxy textures not working with default textu...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-31 Chris Forbesmesa: extract _mesa_is_legal_tex_storage_format helper
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2012-11-12 Marek Olšákmesa: fix error checking of TexStorage(levels) for...
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texstorage.c
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparison warning...
2012-09-18 Brian Paulmesa: move/fix levels check for glTexStorage()
2012-09-18 Brian Paulmesa: rewrite glTexStorage() code
2012-09-18 Brian Paulmesa: rework texture size error checking
2012-09-11 Brian Paulmesa: fix proxy texture error handling in glTexStorage()
2012-09-11 Brian Paulmesa: do internal format error checking for glTexStorage()
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2011-10-31 Brian Paulmesa: implement new functions for GL_ARB_texture_storage