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