summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: begin moving PBO functions into their own fileNicolai Hähnle2016-06-011-6/+0
* st/mesa: Accelerate PBO uploadsFredrik Höglund2016-02-031-0/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: implement blit-based ReadPixelsMarek Olšák2013-03-231-0/+6
* st/mesa: remove st_get_default_texture()Brian Paul2012-02-151-4/+0
* st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee2010-12-201-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* st/mesa: Add missing headers in st_cb_texture.h.Vinson Lee2010-08-041-0/+7
* st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul2010-05-031-2/+1
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-141-0/+4
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-4/+28
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-1/+2
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-5/+5
* s/intel/st/Brian2007-08-071-1/+1
* plug in texture/sampler state updateBrian2007-08-071-0/+4
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-5/+1
* new texture functionsBrian2007-08-061-0/+19