summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-02-10 19:51:55 -0800
committerPaul Berry <stereotype441@gmail.com>2012-02-14 11:40:02 -0800
commit6b0a07f9ce844a8a96e2583bd37ed8453bf151c6 (patch)
tree735623b2307d58c1e03d76ff1b71e0a915fb9d62 /src/gallium/winsys/radeon
parent93831a54c7d4e74f353e0029164b1b3262e98806 (diff)
downloadexternal_mesa3d-6b0a07f9ce844a8a96e2583bd37ed8453bf151c6.zip
external_mesa3d-6b0a07f9ce844a8a96e2583bd37ed8453bf151c6.tar.gz
external_mesa3d-6b0a07f9ce844a8a96e2583bd37ed8453bf151c6.tar.bz2
i915: Fix type of "specoffset" variable.
Commit 2e5a1a2 (intel: Convert from GLboolean to 'bool' from stdbool.h.) converted the "specoffset" local variable (in intel_tris.c) from a GLboolean to a bool. However, GLboolean was the wrong type for specoffset--it should have been a GLuint (to match the declaration of specoffset in struct intel_context). This patch changes specoffset to the proper type. Fixes piglit test general/two-sided-lighting-separate-specular. This is a candidate for stable branches. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=45917 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/gallium/winsys/radeon')
0 files changed, 0 insertions, 0 deletions