mesa: clamp texture border color if ARB_texture_float is unsupported
authorMarek Olšák <maraeo@gmail.com>
Sat, 26 Mar 2011 12:06:22 +0000 (13:06 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 29 Mar 2011 10:50:27 +0000 (12:50 +0200)
commite28fe8fe5d05c87a065f8e72adef8b5077da2c73
tree4b60862cf403c296160a32034f0f6657d6e4f33e
parentb518f4d0ea72dc3872f351250034aa9155756dd3
mesa: clamp texture border color if ARB_texture_float is unsupported

ARB_texture_float disables clamping of the texture border color,
ARB_color_buffer_float only modifies clamping of the glGet query.
src/mesa/main/texparam.c