aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstorage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák2012-11-121-3/+1
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+3
* mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul2012-11-061-1/+1
* mesa: silence MSVC signed/unsigned comparison warning in texstorage.cBrian Paul2012-10-291-1/+1
* mesa: move/fix levels check for glTexStorage()Brian Paul2012-09-171-8/+8
* mesa: rewrite glTexStorage() codeBrian Paul2012-09-171-74/+79
* mesa: rework texture size error checkingBrian Paul2012-09-171-10/+11
* mesa: fix proxy texture error handling in glTexStorage()Brian Paul2012-09-111-37/+41
* mesa: do internal format error checking for glTexStorage()Brian Paul2012-09-111-0/+48
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-2/+3
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-3/+3
* mesa: implement new functions for GL_ARB_texture_storageBrian Paul2011-10-311-0/+402