r600g: move constant buffer creation behind winsys abstraction.
authorDave Airlie <airlied@redhat.com>
Fri, 17 Sep 2010 02:47:49 +0000 (12:47 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 17 Sep 2010 05:29:31 +0000 (15:29 +1000)
commit7c1fcc41be15b6d648f84c8c1870a3a00575a48f
treeae08a7619787a20116ef12fc836e2e4a3f568711
parent0dbcf3b014ff05843bc71235652cd4a0e089bbc9
r600g: move constant buffer creation behind winsys abstraction.

this paves the way for moving to pb bufmgrs now.
12 files changed:
src/gallium/drivers/r600/r600_blit.c
src/gallium/drivers/r600/r600_buffer.c
src/gallium/drivers/r600/r600_query.c
src/gallium/drivers/r600/r600_resource.h
src/gallium/drivers/r600/r600_screen.c
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_texture.c
src/gallium/drivers/r600/radeon.h
src/gallium/winsys/r600/drm/radeon.c
src/gallium/winsys/r600/drm/radeon_ctx.c
src/gallium/winsys/r600/drm/radeon_priv.h
src/gallium/winsys/r600/drm/radeon_ws_bo.c