summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-21st/mesa: use correct TGSI texture target in drawpix fragment shaderBrian Paul1-1/+1
2015-10-09st/mesa: fix glDrawPixels with a textureMarek Olšák1-1/+3
2015-10-09st/mesa: implement DrawPixels shader transformation using tgsi_transform_shaderMarek Olšák1-4/+5
2015-10-09st/mesa: make Z/S drawpix shaders independent of variants, don't use Mesa IR v2Marek Olšák1-6/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-04-09st/mesa: remove #include mfeatures.hBrian Paul1-1/+0
2012-09-15mesa: remove FEATURE_drawpix define.Oliver McFadden1-15/+0
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul1-0/+10
2010-08-04st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.Vinson Lee1-1/+4
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu1-0/+17
2008-05-20gallium: clean-up glDraw/CopyPixels shaders when destroying contextBrian Paul1-0/+3
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian1-4/+0
2008-02-08gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian1-0/+4
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian1-3/+1
2007-08-02initial work for textured-quad glDrawPixelsBrian1-0/+38