Re: [Mesa-dev] [PATCH] i965: Add support for GL_FIXED vertex attributes.

2011-06-09 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/08/2011 03:20 PM, Eric Anholt wrote: > This sadly requires work in the VS to rescale them, because the > hardware doesn't support this format natively. > > Fixes arb_es2_compatibility-fixed-type and gtf/fixed_data_type. This also fixes the ES2

[Mesa-dev] [PATCH] i965: Add support for GL_FIXED vertex attributes.

2011-06-08 Thread Eric Anholt
This sadly requires work in the VS to rescale them, because the hardware doesn't support this format natively. Fixes arb_es2_compatibility-fixed-type and gtf/fixed_data_type. --- src/mesa/drivers/dri/i965/brw_draw_upload.c |5 + src/mesa/drivers/dri/i965/brw_vs.c | 11 +