summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-18XAA/EXA: Remove radeon_xaa.h and radeon_exa.h headers.quick_and_dirty_2dEgbert Eich5-6/+15
2008-07-18VIDEO: Fix typos that cause memory doesn't get poperly allocated/feed under xaa.Egbert Eich1-2/+2
2008-07-18MC: Make sure MC engine is all idle before setting up the MC.Egbert Eich6-131/+68
2008-07-15Merge branch 'quick_and_dirty_2d' of ssh://agd5f@git.freedesktop.org/git/xorg...Alex Deucher1-2/+3
2008-07-15Fix hangs when setting up the MCAlex Deucher1-0/+87
2008-07-11Port over VAP_CNTL updates from radeonAlex Deucher1-2/+3
2008-07-02Fix error message on CP Init failure.Matthias Hopf1-3/+3
2008-07-02Update of radeon_drm.h to version of r600-support branch of drm.Matthias Hopf1-1/+6
2008-06-30DRI: Add more debugging output to DRI.Egbert Eich1-1/+34
2008-06-30EXA: Get rid of static variables.Egbert Eich3-76/+80
2008-06-302D: Add Close() functions for XAA and EXA.Egbert Eich5-37/+38
2008-06-302D: Split RADEONAccelInit() into XAA and EXA specific function.Egbert Eich7-76/+59
2008-06-302D: Separate XAA from common accel code, separate func decls to XAA, EXA and ...Egbert Eich14-275/+464
2008-06-282D: Comment out setctions not needed by this driver.Egbert Eich2-9/+14
2008-06-282D: Changed test for AccelMethod to test for presence of method specific data...Egbert Eich7-30/+31
2008-06-282D: Removed unneeded variable XAAForceTransBlit from accel_state.Egbert Eich2-8/+5
2008-06-282D: Removed unneeded variables re_top_left re_width_height from accel_state.Egbert Eich3-14/+6
2008-06-282D: Removed unneeded scissor variables from accel_state.Egbert Eich2-11/+1
2008-06-282D: Removed unneeded variable 'datatype' from accel_state.Egbert Eich2-7/+7
2008-06-282D: Removed unneeded variable 'pitch' from accel_state.Egbert Eich2-3/+3
2008-06-28EXA: Restructure file to group together pieces required by this driver.Egbert Eich1-31/+24
2008-06-282D: Consolidated variables on which acceleration is used.Egbert Eich7-50/+96
2008-06-28CP: Add missing license and copyright statements to rhd_cp.h.Egbert Eich1-0/+61
2008-06-26RADEON: fix copy/paste error in accel codeBrad Smith2-5/+5
2008-06-25RADEON: adjustments to Jerome's last commitAlex Deucher4-23/+38
2008-06-25radeon: flush & wait for 2d & dma idle after 2d blitJerome Glisse3-0/+56
2008-06-25DRI: Adjust files to build against the drm kernel headers.Egbert Eich7-746/+767
2008-06-25ACCEL: Move variable to track 3D engine state to rhdAccel and rename.Egbert Eich5-9/+9
2008-06-25RADEON: Fixed a bunch of compiler warnings.Egbert Eich9-34/+62
2008-06-25DRI: If RHDDRIAllocateBuffers() fails free rhdDri data struct.Egbert Eich1-1/+3
2008-06-25DRI/EXA/XAA: Fix memory allocation for offscreen area.Egbert Eich4-12/+5
2008-06-25VRAM: Fix VRAM clamping to aperture size.Egbert Eich1-4/+1
2008-06-24DRI: Replace pixel_code struct member by macro.Egbert Eich4-16/+11
2008-06-24DRI: Readd but comment out 2D init functions in rhd_dri.c.Egbert Eich1-1/+13
2008-06-24DRI: Keep rhdDri struct for server lifetime.Egbert Eich2-9/+7
2008-06-24DRI: Include kernel sarea.h and radeon_drm.h instead of radeon_sarea.h.Egbert Eich2-46/+38
2008-06-23CP: rename directRenderingInited to CPstarted and move from RHDRec to rhdDri.Egbert Eich3-11/+9
2008-06-23EXA: Remove RenderAccel from main driver struct.Egbert Eich2-44/+33
2008-06-23EXA: Consolidated further variables: accelDFS, gartLocation.Egbert Eich3-8/+15
2008-06-21XAA Removed a test for ancient version of libXAA.Egbert Eich2-20/+0
2008-06-21DRI Test for EXA "download from screen" directly.Egbert Eich2-11/+6
2008-06-21Change variable 'info' to something more telling in rhd_dri.c.Egbert Eich2-332/+336
2008-06-21Remove the need for radeon_dripriv.h.Egbert Eich4-65/+13
2008-06-21Remove the need for the RADEONFBLayout struct.Egbert Eich6-35/+17
2008-06-21Move rhdDri stuct to rhd_dri.h, rhdCP and CP macros struct to rhd_cp.h.Egbert Eich8-344/+355
2008-06-17rhd.h cleanupsAlex Deucher1-28/+4
2008-06-17fix typo in last commitAlex Deucher1-1/+1
2008-06-17Mark IGP chips without TCL for EXA render accelAlex Deucher1-0/+8
2008-06-17Enable EXA DFSAlex Deucher5-4/+35
2008-06-17make RHDDRMStop() use the CP macrosAlex Deucher2-33/+18