r600g: enable vertex samplers.
authorDave Airlie <airlied@redhat.com>
Mon, 11 Oct 2010 01:58:27 +0000 (11:58 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 11 Oct 2010 01:59:53 +0000 (11:59 +1000)
commitea1d818b58d6ff9e4cd0c40eb865beabde8f268c
tree9335fd2b72732d594b200a91fcba67cb51d54665
parent2c47f302af48fe2a464230efb63dfe543740d1fb
r600g: enable vertex samplers.

We need to move the texture sampler resources out of the range of the vertex attribs.

We could probably improve this using an allocator but this is the simple answer for now.

makes mesa-demos/src/glsl/vert-tex work.
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_pipe.c
src/gallium/drivers/r600/r600_shader.c
src/gallium/drivers/r600/r600_state.c