Huge dumb drop. State:
authorNicolai Haehnle <prefect_@gmx.net>
Fri, 15 Oct 2004 20:52:47 +0000 (20:52 +0000)
committerNicolai Haehnle <prefect_@gmx.net>
Fri, 15 Oct 2004 20:52:47 +0000 (20:52 +0000)
commit5696710f96f9517d24958208fb90a5a72d145a26
treeece4fcb1b5a2143914637c31cd5be1fd2d53402d
parent06487945186f546094b78cc7021a2bc1e695c17b
Huge dumb drop. State:
- Color buffer clear is accelerated, but flickers (possibly caused by a
  recent DDX or Mesa change or bad merge)
- Everything else uses software fallback rendering
- There should be no clipping-related artifacts with the
  sw-clipspan-fixes.patch against Mesa (posted on dri-devel)
- Multiple clients should be rock solid with a DDX patch that is soon to
  come (soon = within the next hour or so)
13 files changed:
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/r300/r200_state.h
src/mesa/drivers/dri/r300/r300_cmdbuf.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/r300/r300_context.h
src/mesa/drivers/dri/r300/r300_ioctl.c
src/mesa/drivers/dri/r300/r300_reg.h
src/mesa/drivers/dri/r300/r300_state.c
src/mesa/drivers/dri/r300/radeon_ioctl.c
src/mesa/drivers/dri/r300/radeon_lock.c
src/mesa/drivers/dri/r300/radeon_span.c
src/mesa/drivers/dri/r300/radeon_state.c [new file with mode: 0644]
src/mesa/drivers/dri/r300/radeon_state.h [new file with mode: 0644]