projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b99303
)
st/dri: fix compile breakage
author
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 19:45:02 +0000
(19:45 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 19:45:02 +0000
(19:45 +0000)
src/gallium/state_trackers/dri/dri_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/dri/dri_context.c
b/src/gallium/state_trackers/dri/dri_context.c
index 6edbd9d9b157badd141ad2b13425c4fa597d1c48..5033c3c85b8762447d332f0265b94895879dc8d7 100644
(file)
--- a/
src/gallium/state_trackers/dri/dri_context.c
+++ b/
src/gallium/state_trackers/dri/dri_context.c
@@
-69,7
+69,7
@@
dri_create_context(const __GLcontextModes * visual,
driParseConfigFiles(&ctx->optionCache,
&screen->optionCache, sPriv->myNum, "dri");
- ctx->pipe = screen->pipe_screen->c
reate_context
( screen->pipe_screen,
+ ctx->pipe = screen->pipe_screen->c
ontext_create
( screen->pipe_screen,
ctx );
if (ctx->pipe == NULL)