aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r700_vertprog.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore vp input mapping, fix vtx stream missing problem.Richard Li2009-07-161-14/+11
|
* r6xx/r7xx: fix buffer aging bugAlex Deucher2009-07-141-12/+15
| | | | | We were using sparse indexing for aos, while the common code expected packed indexing.
* re-arrange state structureAlex Deucher2009-06-041-3/+3
| | | | | | | | - split out renderbuffers - split out shaders - split our viewports Only send the state needed.
* fix an overflow in SPI_VS_OUT_CONFIGAlex Deucher2009-06-021-1/+1
| | | | VS must always export at least 1 param.
* get rid of chip_object structAlex Deucher2009-05-291-2/+1
|
* more cleanupAlex Deucher2009-05-291-1/+1
|
* R6xx: select proper shader formatAlex Deucher2009-05-261-1/+1
|
* Fix r6 code bugs.Richard Li2009-05-151-7/+8
|
* R6xx/R7xx: WIP r6xx-rewrite codeRichard Li2009-05-081-58/+22
|
* Initial pull of code from r6xx-r7xx-support branchRichard Li2009-04-211-0/+466
Not functional yet.