radeonsi: Handle TGSI_SEMANTIC_PSIZE
authorTom Stellard <thomas.stellard@amd.com>
Thu, 30 Aug 2012 14:35:36 +0000 (10:35 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 31 Aug 2012 16:53:51 +0000 (12:53 -0400)
commitc3c323a164a9b6ba2820f5f68cd3ed3fa3c20ac0
treeacd60a819d05b73d410e5d463a1e050900a731af
parentd58ca43b809593314907694e744780ab9b28d590
radeonsi: Handle TGSI_SEMANTIC_PSIZE

The relevant POINT_SIZE registers are being set using the
pipe_rasterizer_state, so we just need to tell the shader compiler which
export type to use.

This fixes several of the glean glsl tests.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/radeonsi/radeonsi_shader.c