summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2007-01-21Clean pATI->Adapter and pATI->VGAAdapter.George Sapountzis
- cull (pATI->Adapter != ATI_ADAPTER_MACH64) - treat pATI->VGAAdapter as Bool
2007-01-21Keep PCI mach64 only, drop:George Sapountzis
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8
2007-01-21Keep PCI mach64 only (atipreinit.c, atimode.c), drop:George Sapountzis
- Chip < ATI_CHIP_88800GXC - Chipset != ATI_CHIPSET_ATI - Adapter != ATI_ADAPTER_MACH64 - depth < 8 atimode.c only: - NewHW.crtc != ATI_CRTC_MACH64 This allows to drop VGACalculate(), VGAWonderCalculate() cruft early.
2006-11-17split mode handling code into separate modes source fileairlied
2006-09-18radeon: restructure files along lines of Alex's superpatchAlex Deucher
2006-08-12[mach64] RENDER support (bug #6877).George Sapountzis
RENDER accleration is disabled by default. It is strongly recommended that the patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver before enabling RENDER acceleration. To enable RENDER acceleration, add the following in xorg.conf: Section "Device" [...] Option "AccelMethod" "exa" Option "RenderAccel" "true" EndSection
2006-08-05[mach64] EXA support.George Sapountzis
2006-03-23Add atipciids.h.Kristian Høgsberg
2006-03-15Add some autoconf to keep this driver from building EXA when a slightlyLuc Verhaegen
older server with older exa is installed. The way in which this problem was treated by the actually related developers explains a lot about this driver.
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin
2005-09-28Make ati driver distcheckSøren Sandmann Pedersen
radeon_commonfuncs.c \ radeon_exa_render.c \ radeon_exa_funcs.c \
2005-09-13Remove the hardcoded USE_EXA/USE_XAA defines now that they've beenEric Anholt
hardcoded in configure.ac (config.h).
2005-09-11Attempt to fix up the modular pieces for EXA support. (untested)Eric Anholt
2005-08-14Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, usingDaniel Stone
the same semantics as in drivers/ati/Imakefile.
2005-07-15Install theathre drivers in @moduledir@/multimediaSøren Sandmann Pedersen
2005-07-15Fix filename typoKevin E Martin
2005-07-14Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacingKevin E Martin
CFLAGS.
2005-07-14Make compiling with DRI support configurable/autodetecable. Autodetect DRIKevin E Martin
sdk headers. Expand help string for xorg-module-dir option.
2005-07-14fuck you cvsSøren Sandmann Pedersen