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