summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nuked wrong break in -display option parsingxgl-0-0-1Matthias Hopf2008-03-141-2/+0
* Handle root window size changes properly by checking if size ofDavid Reveman2008-01-251-8/+20
* Check return value of XRRSetCrtcConfig.David Reveman2008-01-251-7/+11
* Free screen resources when done using them.David Reveman2008-01-251-2/+2
* Avoid unnecessary resizing, use xglScreenSetSize to resize screenDavid Reveman2008-01-171-50/+53
* Add xglScreenSetSize for proper resizing of screen.David Reveman2008-01-172-0/+63
* Make sure no invalid values are passed to XRRConfigureOutputProperty andDavid Reveman2008-01-171-32/+64
* Add randr 1.2 support to Xgl's GLX backend.David Reveman2008-01-151-165/+759
* Randr 1.2 from master.David Reveman2008-01-1515-1169/+6110
* Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10Matthias Hopf2007-10-262-8/+8
* Create ChangeLog automatically from git. Add .gitignore.Matthias Hopf2007-10-263-2989/+312
* Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Matthias Hopf2007-10-262-2/+9
* Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly wi...Aaron Plattner2007-07-241-1/+1
* Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrea...Aaron Plattner2007-07-241-1/+4
* Update xeglInitOutput.David Reveman2007-07-241-8/+16
* Set format variable properly.David Reveman2007-07-241-1/+1
* Update AM_CFLAGS for egl.David Reveman2007-07-241-4/+10
* Disable building of Xegl binary.David Reveman2007-07-241-17/+17
* Fix another EGL Makefile.am typo.David Reveman2007-07-241-1/+1
* Add missing implementation of ddxInitGlobals.David Reveman2007-07-241-0/+5
* xglScreenInfo should not be static.David Reveman2007-07-241-1/+1
* Remove dispatchException. Already defined in opaque.h.David Reveman2007-07-241-2/+0
* Fix EGL build typo.David Reveman2007-07-241-1/+1
* Fix EGL typo in configure.ac.David Reveman2007-07-241-1/+1
* Avoid redirected windows in expose handler.David Reveman2007-07-241-0/+3
* Track changes to mesa.David Reveman2007-05-309-409/+70
* Missed file for vbo changes.Alan Hourihane2007-03-211-0/+32
* Update xgl for mesa's vbo changesAlan Hourihane2007-03-2113-30/+2
* Fix typo on xglCallLists. Caused glCallLists to not work at all. Hence,David Reveman2007-03-111-10/+10
* Merge branch 'xgl-0-0-1' of git+ssh://git.freedesktop.org/git/xorg/xserver in...David Reveman2007-03-052-13/+5
|\
| * Nuking .cvsignore files that (accidentally?) got included in EXTRA_DIST.Matthias Hopf2007-01-041-5/+0
| * perl also needed for make dist, even if Xorg is not built.Matthias Hopf2007-01-041-8/+5
* | Sync with mesa.David Reveman2007-03-052-2/+40
* | Remove __glXResizeDrawable and __glXGetDrawableSize.David Reveman2007-03-051-4/+0
* | DeleteTextures is not a vendor private request.David Reveman2007-03-051-1/+1
* | Sync with mesa.David Reveman2007-03-054-37/+33
|/
* Let xglxKeybProc responsable for the keyboard mapping. Xgl with evdev input isTiago Vignatti2006-11-073-38/+24
* Update for current version of Mesa.David Reveman2006-10-184-654/+470
* Add x-input-evdev support.Tiago Vignatti2006-10-1210-0/+268
* Mesa resync.David Reveman2006-10-022-0/+6
* Set correct reply length when xinerama isn't active.David Reveman2006-09-271-2/+11
* Traditional xinerama extension support. Based on patch by Jurg Billeter.David Reveman2006-09-251-1/+181
* Always allow use of native GL with overlay windows.David Reveman2006-09-251-7/+40
* Fix stride calculation for XVideo (Dmitry Petrov <inferno.com@gmail.com>).Matthias Hopf2006-09-081-1/+1
* Adapt to Mesa header name change.Lukáš Turek2006-09-011-1/+1
* Fix usage message -scrns.David Reveman2006-08-081-1/+1
* Implement support for multiple screens in xglx module.David Reveman2006-08-082-31/+178
* Call fbSetVisualTypesAndMasks when initializing each screen.David Reveman2006-08-082-14/+31
* Make sure client is still around.David Reveman2006-08-081-0/+3
* Revert xkb changes that broke XkbGetKeyboard()Kevin E Martin2006-08-085-105/+2806