projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4775a2
)
i915: Drop intelFlush().
author
Vinson Lee
<vlee@vmware.com>
Mon, 10 May 2010 22:41:22 +0000
(15:41 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 10 May 2010 22:42:15 +0000
(15:42 -0700)
This was missed in commit
c4775a27e3aaa2006b98f225387499b79bc609ef
.
Fixes i915 build.
src/mesa/drivers/dri/i915/intel_tris.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/intel_tris.c
b/src/mesa/drivers/dri/i915/intel_tris.c
index 9449a158dc6695273e587ba9aca49475afec5c70..7aecf68e4a8f62807f2de6cced2e8a8cb9850d6f 100644
(file)
--- a/
src/mesa/drivers/dri/i915/intel_tris.c
+++ b/
src/mesa/drivers/dri/i915/intel_tris.c
@@
-1208,7
+1208,7
@@
intelFallback(struct intel_context *intel, GLbitfield bit, GLboolean mode)
if (mode) {
intel->Fallback |= bit;
if (oldfallback == 0) {
- intel
F
lush(ctx);
+ intel
_f
lush(ctx);
if (INTEL_DEBUG & DEBUG_FALLBACKS)
fprintf(stderr, "ENTER FALLBACK %x: %s\n",
bit, getFallbackString(bit));