mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
Revert "XQuartz: Re-enable rlAccel"
This reverts commit c962559889.
It's causing new crashes that I don't feel like debugging... Let EXA solve it in 1.6...
This commit is contained in:
parent
43a2df3968
commit
5bbe168761
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ X11_bin_LDADD = \
|
|||
$(top_builddir)/hw/xquartz/xpr/libXquartzXpr.la \
|
||||
$(top_builddir)/dix/dixfonts.lo \
|
||||
$(top_builddir)/miext/rootless/librootless.la \
|
||||
$(top_builddir)/miext/rootless/accel/librlAccel.la \
|
||||
$(top_builddir)/hw/xquartz/pbproxy/libxpbproxy.la \
|
||||
$(DARWIN_LIBS) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lXplugin
|
||||
|
||||
|
|
|
|||
|
|
@ -364,7 +364,9 @@ xprSetupScreen(int index, ScreenPtr pScreen)
|
|||
{
|
||||
// Initialize accelerated rootless drawing
|
||||
// Note that this must be done before DamageSetup().
|
||||
RootlessAccelInit(pScreen);
|
||||
|
||||
// These are crashing ugly... better to be stable and not crash for now.
|
||||
//RootlessAccelInit(pScreen);
|
||||
|
||||
#ifdef DAMAGE
|
||||
// The Damage extension needs to wrap underneath the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue