r600g: add support for constants in memory buffers.
authorDave Airlie <airlied@redhat.com>
Tue, 7 Sep 2010 22:41:57 +0000 (08:41 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 7 Sep 2010 22:41:57 +0000 (08:41 +1000)
commitd42efb9e8df6ef872ab4f142e3daf1b6cb9eff11
treebd6cd1754fdddb6a730ad4fe61478187419df78e
parent9ef1c51be16ea360481cf9f82ebb1e3eb01efb18
r600g: add support for constants in memory buffers.

DX9 constants were in the constant file, and evergreen no longer support
cfile. r600/700 can also use constants in memory buffers, so add the code
(disabled for now) to enable that as precursor for evergreen.
14 files changed:
src/gallium/drivers/r600/r600_asm.c
src/gallium/drivers/r600/r600_asm.h
src/gallium/drivers/r600/r600_buffer.c
src/gallium/drivers/r600/r600_context.h
src/gallium/drivers/r600/r600_hw_states.c
src/gallium/drivers/r600/r600_screen.c
src/gallium/drivers/r600/r600_screen.h
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_shader.h
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_states_inc.h
src/gallium/drivers/r600/radeon.h
src/gallium/winsys/r600/drm/r600_state.c
src/gallium/winsys/r600/drm/r600_states.h