Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-21 | r600g: add family retrival | Dave Airlie | |
allow pipe driver to get the family of the gpu. | |||
2010-06-24 | r600g: Move bootstrap code to target | Jakob Bornecrantz | |
2010-06-03 | r600g: adapt to interface changes | Roland Scheidegger | |
r600g should be able to handle separate depth stencil clears as well. Also adapt surface_fill/copy stubs to new interface (not that it matters). | |||
2010-05-29 | r600g: fix gallium function parameters | Marek Olšák | |
2010-05-27 | r600g: fix driver + shader compiler backend change | Jerome Glisse | |
Change the way we translate from c_compiler to the asic specific representation. Should make things simpler. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-05-27 | r600g: adapt to latest interfaces changes | Marek Olšák | |
- Wrapped the buffer and texture create/destroy/transfer/... functions using u_resource, which is then used to implement the resource functions. - Implemented texture transfers. I left the buffer and texture transfers separate because one day we'll need a special codepath for textures. - Added index_bias to the draw_*elements functions. - Removed nonexistent *REP and *FOR instructions. - Some pipe formats have changed channel ordering, so I've removed/fixed nonexistent ones. - Added stubs for create/set/destroy sampler views. - Added a naive implementation of vertex elements state (new CSO). - Reworked {texture,buffer}_{from,to}_handle. - Reorganized winsys files, removed dri,egl,python directories. - Added a new build target dri-r600. | |||
2010-05-27 | r600g: Initial import | Jerome Glisse | |