aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstorage.c
Commit message (Expand)AuthorAgeFilesLines
* 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