projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3703e25
)
egl: re-fix context_create typo
author
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 17:15:47 +0000
(17:15 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 17:17:59 +0000
(17:17 +0000)
src/gallium/state_trackers/egl/common/egl_g3d.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/egl/common/egl_g3d.c
b/src/gallium/state_trackers/egl/common/egl_g3d.c
index 424be4931177068bf70a9bee00cef07bf979356b..80dd12699557c348a923c8d67442d1a765894bcc 100644
(file)
--- a/
src/gallium/state_trackers/egl/common/egl_g3d.c
+++ b/
src/gallium/state_trackers/egl/common/egl_g3d.c
@@
-646,7
+646,7
@@
egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *conf,
mode = &gconf->native->mode;
- gctx->pipe = gdpy->native->screen->c
reate_context
(
+ gctx->pipe = gdpy->native->screen->c
ontext_create
(
gdpy->native->screen,
(void *) &gctx->base);