index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
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
2017-06-20
xfree86: Move DRICreatePCIBusID to the PCI code
Adam Jackson
1
-12
/
+0
2016-10-05
xfree86/dri: remove libdrm runtime checks
Emil Velikov
1
-21
/
+1
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
1
-2
/
+2
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-8
/
+4
2016-06-08
dri1: Hide the SIGIO details from drivers
Adam Jackson
1
-71
/
+62
2016-03-02
dri1: Fix unchecked AddResource
Adam Jackson
1
-3
/
+5
2015-08-28
debug output format fix in DRISwapContext()
Jon TURNEY
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-2
/
+2
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
1
-2
/
+2
2014-07-29
dri1: Remove unused DRI{,Post}ValidateTree
Adam Jackson
1
-73
/
+0
2014-04-18
dri1: Don't bother asking the loader about drmGetLibVersion
Adam Jackson
1
-9
/
+5
2014-01-22
xfree86: Fix -Wshadow warnings
Keith Packard
1
-6
/
+6
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-14
/
+14
2014-01-12
xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTF
Keith Packard
1
-12
/
+21
2012-12-12
dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5
Dave Airlie
1
-2
/
+5
2012-07-10
Move DRI1 from external module to built-in
Daniel Stone
1
-0
/
+2
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-0
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-11
/
+8
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-5
/
+5
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1203
/
+1220
2011-04-24
hw/xfree86/dri: remove duplicated includes
Nicolas Kaiser
1
-2
/
+0
2011-03-28
dri: kill if 0 out code.
Dave Airlie
1
-4
/
+0
2010-12-31
dri1: warning fix
Adam Jackson
1
-1
/
+1
2010-12-07
Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-5
/
+2
2010-09-14
xfree86: dri: remove unused PCI macro
Tiago Vignatti
1
-2
/
+0
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-5
/
+3
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-5
/
+10
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-18
/
+18
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-18
/
+18
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-5
/
+4
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+3
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-0
/
+3
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-3
/
+5
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
[next]