Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | r600g: add missing file to sconscript | Keith Whitwell | |
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
Fixes SCons build. | |||
2010-09-29 | r600g: Update SConscript. | Vinson Lee | |
This is a follow-up to commit 9c284b5cae916a083d17d1039d2f2da128b47882. Fixes SCons build. | |||
2010-07-23 | r600g: Fix SCons build. | Vinson Lee | |
2010-06-03 | scons: Handle Python OSError exception when missing libdrm_radeon. | Vinson Lee | |
Instead of crashing when libdrm_radeon is unavailable, the SCons build just does not build r600g. | |||
2010-05-27 | r600g: Integrate into build | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.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 | |