summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: use correct TGSI texture target in drawpix fragment shaderBrian Paul2016-03-211-1/+1
* st/mesa: fix glDrawPixels with a textureMarek Olšák2015-10-091-1/+3
* st/mesa: implement DrawPixels shader transformation using tgsi_transform_shaderMarek Olšák2015-10-091-4/+5
* st/mesa: make Z/S drawpix shaders independent of variants, don't use Mesa IR v2Marek Olšák2015-10-091-6/+0
* 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-15/+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/+10
* st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.Vinson Lee2010-08-041-1/+4
* st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-0/+17
* gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul2008-05-201-0/+3
* gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian2008-03-201-4/+0
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-081-0/+4
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-3/+1
* initial work for textured-quad glDrawPixelsBrian2007-08-021-0/+38