summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22st/mesa: add an entirely separate codepath for setting up buffer viewsMarek Olšák1-0/+1
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-1/+2
2016-06-01st/mesa: begin moving PBO functions into their own fileNicolai Hähnle1-6/+0
2016-02-03st/mesa: Accelerate PBO uploadsFredrik Höglund1-0/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-03-23st/mesa: implement blit-based ReadPixelsMarek Olšák1-0/+6
2012-02-15st/mesa: remove st_get_default_texture()Brian Paul1-4/+0
2010-12-20st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-08-04st/mesa: Add missing headers in st_cb_texture.h.Vinson Lee1-0/+7
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul1-2/+1
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul1-0/+4
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian1-4/+28
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell1-1/+2
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer1-5/+5
2007-08-07s/intel/st/Brian1-1/+1
2007-08-07plug in texture/sampler state updateBrian1-0/+4
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian1-5/+1
2007-08-06new texture functionsBrian1-0/+19