r300, amd: Make everything build. (Not necessarily work, mind you.)
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 12 Jan 2009 09:40:50 +0000 (01:40 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 2 Feb 2009 07:30:22 +0000 (23:30 -0800)
commitfbeeb6675733f5b2da36d40b0142dadf8cc953b4
treeaadefefde5fa45534c6b6c13faf2ef6fbc29c0d6
parent0c59004fe3cc9f691c73da2b4a9321c7682410f4
r300, amd: Make everything build. (Not necessarily work, mind you.)

Lots of structural work, especially in getting the two parts to talk nicely.

Todo:
- Get damn blitter working.
- Add CS flush.
- Reverse order of above two items.
12 files changed:
configs/default
src/gallium/drivers/r300/r300_blit.c
src/gallium/drivers/r300/r300_context.c
src/gallium/drivers/r300/r300_context.h
src/gallium/drivers/r300/r300_cs.h
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_winsys.h [new file with mode: 0644]
src/gallium/winsys/drm/amd/Makefile
src/gallium/winsys/drm/amd/amd_context.c
src/gallium/winsys/drm/amd/amd_context.h
src/gallium/winsys/drm/amd/amd_r300.c [new file with mode: 0644]
src/gallium/winsys/drm/amd/amd_r300.h [new file with mode: 0644]