index
:
~mattst88/xserver
alpha-1.7-branch
bswap-cleanup
bswap-cleanup0
bswap-cleanup2
for-keith
ioaddress
mattst88's xserver repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
dri
/
dri.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-18
dri: use noPanoramiXExtension directly.
Shunichi Fuji
1
-11
/
+3
2009-09-16
Change xf86dristr.h includes to use xf86driproto.h instead
Alan Coopersmith
1
-1
/
+1
2009-08-28
xf86 ddx: add vga arbiter support.
Dave Airlie
1
-0
/
+7
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
1
-2
/
+3
2009-02-23
DRI1: Make DRICreateDrawable return TRUE for pixmaps.
Michel Dänzer
1
-1
/
+1
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-2
/
+0
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-54
/
+54
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-27
/
+27
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-27
/
+27
2008-11-24
Notify DRI when crtc regions change
Keith Packard
1
-0
/
+19
2008-10-10
dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.
Maarten Maathuis
1
-2
/
+0
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-3
/
+4
2008-07-04
Remove deprecated function miPointerPosition().
Tiago Vignatti
1
-1
/
+1
2008-05-02
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+1
2008-05-01
Fix an off by one read error in drmSIGIOHandler().
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-01-03
Merge branch 'master' into mpx
Peter Hutterer
1
-36
/
+16
2007-11-07
Merge branch 'master' into mpx
Peter Hutterer
1
-43
/
+8
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-36
/
+4
2007-10-18
Drop VisualConfigPriv support from the DRI module.
Kristian Høgsberg
1
-36
/
+4
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+2
2007-10-12
Convert GLX module to use screen private indexes like everything else.
Kristian Høgsberg
1
-2
/
+2
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-36
/
+16
2007-08-23
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-79
/
+146
2007-08-12
Merge branch 'master' into mpx
Peter Hutterer
1
-79
/
+146
2007-07-27
Don't map the front buffer in libdri if the ddx driver doesn't set the size.
Kristian Høgsberg
1
-30
/
+40
2007-07-10
Make sure DRI drawables are cleaned up when client dies.
Michel Dänzer
1
-42
/
+97
2007-06-25
Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.
Michel Dänzer
1
-7
/
+9
2007-06-19
Merge branch 'master' into mpx
Peter Hutterer
1
-10
/
+33
2007-06-18
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-182
/
+372
2007-06-11
DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.
Michel Dänzer
1
-7
/
+12
2007-06-11
DRITreeTraversal: Stop walking tree when we've seen all DRI windows.
Michel Dänzer
1
-3
/
+8
2007-05-22
DRI: Add TexOffset driver hooks.
Michel Dänzer
1
-0
/
+13
2007-04-27
Merge branch 'master' into mpx
Peter Hutterer
1
-172
/
+339
2007-04-19
libdri: Make sure the new DRIInfo keepFDOpen member is honoured.
Thomas Hellstrom
1
-0
/
+3
2007-04-16
Changes for single-entity multi-screen DRI.
Thomas Hellstrom
1
-172
/
+336
2007-03-28
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-24
/
+113
2007-03-19
Merge branch 'master' into mpx
Peter Hutterer
1
-2
/
+4
2007-03-09
Ensure domain is stripped from the bus ID.
Jay Estabrook
1
-2
/
+4
2007-03-05
Merge branch 'master' into mpx
Peter Hutterer
1
-24
/
+111
2007-02-20
DRI: Make sure number of DRI windows is accurate in driver ClipNotify hook.
Michel Dänzer
1
-5
/
+5
2007-02-20
DRI: New ClipNotify driver hook.
Michel Dänzer
1
-0
/
+55
2007-02-20
Track number of visible DRI windows separately for transitions.
Michel Dänzer
1
-24
/
+56
2006-12-08
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
1
-0
/
+94
2006-12-05
Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpx
Peter Hutterer
1
-4
/
+2
2006-11-23
mi: closing memory leak, miPointer is freed in miPointerCloseScreen
Peter Hutterer
1
-1
/
+2
2006-11-18
dri: setup libdrm hooks as early as possible.
Dave Airlie
1
-4
/
+2
2006-11-13
DRI: call drmSetServerInfo() before drmOpen().
George Sapountzis
1
-2
/
+4
2006-11-09
make X server use system libdrm - this requires libdrm >= 2.3.0
Dave Airlie
1
-0
/
+94
2006-10-24
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
1
-2
/
+20
2006-09-27
Push information about cliprects of DRI windows to the DRM.
Michel Dänzer
1
-2
/
+20
[next]