aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600d.h
Commit message (Collapse)AuthorAgeFilesLines
* r600g: texture supportJerome Glisse2010-07-271-0/+235
| | | | | | | | | | | | | Add texture mapping support, redbook/texbind works if you comment out glClear and second checkboard. Need to fix : - texture overwritting - lod & mip/map handling - unormalized coordinate handling - texture view with first leve > 0 - and many other things Signed-off-by: Jerome Glisse <[email protected]>
* r600g: add support for all R6XX/R7XX asicJerome Glisse2010-07-211-0/+75
| | | | | | | This configure some of the value properly based on asic so others asic than RV710 works too. Signed-off-by: Jerome Glisse <[email protected]>
* r600g: Initial importJerome Glisse2010-05-271-0/+677