[Mesa-dev] [PATCH] mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3

2013-02-07 Thread Matt Turner
Should have been done in d9948e49 but I missed it because MAX_VARYING_FLOATS doesn't appear in the ES 3 spec, but is the same value as MAX_VARYING_COMPONENTS. NOTE: Candidate for the 9.1 branch --- src/mesa/main/get_hash_params.py |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)

Re: [Mesa-dev] [PATCH] mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3

2013-02-07 Thread Ian Romanick
On 02/07/2013 04:37 PM, Matt Turner wrote: Should have been done in d9948e49 but I missed it because MAX_VARYING_FLOATS doesn't appear in the ES 3 spec, but is the same value as MAX_VARYING_COMPONENTS. NOTE: Candidate for the 9.1 branch Reviewed-by: Ian Romanick ian.d.roman...@intel.com ---