summaryrefslogtreecommitdiff
path: root/i965/brw_util.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-14 06:20:29 +0100
committerLuc Verhaegen <libv@skynet.be>2010-03-14 06:20:29 +0100
commit6b263d1e2c599ddcc0ce4c84425dbc1ac8de020c (patch)
tree9280bc7c79dc7326d5f5172d978a4aa0ed58ed99 /i965/brw_util.h
parent4cfe98db595fd3876e252bd23ed48bf82836f795 (diff)
Import i915 and i965 dri drivers from mesa 7.7.0.7.7.0
Diffstat (limited to 'i965/brw_util.h')
-rw-r--r--i965/brw_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i965/brw_util.h b/i965/brw_util.h
index 33e7cd8..04f3175 100644
--- a/i965/brw_util.h
+++ b/i965/brw_util.h
@@ -35,7 +35,7 @@
#include "main/mtypes.h"
-extern GLuint brw_count_bits( GLuint val );
+extern GLuint brw_count_bits(uint64_t val);
extern GLuint brw_parameter_list_state_flags(struct gl_program_parameter_list *paramList);
extern GLuint brw_translate_blend_factor( GLenum factor );
extern GLuint brw_translate_blend_equation( GLenum mode );