| Commit message (Expand) | Author | Age | Files | Lines |
* | r300-gallium: Make surface_copy work, and refactor buffer validation. | Corbin Simpson | 2009-05-20 | 1 | -4/+9 |
* | r300-gallium: Always do VTE, never software viewport. | Corbin Simpson | 2009-05-18 | 1 | -1/+5 |
* | r300-gallium: Comment out useless debugging code. | Corbin Simpson | 2009-05-17 | 1 | -12/+12 |
* | r300-gallium: Various cleanups leftover from before. | Corbin Simpson | 2009-05-16 | 1 | -2/+4 |
* | r300-gallium: Space accounting for textures. | Corbin Simpson | 2009-05-13 | 1 | -2/+7 |
* | r300-gallium: Fix bad cast. Space accounting completely works now. | Corbin Simpson | 2009-05-08 | 1 | -2/+2 |
* | r300-gallium, radeon: BO handling fixes, some useful asserts. | Corbin Simpson | 2009-05-08 | 1 | -2/+2 |
* | r300-gallium: Finish space accounting. | Corbin Simpson | 2009-05-08 | 1 | -5/+55 |
* | r300-gallium, radeon-winsys: Space accounting. | Corbin Simpson | 2009-05-01 | 1 | -1/+9 |
* | r300-gallium: Clean up FB state emit. | Corbin Simpson | 2009-04-25 | 1 | -13/+13 |
* | r300-gallium: Set framebuffer pitch on every framebuffer change. | Mathias Gottschlag | 2009-04-25 | 1 | -1/+6 |
* | r300-gallium: Fix CS size mismatch | Mathias Gottschlag | 2009-04-21 | 1 | -1/+5 |
* | r300-gallium: Add vertex shader constant emit. | Corbin Simpson | 2009-04-08 | 1 | -2/+17 |
* | r300-gallium: Fix bad register write. | Corbin Simpson | 2009-04-04 | 1 | -3/+4 |
* | r300-gallium: Clean up compile warnings and strict compile errors. | Corbin Simpson | 2009-04-04 | 1 | -11/+9 |
* | r300-gallium: Moar vert shader emit. | Corbin Simpson | 2009-03-31 | 1 | -1/+22 |
* | r300-gallium: Add vertex shader emit. | Corbin Simpson | 2009-03-31 | 1 | -0/+20 |
* | r300-gallium: Add some surface_copy. | Corbin Simpson | 2009-03-27 | 1 | -1/+1 |
* | r300-gallium: r300-fs: Moar. | Corbin Simpson | 2009-03-25 | 1 | -2/+2 |
* | r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking. | Corbin Simpson | 2009-03-25 | 1 | -1/+1 |
* | r300-gallium: Clean up some emit, and some state handlers. | Corbin Simpson | 2009-03-20 | 1 | -16/+1 |
* | r300-gallium: Emit viewport state. | Corbin Simpson | 2009-03-18 | 1 | -0/+23 |
* | r300-gallium: Debugging for the more sensitive card registers. | Corbin Simpson | 2009-03-17 | 1 | -4/+12 |
* | r300-gallium: Fix relocation for textures. | Corbin Simpson | 2009-03-17 | 1 | -2/+2 |
* | r300-gallium: Emit constants as floats, not uints. | Corbin Simpson | 2009-03-16 | 1 | -4/+4 |
* | r300-gallium: r500-fs: Setup immediates. | Corbin Simpson | 2009-03-15 | 1 | -4/+24 |
* | r300-gallium: Don't flush textures more than necessary. | Corbin Simpson | 2009-03-11 | 1 | -2/+7 |
* | r300-gallium: Fix CS count for texture emit. | Corbin Simpson | 2009-03-11 | 1 | -1/+1 |
* | r300-gallium: Fix CS count in fb state emit. | Corbin Simpson | 2009-03-11 | 1 | -1/+1 |
* | r300-gallium: Fix a handful of compiler warnings. | Corbin Simpson | 2009-03-10 | 1 | -1/+12 |
* | r300-gallium: First stab at texture support. | Corbin Simpson | 2009-03-10 | 1 | -1/+46 |
* | r300-gallium: Correct vertex format setup, cleanup regs and debugging. | Corbin Simpson | 2009-03-07 | 1 | -1/+6 |
* | r300-gallium: Emit vertex size. | Corbin Simpson | 2009-03-07 | 1 | -1/+3 |
* | r300-gallium: Actually do framebuffer setup. | Corbin Simpson | 2009-03-06 | 1 | -1/+6 |
* | r300-gallium: Flat/smooth shading state. | Corbin Simpson | 2009-03-06 | 1 | -1/+2 |
* | r300-gallium: Pick up a few more bits of rs_state. | Corbin Simpson | 2009-03-06 | 1 | -1/+5 |
* | r300-gallium: Use only one CS section for vertex_format. | Corbin Simpson | 2009-03-05 | 1 | -3/+1 |
* | r300-gallium: Clean up casts and indents. | Corbin Simpson | 2009-03-01 | 1 | -11/+12 |
* | r300-gallium: Properly split up RS into r300 and r500 variants. | Corbin Simpson | 2009-02-27 | 1 | -1/+2 |
* | r300-gallium: Add RS block setup. | Corbin Simpson | 2009-02-27 | 1 | -0/+33 |
* | r300-gallium: Cleanup some state emit, move vertex format state to r300_emit. | Corbin Simpson | 2009-02-23 | 1 | -0/+31 |
* | r300-gallium: Fix BEGIN_CS size. | Corbin Simpson | 2009-02-23 | 1 | -1/+1 |
* | r300-gallium: Consolidate state updates. | Corbin Simpson | 2009-02-17 | 1 | -2/+8 |
* | r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch. | Corbin Simpson | 2009-02-16 | 1 | -1/+2 |
* | r300-gallium: Add draw_arrays and friends. | Corbin Simpson | 2009-02-16 | 1 | -1/+1 |
* | r300-gallium: Fix scissors. | Corbin Simpson | 2009-02-15 | 1 | -4/+12 |
* | r300-gallium: Grab bag of goodies. | Corbin Simpson | 2009-02-15 | 1 | -4/+2 |
* | r300-gallium: Add Z/stencil buffer format emit. | Corbin Simpson | 2009-02-14 | 1 | -2/+8 |
* | r300-gallium: Emit Z/stencil buffer offset. | Corbin Simpson | 2009-02-14 | 1 | -0/+13 |
* | r300-gallium: Various thingies. | Corbin Simpson | 2009-02-13 | 1 | -0/+18 |