summaryrefslogtreecommitdiff
path: root/src/radeon.h
AgeCommit message (Expand)Author
2009-02-18R6xx/R7xx: fixup accel pathsAlex Deucher
2009-02-12R6xx/R7xx EXA: handle running out of vertex space in the copy pathAlex Deucher
2009-02-11R6xx/R7xx Xv: Add native support for packed formatsAlex Deucher
2009-02-09R6xx/R7xx Xv: implement native shader for planar formatsAlex Deucher
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2009-01-28Move encoder specific data to encoder dev_privAlex Deucher
2009-01-26Additional output cleanupAlex Deucher
2009-01-23Remove some unused cruftAlex Deucher
2009-01-19start to re-org outputsAlex Deucher
2008-12-22Merge branch 'atom-tvout'Dave Airlie
2008-12-22atombios/tv: add an option to enable atom tv-out for users.Dave Airlie
2008-12-22radeon: setup 3D engine even when no DRI.Dave Airlie
2008-12-18radeon: add all new pci ids for rv730/rv710 familiesDave Airlie
2008-12-16DCE32: add support for DCE3.2 digital outputs.Dave Airlie
2008-12-15Remove remnants of unused DDCMode optionAlex Deucher
2008-12-10Add support for Apple eMacsAlex Deucher
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-12-05Optimise RADEONWaitForVLinePierre Ossman
2008-12-04First pass at tear-free accelAlex Deucher
2008-12-03Make sure 3D state is emited when switching to 3D IBAlex Deucher
2008-12-03Only flush IB when direct rendering is enabledAlex Deucher
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher
2008-11-25[PATCH] radeon: Fix PCI usage of 32-bit driver on 64-bit platformBenjamin Herrenschmidt
2008-11-24Get hardcoded edid from the bios for servers that support itAlex Deucher
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie
2008-10-01Workaround to make initial rotation workAlex Deucher
2008-08-25Convert randr, Xv to a common allocatorAlex Deucher
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
2008-08-25Move DRI to a separate structAlex Deucher
2008-08-25Cleanups from rhd portEgbert Eich
2008-08-25Move accel state to a separate structAlex Deucher
2008-08-25Move CP into a separate structAlex Deucher
2008-08-14PLL adjustmentsAlex Deucher
2008-08-13Remove reset of 3D scissor registers when using the CP in the ddxAlex Deucher
2008-08-08Further cleanup and unification of i2c codeAlex Deucher
2008-08-08Fix VT switching on M6 chipsAlex Deucher
2008-07-21Clean up legacy display watermark setupAlex Deucher
2008-07-08atombios: add support for other endians.Benjamin Herrenschmidt
2008-07-08rv770 initial supportDave Airlie
2008-07-03radeon: drop all use of CPMode.Dave Airlie
2008-06-23RADEON: PLL tweaksJiří Paleček
2008-06-23RADEON: adjust randr crtc/output prepare/commit orderingAlex Deucher
2008-06-03Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework.Michel Dänzer
2008-05-30RADEON: add Int10 optionAlex Deucher
2008-05-20On non-gcc compilers, use C99's __func__ instead of gcc's __FUNCTION__Alan Coopersmith
2008-05-20RADEON: cleanup connection detection and remove duplicate codeAlex Deucher
2008-05-14Add RS600 supportAlex Deucher
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher
2008-05-13Reinstate CARD* types that are part of external interfaces.Michel Dänzer
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner