summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-06Refactor atom LCD/DFP output setupAlex Deucher
2008-10-03Add support for DDC via atom commands for RV410Alex Deucher
2008-10-03man page updatesAlex Deucher
2008-10-01proper fix for initial rotationAlex Deucher
2008-10-01Workaround to make initial rotation workAlex Deucher
2008-09-30Pass base offset into RADEONDisplayVideo() explicitly.Michel Dänzer
2008-09-30Update GEN_INT_CNTL register value after calling DRM modeset ioctl.Michel Dänzer
2008-09-30Fix -Werror build.Michel Dänzer
2008-09-26atombios updates from upstreamAlex Deucher
2008-09-24radeon: Further pll adjustmentsAlex Deucher
2008-09-19cleanup macbook quirkAlex Deucher
2008-09-19more macbook fixesAlex Deucher
2008-09-19Fix copy/paste error in the last commitAlex Deucher
2008-09-19radeon: Add quirk for macbookAlex Deucher
2008-08-26fix some fallout from the common allocatorAlex Deucher
2008-08-26radeon: fix powerpc buildDave Airlie
2008-08-25Switch EXA path back to static cursor allocationAlex Deucher
2008-08-25Switch cursors over to generic allocatorAlex Deucher
2008-08-25Bicubic fixes from the last cherry-pickAlex 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-25match textured video macro names with other accel codeAlex Deucher
2008-08-25Additional cleanups and re-arragement following bicubic mergeAlex Deucher
2008-08-25Whitespace cleanup from bucubic mergeAlex Deucher
2008-08-25Add needed FP registers, etc. for r3xx bicubic Xv.Maciej Cencora
2008-08-25Fix typos.Dennis Kasprzyk
2008-08-25Fix bicubic fp calculation.Dennis Kasprzyk
2008-08-25Fixed bicubic fragment program comments.Dennis Kasprzyk
2008-08-25Switch from 32-bit floats to 16-bit half-floats.Corbin Simpson
2008-08-25Change floats to uint32_t hex.Corbin Simpson
2008-08-25Move some ALU instructions after the TEX instructions, so we can do something...Dennis Kasprzyk
2008-08-25Another uneeded SEM_AQUIRE.Dennis Kasprzyk
2008-08-25Smarter usage of the texture semaphore.Dennis Kasprzyk
2008-08-25Enable bicubic filtering for all r5xx HW.Corbin Simpson
2008-08-25Remove one constant.Dennis Kasprzyk
2008-08-25Heavy optimizations.Dennis Kasprzyk
2008-08-25Remove uneeded negations.Dennis Kasprzyk
2008-08-25Implement LPR in one instruction.Dennis Kasprzyk
2008-08-25Set helper texture filter correctly.Dennis Kasprzyk
2008-08-25Update bicubic tables.Corbin Simpson
2008-08-25Force R580-only for bicubic.Corbin Simpson
2008-08-25Bump bicubic cutoff to R580.Corbin Simpson
2008-08-25Oops, made a mistake with vertices.Corbin Simpson
2008-08-25Merge upstream changes to vertices, and also add Xv attributes for textured v...Corbin Simpson
2008-08-25Fix constants.Corbin Simpson
2008-08-25Finally got the fragment program fully working for bicubic filtering on r5xx.Corbin Simpson