projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4833104
)
drisw: Remove cargo culting that breaks GLX 1.3 ctors
author
Adam Jackson
<ajax@redhat.com>
Thu, 28 Apr 2011 12:54:45 +0000
(08:54 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 29 Jun 2011 18:07:19 +0000
(14:07 -0400)
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glx/drisw_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/drisw_glx.c
b/src/glx/drisw_glx.c
index 07d495595a9654a771893db4763c62e1e2ed8c43..d63f6e8d5ff81063d598a338e2cd2017fe7dfb54 100644
(file)
--- a/
src/glx/drisw_glx.c
+++ b/
src/glx/drisw_glx.c
@@
-362,10
+362,6
@@
driswCreateDrawable(struct glx_screen *base, XID xDrawable,
const __DRIswrastExtension *swrast = psc->swrast;
- /* Old dri can't handle GLX 1.3+ drawable constructors. */
- if (xDrawable != drawable)
- return NULL;
-
pdp = Xmalloc(sizeof(*pdp));
if (!pdp)
return NULL;