index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
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]