summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_swtcl.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-06-07r300: prepare for some code duplication removalMaciej Cencora
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
Until now falling back to software rasterizer worked only for TCL enabled cards. For non TCL cards we used to plug our rendering functions in r300InitSwtcl, and we had never restored original functions for software rasterizer.
2009-04-27r300: do front/back color selection in HW for software TCL pathMaciej Cencora
2009-04-07r300: swtcl rewrite and cleanupMaciej Cencora
- remove unused variables - silence compiler warnings - fix twosided lighting - fix point attenuation - unify indentation
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul
Makefile.template
2007-07-01r300: add authorshipDave Airlie
2007-07-01r300: remove some unused codeDave Airlie
2007-06-17add missing swtcl fileDave Airlie