aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_clear.c
Commit message (Collapse)AuthorAgeFilesLines
* R6xx/r7xx: warning fixesKevin DeKorte2009-07-171-0/+1
| | | | patch from Kevin DeKorte with some minor fixes from me.
* Warning fixesKevin DeKorte2009-07-161-1/+0
|
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵Alex Deucher2009-07-151-7/+6
| | | | | | | into r6xx-rewrite This builds, but I get an assertion in radeonGetLock() due to the drawable being null.
* R6xx/r7xx: fix locking for clearAlex Deucher2009-06-301-2/+1
| | | | this allows redbook hello to render correctly mostly.
* Fix color data can't be fetched issueCooper Yuan2009-06-251-3/+0
|
* Merge master and fix conflictsAlex Deucher2009-06-121-1/+1
|
* Disable clear code for nowAlex Deucher2009-06-021-0/+3
|
* get rid of chip_object structAlex Deucher2009-05-291-1/+0
|
* R6xx/R7xx: switch to common clear with draw codeAlex Deucher2009-05-291-209/+64
|
* r6xx/r7xx: switch to common dma functions for vecsAlex Deucher2009-05-291-6/+2
|
* Argh. fix last commit. clears are still brokenAlex Deucher2009-05-281-0/+2
|
* R6xx/r7xx: re-enable clearsAlex Deucher2009-05-281-1/+5
| | | | | | flush cache and wait for idle after drawing. Probably just need the cache flush. This gets redbook hello working properly.
* r6xx: fix more r6xx specific casesAlex Deucher2009-05-261-1/+1
|
* Fix nop insertion bug. redbook hello can run.Richard Li2009-05-191-1/+1
|
* Fix r6 code bugs.Richard Li2009-05-151-29/+33
|
* R6xx/R7xx: WIP r6xx-rewrite codeRichard Li2009-05-081-60/+57
|
* Initial pull of code from r6xx-r7xx-support branchRichard Li2009-04-211-0/+267
Not functional yet.