index
:
~gsap7/xserver
glapi-sync
master
Unnamed repository; edit this file to name it for gitweb.
gsap7
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
ati
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-16
The great kdrive purge.
Adam Jackson
24
-12017
/
+0
2008-04-23
glcore: prepare for dynamic loading
George Sapountzis
1
-0
/
+4
2007-12-14
kdrive/ati: use operating system input devices
Otavio Salvador
1
-8
/
+1
2007-09-05
Kdrive: unbreak kdrive linking
Dodji Seketeli
1
-2
/
+1
2007-08-29
Remove stale changelogs from kdrive.
Eric Anholt
1
-622
/
+0
2007-07-05
For each kdrive server put a dependencie on its own libraries.
Tiago Vignatti
1
-1
/
+3
2007-06-29
Death to RCS tags.
Adam Jackson
17
-38
/
+0
2007-06-27
Relink properly all kdrive servers when changes happen.
Tiago Vignatti
1
-0
/
+2
2007-06-27
More janitor work. Remove 'defined but not used' warnings from kdrive and som...
Tiago Vignatti
1
-0
/
+2
2007-04-26
Fix the 'relink' target for kdrive servers.
Adam Jackson
1
-0
/
+3
2007-03-31
Bug #6620: Fixed a missing 'else' in ATIPseudoDMAInit().
Alberto Mardegan
1
-1
/
+1
2006-09-07
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Daniel Stone
1
-6
/
+1
2006-08-29
Re-add support for tslib (1.0 release) and Xcalibrate extension.
Matthew Allum
1
-7
/
+7
2006-08-09
kdrive: remove ddx_DEPENDENCIES
Daniel Stone
1
-3
/
+0
2006-07-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Daniel Stone
5
-5
/
+0
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
5
-5
/
+0
2006-07-21
new KDrive input world order
Daniel Stone
1
-1
/
+9
2006-04-02
../stub
Adam Jackson
2
-14
/
+15
2006-02-16
Make more extensions optional in build (for kdrive). Fix kdrive build for
Keith Packard
5
-8
/
+18
2006-02-15
Remove the waitSync from KdDisableScreen and push it off to drivers'
Eric Anholt
2
-1
/
+9
2006-02-10
Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.
Eric Anholt
2
-22
/
+31
2005-12-27
s/XSERVER/KDRIVE/
Adam Jackson
1
-1
/
+1
2005-12-27
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
Adam Jackson
9
-9
/
+9
2005-08-08
Build with modular X.org libraries and headers.
kdrive-initial-import
Keith Packard
2
-0
/
+8
2005-06-10
Axe a few dead fields from the port priv struct and add my name to the
Eric Anholt
3
-3
/
+9
2005-06-09
Perform a warnings sweep on hw/kdrive. A number of these were my fault, but
Eric Anholt
2
-0
/
+8
2005-06-09
- Replace the syncAccel hook in the kdrive structure with a pair of hooks
Eric Anholt
6
-32
/
+57
2005-02-28
Force DPMS normal on screen enable
Keith Packard
2
-0
/
+555
2005-02-21
Move the draw tracing supplies into ati_draw.h, and do some touchups on it.
Eric Anholt
3
-27
/
+26
2005-02-21
Extend the filter support to R200, and do the check for filter settings in
Eric Anholt
1
-5
/
+25
2005-02-08
hw/kdrive/ati/radeon_composite.c Support linear filtering
Keith Packard
1
-3
/
+17
2005-01-27
Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING
Eric Anholt
6
-177
/
+193
2005-01-27
Move the bailing out due to ATIUploadToScreen() being unfinished up
Eric Anholt
1
-5
/
+4
2005-01-27
Remove an unused field.
Eric Anholt
1
-1
/
+0
2005-01-25
Fix R100 text by forcing the 3d engine to idle before executing more 3d
Keith Packard
2
-1
/
+6
2005-01-25
Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixel
Eric Anholt
3
-57
/
+53
2005-01-25
Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6
Keith Packard
4
-6
/
+118
2005-01-25
Silence a warning about uninitialized variable (though it would be).
Eric Anholt
1
-3
/
+1
2005-01-20
Add a set of macros for dealing with the repeated code to wait for a while
Eric Anholt
3
-34
/
+79
2005-01-20
Use RadeonSwitchTo3D() instead of doing the WAIT_UNTIL ourselves (RST3D()
Eric Anholt
1
-9
/
+9
2005-01-20
Add R200 XV support, and make R100 (hopefully) use linear filtering instead
Eric Anholt
1
-39
/
+88
2005-01-20
Make R200 PDMA work -- primary queue sizes are now 9 bits, not 8.
Eric Anholt
2
-5
/
+25
2004-12-22
Back out the previous day's broken R200 "fix" -- the same number of coords
Eric Anholt
3
-14
/
+33
2004-12-21
Fix r200 render (for real this time?) by setting tex1_comp_cnt right for
Eric Anholt
2
-3
/
+4
2004-12-21
Whitespace nit.
Eric Anholt
1
-1
/
+1
2004-09-20
Fix the R200 Render code. Composite and Trapezoids are now supported just
Eric Anholt
3
-22
/
+45
2004-09-19
Unbreak the AGP DRI case. That was quite a pile of broken code.
Eric Anholt
2
-51
/
+54
2004-09-14
Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, but
Eric Anholt
2
-19
/
+22
2004-09-12
- Fix a segfault on VT switch with DRI. Still dies due to cursor allocation
Eric Anholt
1
-9
/
+18
2004-09-12
Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.
Eric Anholt
1
-1
/
+1
[next]