index
:
~tormod/xf86-video-savage
master
output-hansj
output-tormod
tvformats
Staging repo for savage DDX development
tormod
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
savage_dri.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
Untangle XF86DRI from the driver-specific DRI define
Peter Hutterer
1
-1
/
+1
2012-01-03
Merge almost identical code in SAVAGEInitVisualConfigs
Andrew Turner
1
-115
/
+51
2012-01-03
Do not use the deprecated xf86PciInfo.h from xserver
Tormod Volden
1
-1
/
+0
2011-12-19
Don't include xf86Priv.h
Adam Jackson
1
-1
/
+0
2011-09-23
savage: Warn if broken drm maps are detected
Tormod Volden
1
-0
/
+5
2011-04-21
savage: Make SAVAGESelectBuffer() private (static)
Tormod Volden
1
-1
/
+1
2011-04-21
savage: Factor out a SAVAGESetAgpMode and call it on resume
Tormod Volden
1
-24
/
+33
2011-04-21
savage: New SAVAGEDRIResume function
Tormod Volden
1
-1
/
+13
2011-02-21
Use proper casts on framebuffer addresses
Tormod Volden
1
-1
/
+1
2011-01-25
savage: Fix initialization typo in SAVAGEDRIMoveBuffers
Tormod Volden
1
-1
/
+1
2011-01-25
savage: Factor out a SAVAGEDRISetupTiledSurfaceRegs function
Tormod Volden
1
-42
/
+44
2011-01-25
savage: Cast all handles before printing them
Tormod Volden
1
-16
/
+17
2011-01-25
savage: More (intermediate) casts to silence warnings
Tormod Volden
1
-1
/
+1
2011-01-25
savage: Replace deprecated x(c)alloc/xfree with m/calloc/free
Tormod Volden
1
-35
/
+35
2009-05-27
Do not use XAAGetCopyROP outside of XAA-specific code
Alex Villacís Lasso
1
-1
/
+4
2009-01-16
Add AGPforXv Option
Alex Villacís Lasso
1
-0
/
+37
2008-03-19
Remove use of deprecated {DE,}ALLOCATE_LOCAL.
Adam Jackson
1
-13
/
+13
2008-02-24
Bug #11139: Remove some dead code.
Tormod Volden
1
-8
/
+1
2007-08-30
Update to use new libpciaccess interfaces for mapping with MTRR support.
Ian Romanick
1
-4
/
+4
2007-08-22
Merge PCI-rework support and "classic" PCI interface support into one tree
Ian Romanick
1
-2
/
+6
2006-12-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...
Ian Romanick
1
-4
/
+16
2006-09-19
minor exa updates
Alex Deucher
1
-2
/
+8
2006-09-18
fix DRI locking in savage driver. Based on ajax's similar patch.
Alex Deucher
1
-2
/
+8
2006-08-08
Minimal change set to convert driver to the new PCI interfaces. Enjoy.
Ian Romanick
1
-3
/
+3
2006-08-07
DRIINFO_MAJOR_VERSION has be 5 for over a year. Remove the old code.
Ian Romanick
1
-5
/
+0
2006-04-07
Unlibcwrap. Bump server version requirement. Bump to 2.1.0.
savage-2_1_0
Adam Jackson
1
-1
/
+0
2006-02-08
Some trivial savage fixes:
Luc Verhaegen
1
-0
/
+6
2005-10-21
Bug #4829: Remove some useless DRI symbol checks.
Adam Jackson
1
-1
/
+0
2005-09-24
Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen
Adam Jackson
1
-1
/
+4
2005-07-11
Prep for modular builds by adding guarded #include "config.h" everywhere.
XORG-6_8_99_900
XORG-6_8_99_16
XORG-6_8_99_15
Adam Jackson
1
-0
/
+4
2005-05-18
Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
Adam Jackson
1
-3
/
+4
2005-03-17
Fixed PCI ShadowStatus initialization for the case that ShadowStatus is
Felix Kuehling
1
-0
/
+4
2005-03-13
Fixed fallback to PCI mode when AGP initialization fails.
Felix Kuehling
1
-23
/
+36
2005-03-13
- Removed lots of dead code.
Felix Kuehling
1
-407
/
+8
2005-03-06
- Support for the new DRM version 2.4 with command DMA.
Felix Kuehling
1
-61
/
+148
2005-02-26
Fixed ShadowStatus handling with DRI:
Felix Kuehling
1
-32
/
+35
2005-02-05
Don't clear the front buffer in SAVAGEDRIInitBuffers. Fixes blackness of
Felix Kuehling
1
-1
/
+1
2005-01-30
Added two new options "DmaType" and "ForcePCIMode".
Felix Kuehling
1
-30
/
+35
2005-01-10
- Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCI
Felix Kuehling
1
-52
/
+69
2005-01-02
Make 32-bit visuals match the set of visuals supported by the DRI driver.
Felix Kuehling
1
-6
/
+6
2005-01-01
Reenabled SAVAGEDRIInitBuffers and SAVAGEDRIMoveBuffers and fixed lockups
Felix Kuehling
1
-146
/
+38
2005-01-01
Updates to support the new Savage DRM driver (version 2.0.x) which was just
Felix Kuehling
1
-281
/
+232
2004-10-07
Require tiled mode for 3D
Alex Deucher
1
-61
/
+42
2004-10-07
fix glDrawPixels on Supersavage
Alex Deucher
1
-4
/
+6
2004-09-23
small cleanups and corrections
Alex Deucher
1
-54
/
+42
2004-09-17
Fix fb config creation to match fb configs created by DRI drivers built
Felix Kuehling
1
-3
/
+3
2004-09-17
Bug #1192: Remove cfb support from drivers where its use is an option.
Adam Jackson
1
-8
/
+0
2004-09-16
Merge savage DDX from DRI to xorg and fix conflicts.
Alex Deucher
1
-0
/
+1
2004-07-30
Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
Adam Jackson
1
-1
/
+1
2004-06-16
Initial revision
Eric Anholt
1
-0
/
+2172