summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-03-29 18:01:44 +0200
committerMarek Olšák <[email protected]>2011-03-29 18:03:19 +0200
commit7d41857566d900aee3319f06c272049e6211acc1 (patch)
tree343094f52406e4053f4d37135d7c8bfb5465a394 /src/mesa/drivers/dri/i965
parent7bae1c3d85344b7229e0124d1f54376392682430 (diff)
intel: fix build
broken with e5c6a92a12b5cd7db205d72039f58d302b0be9d5 (mesa: implement clamping controls (ARB_color_buffer_float))
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index 2132b8210ba..b5ec55b2ae3 100644
--- a/src/mesa/drivers/dri/i965/brw_program.c
+++ b/src/mesa/drivers/dri/i965/brw_program.c
@@ -135,7 +135,7 @@ static GLboolean brwProgramStringNotify( struct gl_context *ctx,
struct gl_shader_program *shader_program;
if (fprog->FogOption) {
- _mesa_append_fog_code(ctx, fprog, TRUE);
+ _mesa_append_fog_code(ctx, fprog, GL_TRUE);
fprog->FogOption = GL_NONE;
}