Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: Cleanup header includes. | Corbin Simpson | 2009-10-21 | 1 | -7/+0 |
| | |||||
* | r300g: Fix up a bunch of warnings. | Corbin Simpson | 2009-10-18 | 1 | -0/+1 |
| | |||||
* | r300g: port over last parts of oq support. | Dave Airlie | 2009-10-14 | 1 | -2/+1 |
| | | | | | | | | Add support for begin/end in each CS so we don't get any other processes rendering in between. TODO: blame other parts of driver for this not working like Z. | ||||
* | r300g: Fix a number of warnings | Nicolai Hähnle | 2009-09-06 | 1 | -0/+5 |
| | | | | Seriously guys.... | ||||
* | r300g: Use radeon compiler for fragment programs | Nicolai Hähnle | 2009-07-30 | 1 | -4/+7 |
| | | | | This is entirely untested on R500, and needs more testing on R300. | ||||
* | r300g: Use r300compiler for vertex shaders | Nicolai Hähnle | 2009-07-30 | 1 | -0/+6 |
| | |||||
* | r300-gallium: Unify sampler and texture emit. | Corbin Simpson | 2009-07-08 | 1 | -4/+3 |
| | | | | They have to cross into each other's registers. | ||||
* | r300-gallium: organize fragment/vertex shaders | Joakim Sindholt | 2009-06-26 | 1 | -2/+2 |
| | | | | | | | | | | Appart from separating r3xx/r5xx fragment shaders, a more consistent naming scheme has been applied. From now on: r300 = all chips r3xx = R300/R400 only r5xx = R500 only This way r300_fragment_shader is the master struct, and the structs r3xx_fragment_shader and r5xx_fragment_shader inherits it. | ||||
* | r300-gallium: Emit UCP. | Corbin Simpson | 2009-06-05 | 1 | -0/+3 |
| | |||||
* | r300-gallium: Finish space accounting. | Corbin Simpson | 2009-05-08 | 1 | -0/+2 |
| | | | | Still broken... | ||||
* | r300-gallium: Add vertex shader emit. | Corbin Simpson | 2009-03-31 | 1 | -0/+3 |
| | |||||
* | r300-gallium: Add some surface_copy. | Corbin Simpson | 2009-03-27 | 1 | -0/+2 |
| | |||||
* | r300-gallium: Clean up some emit, and some state handlers. | Corbin Simpson | 2009-03-20 | 1 | -0/+10 |
| | |||||
* | r300-gallium: Fix a handful of compiler warnings. | Corbin Simpson | 2009-03-10 | 1 | -0/+4 |
| | | | | Missing INLINE, missing declarations, extraneous definitions. The usual. | ||||
* | r300-gallium: Include-guard r300_emit.h | Corbin Simpson | 2009-02-16 | 1 | -0/+9 |
| | |||||
* | r300-gallium: Fix scissors. | Corbin Simpson | 2009-02-15 | 1 | -0/+3 |
| | | | | | Don't use SCISSORS_OFFSET since we're DRI2, and don't forget to set scissors in clear. | ||||
* | r300-gallium: Fix linker error a few linker warnings. | Corbin Simpson | 2009-02-12 | 1 | -0/+11 |
| | | | | A few prototypes, a missing header, a misspelled macro. | ||||
* | r300: Split rs_state emit into its own function. | Corbin Simpson | 2009-02-01 | 1 | -1/+3 |
| | |||||
* | r300: Add dsa state emit. | Corbin Simpson | 2009-02-01 | 1 | -0/+3 |
| | | | | Seeing a pattern yet? | ||||
* | r300: Add blend color state emit. | Corbin Simpson | 2009-02-01 | 1 | -0/+31 |
Slow and steady wins the race. Or something like that. |