summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: use correct TGSI texture target in bitmap fragment shaderBrian Paul2016-03-211-1/+1
* st/mesa: don't allocate bitmap drawing state until neededBrian Paul2016-02-091-3/+0
* st/mesa: implement glBitmap shader transformation using tgsi_transform_shaderMarek Olšák2015-10-091-6/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa: remove FEATURE_drawpix define.Oliver McFadden2012-09-151-30/+0
* st/mesa: remove st_flush_bitmap wrapperMarek Olšák2012-07-221-6/+0
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul2010-12-131-0/+8
* st/mesa: Clean up header file inclusion in st_cb_bitmap.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-0/+32
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-0/+6
* gallium: implement a glBitmap cacheBrian2008-03-281-0/+5
* gallium: glBitmap code now separated from glDraw/CopyPixels codeBrian2008-03-201-0/+41