diff options
author | Emil Velikov <[email protected]> | 2014-01-12 22:42:05 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-01-15 14:31:04 +0000 |
commit | 10368e1446e3b537c1dc4cb536994a4d01cfd2f0 (patch) | |
tree | 1659c4357cfb22bd7d18026e936e0314daf2ab28 /src/mesa/Makefile.am | |
parent | 716b512dcf1d28eb9cafb31773aec68c4fd58122 (diff) |
mesa: use signed temporary variable to store _ColorDrawBufferIndexes
_ColorDrawBufferIndexes is defined as GLint* and using a GLuint*
will result in the first part of the conditional to be evaluated to
true always.
Unintentionally introduced by the following commit, this will result
in a driver segfault if one is using an old version of the piglit test
bin/clearbuffer-mixed-format -auto -fbo
commit 03d848ea1003abefd8fe51a5b4a780527cd852af
Author: Marek Olšák <[email protected]>
Date: Wed Dec 4 00:27:20 2013 +0100
mesa: fix interpretation of glClearBuffer(drawbuffer)
This corresponding piglit tests supported this incorrect behavior instead of
pointing at it.
Cc: Marek Olšák <[email protected]>
Cc: 10.0 9.2 9.1 <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
0 files changed, 0 insertions, 0 deletions