Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-14 | Nuked wrong break in -display option parsingxgl-0-0-1 | Matthias Hopf | 1 | -2/+0 | |
Resulted in server display number not parsed if specified after a -display option. | |||||
2008-01-25 | Handle root window size changes properly by checking if size of | David Reveman | 1 | -8/+20 | |
drawable changed instead of if the pixmap changed. | |||||
2008-01-25 | Check return value of XRRSetCrtcConfig. | David Reveman | 1 | -7/+11 | |
2008-01-25 | Free screen resources when done using them. | David Reveman | 1 | -2/+2 | |
2008-01-17 | Avoid unnecessary resizing, use xglScreenSetSize to resize screen | David Reveman | 1 | -50/+53 | |
and make sure hints are set properly in fullscreen mode. | |||||
2008-01-17 | Add xglScreenSetSize for proper resizing of screen. | David Reveman | 2 | -0/+63 | |
2008-01-17 | Make sure no invalid values are passed to XRRConfigureOutputProperty and | David Reveman | 1 | -32/+64 | |
XRRChangeOutputProperty in xglxRROutputSetProperty. | |||||
2008-01-15 | Add randr 1.2 support to Xgl's GLX backend. | David Reveman | 1 | -165/+759 | |
2008-01-15 | Randr 1.2 from master. | David Reveman | 15 | -1169/+6110 | |
2007-10-26 | Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10 | Matthias Hopf | 2 | -8/+8 | |
(cherry picked from commit 9fcb30ebf7b7b2137955f759e95c1d58c4f27a11) Conflicts: hw/xfree86/Makefile.am | |||||
2007-10-26 | Create ChangeLog automatically from git. Add .gitignore. | Matthias Hopf | 3 | -2989/+312 | |
2007-10-26 | Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it. | Matthias Hopf | 2 | -2/+9 | |
(cherry picked from commit 07630d897ef37cad8b79d073d9edc891d5a7bddd) Conflicts: configure.ac | |||||
2007-07-24 | Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly ↵ | Aaron Plattner | 1 | -1/+1 | |
windows too. | |||||
2007-07-24 | Bug #9219: Return BadMatch when trying to name the backing pixmap of an ↵ | Aaron Plattner | 1 | -1/+4 | |
unrealized window. Before this change, ProcCompositeNameWindowPixmap would name the screen pixmap if !pWin->realized. | |||||
2007-07-24 | Update xeglInitOutput. | David Reveman | 1 | -8/+16 | |
2007-07-24 | Set format variable properly. | David Reveman | 1 | -1/+1 | |
2007-07-24 | Update AM_CFLAGS for egl. | David Reveman | 1 | -4/+10 | |
2007-07-24 | Disable building of Xegl binary. | David Reveman | 1 | -17/+17 | |
2007-07-24 | Fix another EGL Makefile.am typo. | David Reveman | 1 | -1/+1 | |
2007-07-24 | Add missing implementation of ddxInitGlobals. | David Reveman | 1 | -0/+5 | |
2007-07-24 | xglScreenInfo should not be static. | David Reveman | 1 | -1/+1 | |
2007-07-24 | Remove dispatchException. Already defined in opaque.h. | David Reveman | 1 | -2/+0 | |
2007-07-24 | Fix EGL build typo. | David Reveman | 1 | -1/+1 | |
2007-07-24 | Fix EGL typo in configure.ac. | David Reveman | 1 | -1/+1 | |
2007-07-24 | Avoid redirected windows in expose handler. | David Reveman | 1 | -0/+3 | |
2007-05-30 | Track changes to mesa. | David Reveman | 9 | -409/+70 | |
2007-03-21 | Missed file for vbo changes. | Alan Hourihane | 1 | -0/+32 | |
2007-03-21 | Update xgl for mesa's vbo changes | Alan Hourihane | 13 | -30/+2 | |
2007-03-11 | Fix typo on xglCallLists. Caused glCallLists to not work at all. Hence, | David Reveman | 1 | -10/+10 | |
also breaking usage of glXUseXFont. | |||||
2007-03-05 | Merge branch 'xgl-0-0-1' of git+ssh://git.freedesktop.org/git/xorg/xserver ↵ | David Reveman | 2 | -13/+5 | |
into xgl-0-0-1 | |||||
2007-03-05 | Sync with mesa. | David Reveman | 2 | -2/+40 | |
2007-03-05 | Remove __glXResizeDrawable and __glXGetDrawableSize. | David Reveman | 1 | -4/+0 | |
2007-03-05 | DeleteTextures is not a vendor private request. | David Reveman | 1 | -1/+1 | |
2007-03-05 | Sync with mesa. | David Reveman | 4 | -37/+33 | |
2007-01-04 | Nuking .cvsignore files that (accidentally?) got included in EXTRA_DIST. | Matthias Hopf | 1 | -5/+0 | |
2007-01-04 | perl also needed for make dist, even if Xorg is not built. | Matthias Hopf | 1 | -8/+5 | |
2006-11-07 | Let xglxKeybProc responsable for the keyboard mapping. Xgl with evdev input is | Tiago Vignatti | 3 | -38/+24 | |
fully functional using the libXevdev. | |||||
2006-10-18 | Update for current version of Mesa. | David Reveman | 4 | -654/+470 | |
2006-10-12 | Add x-input-evdev support. | Tiago Vignatti | 10 | -0/+268 | |
2006-10-02 | Mesa resync. | David Reveman | 2 | -0/+6 | |
2006-09-27 | Set correct reply length when xinerama isn't active. | David Reveman | 1 | -2/+11 | |
2006-09-25 | Traditional xinerama extension support. Based on patch by Jurg Billeter. | David Reveman | 1 | -1/+181 | |
2006-09-25 | Always allow use of native GL with overlay windows. | David Reveman | 1 | -7/+40 | |
2006-09-08 | Fix stride calculation for XVideo (Dmitry Petrov <inferno.com@gmail.com>). | Matthias Hopf | 1 | -1/+1 | |
2006-09-01 | Adapt to Mesa header name change. | Lukáš Turek | 1 | -1/+1 | |
(cherry picked from b29b236d88789fd45d823a55dbedb393bb134c5b commit) | |||||
2006-08-08 | Fix usage message -scrns. | David Reveman | 1 | -1/+1 | |
2006-08-08 | Implement support for multiple screens in xglx module. | David Reveman | 2 | -31/+178 | |
2006-08-08 | Call fbSetVisualTypesAndMasks when initializing each screen. | David Reveman | 2 | -14/+31 | |
2006-08-08 | Make sure client is still around. | David Reveman | 1 | -0/+3 | |
2006-08-08 | Revert xkb changes that broke XkbGetKeyboard() | Kevin E Martin | 5 | -105/+2806 | |
(cherry picked from 654619d76c779606f2315782fc01d1410399fa3b commit) |