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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-07
Remove duplicate register defines.
Ian Romanick
1
-6
/
+1
2006-08-07
Introduce the savage_region structure, which is used to track mappable
Ian Romanick
2
-16
/
+51
2006-08-04
Make a couple local, static arrays const. The RamSavage4 array is not
Ian Romanick
1
-3
/
+3
2006-08-04
Merge SavageMapMMIO and SavageMapFB into a single, new function called
Ian Romanick
2
-36
/
+10
2006-08-04
Fix line endings (at least, I assume that's why git-diff thinks every
Ian Romanick
1
-604
/
+630
2006-08-04
Pass the HaveDriverFuncs flag to xf86AddDriver. Make sure the
Ian Romanick
1
-3
/
+3
2006-07-20
Make sure CLUTs are enabled
1
-0
/
+10
2006-07-20
no accel at depth 24 in dualhead mode in MX/IX chips (hardware limitation)
1
-1
/
+11
2006-07-18
make sure to map full FB in dualhead mode. fixes some issues with dualhead.
1
-2
/
+3
2006-05-10
- add AccelMethod to savage.man
Alex Deucher
3
-8
/
+27
2006-04-30
- Add exa support (solid, copy, UTS)
Alex Deucher
10
-1353
/
+1788
2006-04-08
Bump to 2.1.1 for Xv changes.
savage-2_1_1
XORG-7_1
Adam Jackson
3
-3
/
+9
2006-04-07
Add a DrawablePtr argument to the XV functions to pave the way for
Aaron Plattner
2
-2
/
+10
2006-04-07
Unlibcwrap. Bump server version requirement. Bump to 2.1.0.
savage-2_1_0
Adam Jackson
6
-9
/
+18
2006-02-08
Some trivial savage fixes:
Luc Verhaegen
4
-25
/
+22
2005-12-21
Update package version for X11R7 release.
XORG-7_0
Kevin E Martin
2
-1
/
+6
2005-12-19
Stub COPYING files
Adam Jackson
1
-0
/
+12
2005-12-15
Update package version number for final X11R7 release candidate.
XORG-6_99_99_904
Kevin E Martin
2
-1
/
+6
2005-12-06
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
MODULAR_COPY
Kevin E Martin
2
-2
/
+7
2005-12-03
Update package version number for X11R7 RC3 release.
XORG-6_99_99_903
Kevin E Martin
2
-1
/
+6
2005-12-02
Remove extraneous AC_MSG_RESULT.
Kevin E Martin
2
-1
/
+5
2005-11-30
Bump libdrm dep to 2.0.
Adam Jackson
2
-1
/
+6
2005-11-29
Only build dlloader modules by default.
Adam Jackson
2
-0
/
+6
2005-11-28
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith
1
-1
/
+1
2005-11-21
Add .cvsignores for drivers.
Eric Anholt
3
-0
/
+27
2005-11-09
Bump version numbers for X11R6.9/X11R7 RC2.
XORG-6_99_99_902
XORG-6_8_99_903
XORG-6_8_99_902
Kevin E Martin
1
-2
/
+2
2005-11-09
Update package version number for X11R7 RC2 release.
Kevin E Martin
2
-1
/
+6
2005-11-09
Fix DoLoadableServer NO build.
Kevin E Martin
1
-2
/
+0
2005-11-08
See ChangeLog entry 2005-11-07 for details.
Kean Johnson
1
-1
/
+1
2005-11-01
Update pkgcheck depedencies to work with separate build roots.
Kevin E Martin
2
-1
/
+13
2005-10-21
Bug #4829: Remove some useless DRI symbol checks.
Adam Jackson
1
-1
/
+0
2005-10-19
Update package version number for RC1 release.
XORG-6_99_99_901
Kevin E Martin
1
-1
/
+1
2005-10-19
lib/Xcomposite/Xcomposite.h
XORG-6_8_99_901
Kevin E Martin
1
-2
/
+2
2005-10-18
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
Alan Coopersmith
1
-1
/
+1
2005-10-17
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
Adam Jackson
1
-1
/
+1
2005-10-17
Use sed & cpp to substitute variables in driver man pages
Alan Coopersmith
2
-21
/
+62
2005-09-24
Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen
Adam Jackson
1
-1
/
+4
2005-08-27
- re-add RestoreAccelState() to make XAA happy for dualhead
Alex Deucher
1
-0
/
+25
2005-08-22
Fix test for DRI headers, bump to 2.0.1.
Daniel Stone
1
-4
/
+4
2005-08-18
Update autogen.sh to one that does objdir != srcdir.
Daniel Stone
1
-1
/
+0
2005-08-06
Somehow I missed Bresenham lines when I fixed accel on crtc2. Make sure to
Alex Deucher
1
-1
/
+5
2005-08-05
I have resolved this by making all the "Direct rendering disabled" messages
Ian Romanick
1
-1
/
+1
2005-08-04
- fix accel problems on crtc2. It seems the GBD doesn't always update
Alex Deucher
2
-92
/
+69
2005-07-29
Various changes preparing packages for RC0:
XORG-6_99_99_900
Kevin E Martin
1
-2
/
+4
2005-07-27
Add xf86driproto to dependencies for drivers with DRI support. Patch from
Søren Sandmann Pedersen
1
-1
/
+1
2005-07-26
Build system for savage
Søren Sandmann Pedersen
5
-0
/
+212
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
12
-4
/
+52
2005-06-25
Bug #3626: _X_EXPORT tags for video and input drivers.
XORG-6_8_99_14
XORG-6_8_99_13
Adam Jackson
1
-2
/
+6
2005-05-19
Disable ScreenToScreenCopy on crtc2 at depth 24. Fixes screen corruption.
XORG-6_8_99_9
XORG-6_8_99_8
XORG-6_8_99_12
XORG-6_8_99_11
XORG-6_8_99_10
Alex Deucher
1
-0
/
+7
2005-05-18
Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
Adam Jackson
1
-3
/
+4
[prev]
[next]