Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300-gallium: Add verbosity level to debugging. | Corbin Simpson | 2009-02-16 | 1 | -2/+3 |
| | | | | Makes it a bit more manageable to read through the console logs. | ||||
* | r300-gallium: Fix scissors. | Corbin Simpson | 2009-02-15 | 1 | -2/+2 |
| | | | | | Don't use SCISSORS_OFFSET since we're DRI2, and don't forget to set scissors in clear. | ||||
* | r300-gallium: Grab bag of goodies. | Corbin Simpson | 2009-02-15 | 1 | -0/+5 |
| | | | | | Some fixes from glisse, moar swtcl emit setup, cleanup a bunch of regs, properly do clear flush, and BEGIN_CS count fixes. | ||||
* | r300-gallium: fix OUT_CS_ONE_REG and use where applicable | Joakim Sindholt | 2009-02-12 | 1 | -2/+6 |
| | | | | Signed-off-by: Corbin Simpson <[email protected]> | ||||
* | r300-gallium: Add r300 passthrough shader. | Corbin Simpson | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | r300: minor fixes and clear up some surface_fill | Joakim Sindholt | 2009-02-12 | 1 | -2/+0 |
| | | | | Signed-off-by: Corbin Simpson <[email protected]> | ||||
* | r300-gallium: Add r500 passthrough shader assembly. | Corbin Simpson | 2009-02-12 | 1 | -0/+5 |
| | | | | This allows a simple passthrough fragment shader to be provided on r500. | ||||
* | r300: Move some registers around. | Corbin Simpson | 2009-02-02 | 1 | -0/+2 |
| | | | | This fixes r500 hangs. | ||||
* | r300: Working trivial/clear for RV410. | Corbin Simpson | 2009-02-01 | 1 | -0/+35 |
This might work for other people too. |