index
:
~anholt/xf86-video-modesetting
glamor
rewrite
Changes to the modesetting driver for using glamor.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-21
Add WIP support for Present when using glamor.
glamor
Eric Anholt
1
-0
/
+7
2014-08-21
Add support for DRI3 when using glamor.
Eric Anholt
1
-0
/
+41
2014-08-21
Add WIP support for DRI2.
Eric Anholt
1
-0
/
+9
2014-08-21
Add support for sync fds when glamor is present.
Eric Anholt
1
-0
/
+12
2014-08-21
Move the device opening code to a helper function.
Eric Anholt
1
-36
/
+45
2014-08-21
Disable shadowfb when doing glamor.
Eric Anholt
1
-7
/
+15
2014-08-21
Add support for rendering using glamor.
Eric Anholt
1
-0
/
+61
2014-05-21
Use own thunk function instead of shadowUpdatePackedWeak
Adam Jackson
1
-1
/
+7
2014-05-02
modesetting: fix build regression against older servers.
Dave Airlie
1
-1
/
+1
2014-04-28
Add support for server managed fds
Hans de Goede
1
-16
/
+61
2014-02-25
modesetting: Don't (brokenly) double-track software cursor
Adam Jackson
1
-1
/
+1
2014-02-21
modesetting: move closing fd to after we check outputs
Dave Airlie
1
-1
/
+1
2014-02-12
modesetting: query cursor size from the kernel
Alex Deucher
1
-1
/
+20
2013-11-15
Clean up compiler warnings.
Keith Packard
1
-7
/
+9
2013-06-12
modesetting: probe only succeeds if connectors are detected
Maarten Lankhorst
1
-8
/
+20
2013-06-11
modesetting: fix adjust frame crash
Dave Airlie
1
-10
/
+3
2013-04-03
support 32 bpp pixmaps when 24 bpp fb is used.
Maarten Lankhorst
1
-1
/
+1
2013-03-26
modesetting: clean up leaks
Maarten Lankhorst
1
-8
/
+20
2013-03-21
modesetting: match PCI class 3, any subclass
Aaron Plattner
1
-1
/
+1
2012-11-29
Remove call to miInitializeBackingStore()
Thierry Reding
1
-1
/
+0
2012-09-17
modesetting: remove alloca usage again
Dave Airlie
1
-1
/
+5
2012-08-16
Implement ->driverFunc
Adam Jackson
1
-1
/
+18
2012-07-25
modesetting: add output slave support.
Dave Airlie
1
-23
/
+113
2012-07-25
modesetting: add platform bus support
Dave Airlie
1
-15
/
+69
2012-07-25
modesetting: drop useless xf86PciInfo include
Dave Airlie
1
-1
/
+0
2012-06-22
modesetting: pci probing requires interface version 1.4
Dave Airlie
1
-0
/
+11
2012-06-01
modesetting: bump to latest X server compat api.
Dave Airlie
1
-31
/
+30
2012-05-23
modesetting: convert to new scrn conversion APIs.
Dave Airlie
1
-5
/
+5
2012-05-23
modesetting: add compat header file
Dave Airlie
1
-0
/
+1
2012-05-09
modesetting: make sure the pci device corresponds to the drm device
Dave Airlie
1
-1
/
+34
2012-05-01
modesetting: attempt to work out if we want 24 or 32bpp
Dave Airlie
1
-7
/
+11
2012-05-01
modesetting: move opening kernel device to before setting depth
Dave Airlie
1
-22
/
+22
2012-04-17
modesetting: add set/drop master around VT switch
Dave Airlie
1
-3
/
+8
2012-04-17
cursor: hide cursors on LeaveVT
Dave Airlie
1
-0
/
+2
2012-04-14
dirty: check malloc return
Dave Airlie
1
-1
/
+4
2012-04-14
drop use of alloca, just use malloc/free
Dave Airlie
1
-1
/
+2
2012-03-05
make busID non mandatory
Sascha Hauer
1
-24
/
+22
2012-03-05
do not bail out on non pci devices
Sascha Hauer
1
-3
/
+0
2012-03-05
Fix non PCI device probing
Sascha Hauer
1
-5
/
+4
2012-03-05
introduce open_hw() function
Sascha Hauer
1
-6
/
+13
2012-03-05
fix if() brackets in Probe function
Sascha Hauer
1
-1
/
+2
2012-02-20
modesetting: disable dirty updates for ENOSYS
Dave Airlie
1
-1
/
+1
2012-02-20
modesetting: move shadow stuff to other structure
Dave Airlie
1
-14
/
+14
2012-02-20
shadowfb: dump shadowfb state at startup
Dave Airlie
1
-0
/
+1
2012-02-17
use a cap to decide if shadow is preferred or not.
Dave Airlie
1
-1
/
+13
2012-02-17
modesetting: add cursor fallback if kernel rejects cursor.
Dave Airlie
1
-2
/
+2
2012-02-16
fix some whitespace
Dave Airlie
1
-3
/
+0
2012-02-16
fixup device open
Dave Airlie
1
-22
/
+30
2011-11-03
don't map cursors in sw cursor mode
James Simmons
1
-1
/
+2
2011-10-03
fix fb_id for dirty reporting
Dave Airlie
1
-1
/
+1
[next]