aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_swtcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
|
* r300: prepare for some code duplication removalMaciej Cencora2009-06-071-0/+1
|
* r300: prepare for different vertex data type supportMaciej Cencora2009-06-071-6/+0
|
* r300: software fallbacking handling rewriteMaciej Cencora2009-05-161-0/+6
| | | | | 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.
* r300: do front/back color selection in HW for software TCL pathMaciej Cencora2009-04-271-0/+2
|
* r300: swtcl rewrite and cleanupMaciej Cencora2009-04-071-0/+16
| | | | | | | | - remove unused variables - silence compiler warnings - fix twosided lighting - fix point attenuation - unify indentation
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-0/+1
|
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-1/+1
| | | | Makefile.template
* r300: add authorshipDave Airlie2007-07-011-1/+2
|
* r300: remove some unused codeDave Airlie2007-07-011-31/+0
|
* add missing swtcl fileDave Airlie2007-06-171-0/+75