summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstorage.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13mesa: Update TexStorage to support ARB_texture_viewCourtney Goeltzenleuchter1-2/+3
2013-12-13mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter1-22/+3
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-4/+2
2013-11-17mesa: Add API debug logging to TexStorageCourtney Goeltzenleuchter1-0/+7
2013-07-31mesa: fix proxy textures becoming immutable and unusableMikko Juola1-1/+1
2013-07-31mesa: fix proxy textures not working with default texture bindingMikko Juola1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-21mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt1-0/+30
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-31mesa: extract _mesa_is_legal_tex_storage_format helperChris Forbes1-17/+20
2013-03-21mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner1-0/+1
2012-11-12mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák1-3/+1
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie1-0/+3
2012-11-06mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul1-1/+1
2012-10-29mesa: silence MSVC signed/unsigned comparison warning in texstorage.cBrian Paul1-1/+1
2012-09-17mesa: move/fix levels check for glTexStorage()Brian Paul1-8/+8
2012-09-17mesa: rewrite glTexStorage() codeBrian Paul1-74/+79
2012-09-17mesa: rework texture size error checkingBrian Paul1-10/+11
2012-09-11mesa: fix proxy texture error handling in glTexStorage()Brian Paul1-37/+41
2012-09-11mesa: do internal format error checking for glTexStorage()Brian Paul1-0/+48
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-2/+3
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-3/+3
2011-10-31mesa: implement new functions for GL_ARB_texture_storageBrian Paul1-0/+402