mesa/src
Emil Velikov b513c66a4e 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 03d848ea10
Author: Marek Olšák <marek.olsak@amd.com>
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 <marek.olsak@amd.com>
Cc: 10.0 9.2 9.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 10368e1446)
2014-01-25 16:38:12 -08:00
..
egl Enable throttling in SwapBuffers 2013-12-12 15:34:27 -08:00
gallium mesa: Work around internal compiler error 2014-01-09 12:23:14 -08:00
gbm gbm/dri: hide extension loader symbols 2013-11-26 13:09:29 -08:00
getopt
glsl mesa: Namespace qualify fma to override ambiguity with fma from math.h 2014-01-09 12:23:32 -08:00
glx glx: don't fail out when no configs if we have visuals 2013-11-23 12:41:41 -08:00
gtest gtest: Build it only for 'make check'. 2013-01-13 12:38:44 +01:00
mapi tests: Fix make check for out of tree builds. 2013-11-15 13:39:37 -08:00
mesa mesa: use signed temporary variable to store _ColorDrawBufferIndexes 2014-01-25 16:38:12 -08:00
Makefile.am gbm: Link to libwayland-drm if Wayland EGL platform is enabled 2013-08-12 15:16:22 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00