diff options
author | Pavel Popov <[email protected]> | 2014-06-30 22:21:56 +0700 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-07-18 08:01:07 +1200 |
commit | 4ceb612a10d7776631b196ae13be9c5588154468 (patch) | |
tree | 293424745e0a418273427bbef9e719c6ac0610a2 /doxygen | |
parent | 3cfe6bc9cc369b29e5475b1bb0c60bbb37a6a1a2 (diff) |
mesa: Fix regression introduced by commit "mesa: fix packing of float texels to GL_SHORT/GL_BYTE".
This commit "mesa: fix packing of float texels to GL_SHORT/GL_BYTE" replaced *_TO_BYTE to *_TO_BYTE_TEX because *_TO_FLOAT_TEX are used to unpack the texels to floats.
In this case *_TO_FLOATZ in function extract_float_rgba also should be replaced to *_TO_FLOAT_TEX. Underline that these macros automatically preserve zero when converting.
The regression was observed on 3 oglconform tests:
snorm-textures basic.getTexImage
snorm-textures advanced.mipmap.manual.getTex
snorm-textures advanced.mipmap.upload.getTex
Signed-off-by: Pavel Popov <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'doxygen')
0 files changed, 0 insertions, 0 deletions