| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: fixup assertion | Marek Olšák | 2011-02-08 | 1 | -1/+1 |
* | r600g: add a faster implementation of transfer_inline_write | Marek Olšák | 2011-02-08 | 1 | -1/+25 |
* | r600g: slab-allocate buffer and transfer structures | Marek Olšák | 2011-02-08 | 1 | -9/+39 |
* | r600g: use the same upload buffer for vertices, indices, and constants | Marek Olšák | 2011-02-08 | 1 | -2/+2 |
* | r600g: use the new vertex buffer manager | Marek Olšák | 2011-02-07 | 1 | -75/+40 |
* | r600g: Make some more things static. | Henri Verbeet | 2011-02-03 | 1 | -8/+8 |
* | r600g: Make the buffer and texture vbtls static const. | Henri Verbeet | 2011-02-03 | 1 | -67/+65 |
* | r600g: Fix void pointer arithmetic. | Vinson Lee | 2011-01-30 | 1 | -1/+1 |
* | r600g: rework vertex buffer uploads | Marek Olšák | 2011-01-30 | 1 | -26/+39 |
* | r600g: make r600_drawl inherit pipe_draw_info | Marek Olšák | 2011-01-30 | 1 | -1/+1 |
* | r600g: add back u_upload_mgr integration | Marek Olšák | 2011-01-30 | 1 | -58/+36 |
* | r600g: Also set const_offset if the buffer is not a user buffer in r600_uploa... | Henri Verbeet | 2011-01-07 | 1 | -0/+2 |
* | r600g: allow constant buffers to be user buffers. | Dave Airlie | 2011-01-07 | 1 | -0/+24 |
* | r600g: need to reference upload buffer as the might still live accross flush | Jerome Glisse | 2010-12-15 | 1 | -1/+1 |
* | r600g: specialized upload manager | Jerome Glisse | 2010-12-09 | 1 | -78/+36 |
* | r600g: build fetch shader from vertex elements | Jerome Glisse | 2010-12-06 | 1 | -2/+3 |
* | r600g: indentation fix | Jerome Glisse | 2010-12-03 | 1 | -3/+3 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 1 | -1/+2 |
* | r600g: code cleanup (indent, trailing space, empty line ...) | Jerome Glisse | 2010-11-17 | 1 | -2/+2 |
* | r600g: remove unused flink, domain fields from r600_resource | Keith Whitwell | 2010-11-03 | 1 | -27/+0 |
* | r600g: propogate resource usage flags to winsys, use to choose bo domains | Keith Whitwell | 2010-11-03 | 1 | -3/+4 |
* | r600g: retrieve tiling info from kernel for shared buffers. | Dave Airlie | 2010-10-18 | 1 | -1/+1 |
* | r600g: rename radeon_ws_bo to r600_bo | Jerome Glisse | 2010-10-04 | 1 | -10/+10 |
* | r600g: indentation fixes | Jerome Glisse | 2010-10-01 | 1 | -6/+6 |
* | r600g: cleanup | Jerome Glisse | 2010-09-29 | 1 | -0/+58 |
* | r600g: delete old path | Jerome Glisse | 2010-09-29 | 1 | -72/+10 |
* | r600g: Cleaned up index buffer reference handling in the draw module. | Tilman Sauerbeck | 2010-09-28 | 1 | -1/+4 |
* | r600g: Remove unused variable. | Vinson Lee | 2010-09-24 | 1 | -1/+0 |
* | r600g: use pipe context for flushing inside map | Jerome Glisse | 2010-09-20 | 1 | -1/+1 |
* | r600g: add upload manager support. | Dave Airlie | 2010-09-17 | 1 | -39/+144 |
* | r600g: move constant buffer creation behind winsys abstraction. | Dave Airlie | 2010-09-17 | 1 | -29/+4 |
* | r600g: attempt to abstract kernel bos from pipe driver. | Dave Airlie | 2010-09-17 | 1 | -14/+17 |
* | pb: add void * for flush ctx to mapping functions | Dave Airlie | 2010-09-12 | 1 | -1/+1 |
* | r600g: add support for constants in memory buffers. | Dave Airlie | 2010-09-08 | 1 | -1/+4 |
* | r600g: split pipe state creating/binding from hw state creation | Jerome Glisse | 2010-07-28 | 1 | -0/+1 |
* | r600g: cleanup resource buffer/texture mess | Jerome Glisse | 2010-07-28 | 1 | -29/+30 |
* | r600g: Move bootstrap code to target | Jakob Bornecrantz | 2010-06-24 | 1 | -1/+1 |
* | r600g: various fixes | Bas Nieuwenhuizen | 2010-05-27 | 1 | -1/+1 |
* | r600g: Fix buffer offsets | Jakob Bornecrantz | 2010-05-27 | 1 | -2/+2 |
* | r600g: adapt to latest interfaces changes | Marek Olšák | 2010-05-27 | 1 | -59/+114 |
* | r600g: Initial import | Jerome Glisse | 2010-05-27 | 1 | -0/+177 |