summaryrefslogtreecommitdiff
path: root/hw/kdrive/ati
AgeCommit message (Expand)AuthorFilesLines
2008-05-16The great kdrive purge.Adam Jackson24-12017/+0
2008-04-23glcore: prepare for dynamic loadingGeorge Sapountzis1-0/+4
2007-12-14kdrive/ati: use operating system input devicesOtavio Salvador1-8/+1
2007-09-05Kdrive: unbreak kdrive linkingDodji Seketeli1-2/+1
2007-08-29Remove stale changelogs from kdrive.Eric Anholt1-622/+0
2007-07-05For each kdrive server put a dependencie on its own libraries.Tiago Vignatti1-1/+3
2007-06-29Death to RCS tags.Adam Jackson17-38/+0
2007-06-27Relink properly all kdrive servers when changes happen.Tiago Vignatti1-0/+2
2007-06-27More janitor work. Remove 'defined but not used' warnings from kdrive and som...Tiago Vignatti1-0/+2
2007-04-26Fix the 'relink' target for kdrive servers.Adam Jackson1-0/+3
2007-03-31Bug #6620: Fixed a missing 'else' in ATIPseudoDMAInit().Alberto Mardegan1-1/+1
2006-09-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-6/+1
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum1-7/+7
2006-08-09kdrive: remove ddx_DEPENDENCIESDaniel Stone1-3/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone5-5/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson5-5/+0
2006-07-21new KDrive input world orderDaniel Stone1-1/+9
2006-04-02../stubAdam Jackson2-14/+15
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard5-8/+18
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt2-1/+9
2006-02-10Merge from kdrive: use RECT_PRIM to avoid tearing in xvideo.Eric Anholt2-22/+31
2005-12-27s/XSERVER/KDRIVE/Adam Jackson1-1/+1
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson9-9/+9
2005-08-08Build with modular X.org libraries and headers.kdrive-initial-importKeith Packard2-0/+8
2005-06-10Axe a few dead fields from the port priv struct and add my name to theEric Anholt3-3/+9
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt2-0/+8
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt6-32/+57
2005-02-28Force DPMS normal on screen enableKeith Packard2-0/+555
2005-02-21Move the draw tracing supplies into ati_draw.h, and do some touchups on it.Eric Anholt3-27/+26
2005-02-21Extend the filter support to R200, and do the check for filter settings inEric Anholt1-5/+25
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard1-3/+17
2005-01-27Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RINGEric Anholt6-177/+193
2005-01-27Move the bailing out due to ATIUploadToScreen() being unfinished upEric Anholt1-5/+4
2005-01-27Remove an unused field.Eric Anholt1-1/+0
2005-01-25Fix R100 text by forcing the 3d engine to idle before executing more 3dKeith Packard2-1/+6
2005-01-25Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixelEric Anholt3-57/+53
2005-01-25Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6Keith Packard4-6/+118
2005-01-25Silence a warning about uninitialized variable (though it would be).Eric Anholt1-3/+1
2005-01-20Add a set of macros for dealing with the repeated code to wait for a whileEric Anholt3-34/+79
2005-01-20Use RadeonSwitchTo3D() instead of doing the WAIT_UNTIL ourselves (RST3D()Eric Anholt1-9/+9
2005-01-20Add R200 XV support, and make R100 (hopefully) use linear filtering insteadEric Anholt1-39/+88
2005-01-20Make R200 PDMA work -- primary queue sizes are now 9 bits, not 8.Eric Anholt2-5/+25
2004-12-22Back out the previous day's broken R200 "fix" -- the same number of coordsEric Anholt3-14/+33
2004-12-21Fix r200 render (for real this time?) by setting tex1_comp_cnt right forEric Anholt2-3/+4
2004-12-21Whitespace nit.Eric Anholt1-1/+1
2004-09-20Fix the R200 Render code. Composite and Trapezoids are now supported justEric Anholt3-22/+45
2004-09-19Unbreak the AGP DRI case. That was quite a pile of broken code.Eric Anholt2-51/+54
2004-09-14Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, butEric Anholt2-19/+22
2004-09-12- Fix a segfault on VT switch with DRI. Still dies due to cursor allocationEric Anholt1-9/+18
2004-09-12Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.Eric Anholt1-1/+1