| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: rework command submission and resource space checking | Marek Olšák | 2011-01-08 | 1 | -8/+8 |
* | r300g: cleanup winsys | Marek Olšák | 2010-12-05 | 1 | -4/+4 |
* | r300g: use internal BO handle for add_buffer and write_reloc | Marek Olšák | 2010-12-03 | 1 | -3/+3 |
* | r300g: fix macro substitution problem | Dave Airlie | 2010-07-26 | 1 | -2/+2 |
* | r300g: rebuild winsys and command submission to support multiple contexts | Marek Olšák | 2010-07-16 | 1 | -41/+32 |
* | r300g: more informative warning in END_CS | Marek Olšák | 2010-06-19 | 1 | -4/+8 |
* | r300g: drop begin_cs/end_cs | Marek Olšák | 2010-06-14 | 1 | -4/+0 |
* | r300g: simplify reloc macros | Marek Olšák | 2010-06-14 | 1 | -14/+9 |
* | r300g: count CS dwords on debug builds only | Marek Olšák | 2010-06-14 | 1 | -17/+22 |
* | r300g: add API for building command buffers | Marek Olšák | 2010-06-13 | 1 | -0/+12 |
* | r300g: inline FLUSH_CS | Marek Olšák | 2010-06-13 | 1 | -7/+0 |
* | r300g: reorder CS macros and document them a little | Marek Olšák | 2010-06-13 | 1 | -37/+42 |
* | r300g: drop DBG_CS | Marek Olšák | 2010-06-13 | 1 | -45/+0 |
* | r300g: inline CHECK_CS | Marek Olšák | 2010-06-13 | 1 | -4/+1 |
* | r300g: use r300_buffer_domain everywhere | Marek Olšák | 2010-06-02 | 1 | -5/+0 |
* | r300g: add get_cs_info winsys entrypoint, abandon check_cs | Marek Olšák | 2010-05-26 | 1 | -1/+1 |
* | r300g: Rudimentary stats, printed on exit. | Corbin Simpson | 2010-04-26 | 1 | -0/+3 |
* | r300g: Add CS table writing. | Corbin Simpson | 2010-04-26 | 1 | -0/+7 |
* | r300g: fix scons build | Marek Olšák | 2010-03-21 | 1 | -2/+1 |
* | r300g: rebuild screen/winsys interface | Dave Airlie | 2010-03-15 | 1 | -5/+17 |
* | Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map" | Dave Airlie | 2010-02-22 | 1 | -17/+5 |
* | r300g: rebuild winsys/pipe buffer handling and add buffer map | Dave Airlie | 2010-02-22 | 1 | -5/+17 |
* | r300g: silence a warning | Marek Olšák | 2010-01-12 | 1 | -1/+1 |
* | r300g: clean up r300_emit_aos | Marek Olšák | 2009-12-09 | 1 | -0/+9 |
* | r300g, radeong: fix the CS overflow | Marek Olšák | 2009-12-04 | 1 | -1/+1 |
* | r300g, radeong: De-specialize r300_winsys into radeon_winsys. | Corbin Simpson | 2009-12-02 | 1 | -2/+3 |
* | r300g: enable CS dumping | Maciej Cencora | 2009-11-07 | 1 | -2/+2 |
* | r300g: add some debugging info | Maciej Cencora | 2009-09-27 | 1 | -10/+20 |
* | r300g: Debug flags infrastructure | Nicolai Hähnle | 2009-09-06 | 1 | -9/+10 |
* | r300-gallium: Mute some debug info. | Corbin Simpson | 2009-06-05 | 1 | -6/+13 |
* | radeon-gallium: Don't permit reading and writing a BO in one CS. | Corbin Simpson | 2009-05-20 | 1 | -2/+3 |
* | r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI. | Corbin Simpson | 2009-05-01 | 1 | -9/+9 |
* | r300-gallium: Properly emit indexbufs. | Corbin Simpson | 2009-04-08 | 1 | -0/+10 |
* | r300-gallium: Misspelled macro name. | Corbin Simpson | 2009-03-20 | 1 | -1/+1 |
* | r300-gallium: Put r300_cs_inlines to bed. | Corbin Simpson | 2009-03-20 | 1 | -1/+16 |
* | r300-gallium: Simplify/neaten up packet3. | Corbin Simpson | 2009-03-20 | 1 | -3/+0 |
* | r300-gallium: Add verbosity level to debugging. | Corbin Simpson | 2009-02-16 | 1 | -5/+9 |
* | r300-gallium: Use fui instead of a roll-my-own. | Corbin Simpson | 2009-02-15 | 1 | -13/+3 |
* | r300: Clean up CS counting. | Corbin Simpson | 2009-02-06 | 1 | -0/+1 |
* | r300: Unbreak emit, fix up a bunch of little things. | Corbin Simpson | 2009-02-01 | 1 | -2/+7 |
* | r300: attempt at trivial/clear on r5xx | Joakim Sindholt | 2009-02-01 | 1 | -2/+2 |
* | Ack, forgot to update the index again. | Corbin Simpson | 2009-02-01 | 1 | -3/+3 |
* | r300: A handful of thingys. | Corbin Simpson | 2009-02-01 | 1 | -2/+4 |
* | r300: Count BEGIN_CS, END_CS, warn if count is off. | Corbin Simpson | 2009-02-01 | 1 | -1/+5 |
* | r300: Working trivial/clear for RV410. | Corbin Simpson | 2009-02-01 | 1 | -2/+6 |
* | BROKEN | Corbin Simpson | 2009-02-01 | 1 | -5/+10 |
* | r300: Newlines, dammit! | Corbin Simpson | 2009-02-01 | 1 | -3/+3 |
* | r300: Add some useful debugging information; remove a couple compile warnings. | Corbin Simpson | 2009-02-01 | 1 | -4/+12 |
* | r300: Add num_vert_pipes (and remove busted num_pipes.) | Corbin Simpson | 2009-02-01 | 1 | -0/+3 |
* | [BROKEN] r300: Add initial clear/fill code. | Corbin Simpson | 2009-02-01 | 1 | -2/+22 |