projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9246df2
)
glx: Fix a typo in a comment
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 16:25:15 +0000
(17:25 +0100)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 17:29:21 +0000
(18:29 +0100)
s/suports/supports/
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/glx/dri2_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/dri2_glx.c
b/src/glx/dri2_glx.c
index 27ea9521e50a68df780c047ad3ec9178089f05ea..651915aed719fd4ba8194022764bce49a476ec52 100644
(file)
--- a/
src/glx/dri2_glx.c
+++ b/
src/glx/dri2_glx.c
@@
-1289,7
+1289,7
@@
dri2CreateScreen(int screen, struct glx_display * priv)
__glXEnableDirectExtension(&psc->base, "GLX_OML_sync_control");
}
- /* DRI2 suports SubBuffer through DRI2CopyRegion, so it's always
+ /* DRI2 sup
p
orts SubBuffer through DRI2CopyRegion, so it's always
* available.*/
psp->copySubBuffer = dri2CopySubBuffer;
__glXEnableDirectExtension(&psc->base, "GLX_MESA_copy_sub_buffer");