summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_debug.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06st/mesa: remove stray semicolonsBrian Paul1-1/+1
2010-08-05st/mesa: Only get debug option onceJakob Bornecrantz1-1/+3
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-9/+9
2010-04-28st/mesa: add missing debug entry for DEBUG_CONSTANTSBrian Paul1-0/+1
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-1/+1
2010-02-12st/mesa: rename state -> tgsi, updated commentsBrian Paul1-2/+2
2009-11-15mesa/st: refactor vertex and fragment shader translationKeith Whitwell1-1/+2
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell1-0/+28
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-1/+1
2008-03-20gallium: unused var silence warningBrian1-1/+2
2008-03-13gallium: remove semantic info from pipe_shader_stateBrian Paul1-0/+2
2008-03-11gallium: rework CSO-related code in state trackerBrian1-3/+3
2008-02-15Code reorganization: update build.José Fonseca1-2/+2
2008-01-14Fix problems with vertex shaders and the private draw module.Brian1-2/+2
2007-11-23gallium: reorg tgsi directories.Michal Krol1-1/+2
2007-10-18print vertex input mappingBrian1-0/+6
2007-10-18debug functionsBrian1-0/+60