Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
authorDave Airlie <airlied@redhat.com>
Mon, 22 Feb 2010 07:26:30 +0000 (17:26 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Feb 2010 07:26:35 +0000 (17:26 +1000)
commitb14548ea32000459f4f0c4b49f3fa11d1ee9c003
treec6034ea6d6cdfb7669a11bed5b066c2345b7c48d
parentfff5be8e7b4557c221f2425dcafc2e7cbbba76ba
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"

This reverts commit fff5be8e7b4557c221f2425dcafc2e7cbbba76ba.

Probably went too soon with this, dileX reported OA not working for him
it works here fine, but the optimisations I wanted aren't working properly
yet so I'll fix that now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
23 files changed:
src/gallium/drivers/r300/Makefile
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_emit.c
src/gallium/drivers/r300/r300_render.c
src/gallium/drivers/r300/r300_screen.c
src/gallium/drivers/r300/r300_screen.h
src/gallium/drivers/r300/r300_screen_buffer.c [deleted file]
src/gallium/drivers/r300/r300_screen_buffer.h [deleted file]
src/gallium/drivers/r300/r300_state.c
src/gallium/drivers/r300/r300_texture.c
src/gallium/drivers/r300/r300_texture.h
src/gallium/drivers/r300/r300_winsys.h
src/gallium/winsys/drm/i965/gem/i965_drm_winsys.h
src/gallium/winsys/drm/radeon/core/Makefile
src/gallium/winsys/drm/radeon/core/radeon_buffer.h
src/gallium/winsys/drm/radeon/core/radeon_drm.c
src/gallium/winsys/drm/radeon/core/radeon_drm.h
src/gallium/winsys/drm/radeon/core/radeon_drm_buffer.c [deleted file]
src/gallium/winsys/drm/radeon/core/radeon_r300.c
src/gallium/winsys/drm/radeon/core/radeon_r300.h
src/gallium/winsys/drm/radeon/core/radeon_winsys.h