summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-01radeon: add r300/r500 vbo support.radeon-vbosDave Airlie4-18/+282
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie12-255/+302
2010-07-30r6xx/r7xx: unify composite mask and non-mask pixel shaderAlex Deucher4-241/+285
2010-07-30r6xx/r7xx: clean up composite vertex shaderAlex Deucher1-182/+173
2010-07-28The local copy of the modes code is no longer required.Gaetan Nadon3-100/+1
2010-07-24config: add AM_PROG_CC_C_O for per-target compilation flagsGaetan Nadon1-0/+3
2010-07-21config: add comments for main statementsGaetan Nadon1-3/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-5/+5
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-21r6xx/r7xx: group op variable stateAlex Deucher2-89/+90
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
2010-07-21config: remove unrequired AC_SUBST for LIBDRM and LIBUDEVGaetan Nadon1-4/+0
2010-07-20config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-07-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-22/+8
2010-07-15kms: don't call cursor helper if using software cursorJerome Glisse1-1/+2
2010-07-07fix build on non-kmsDave Airlie1-1/+1
2010-07-07configure.ac: bump version post releaseDave Airlie1-1/+1
2010-07-07set version for releasexf86-video-ati-6.13.1Dave Airlie1-1/+1
2010-06-30remove rv100 quirkAlex Deucher1-9/+0
2010-06-29Remove HDP_SOFT_RESET function, there is no need to reset HDP block.Cooper Yuan1-4/+0
2010-06-24r6xx shader: use ADDR() for CF_DWORD0Alex Deucher1-1/+1
2010-06-21r6xx/r7xx: fix ums cmd buffer leakWolfram1-2/+4
2010-06-21r6xx/r7xx: fix miscount in state emitAlex Deucher1-1/+1
2010-06-21r6xx/r7xx accel: add back some additional default stateAlex Deucher1-5/+63
2010-06-21DRI2: Fix up confusion between windows and pixmaps.Michel Dänzer1-10/+12
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer20-175/+175
2010-06-21radeon: fix support for 1.9 server master.Dave Airlie1-4/+5
2010-06-16r6xx/r7xx: macro safety fixesAlex Deucher1-3/+3
2010-06-16radeon: fix depth 16 with umsAlex Deucher1-21/+5
2010-06-16r3xx-r5xx Xv: disable bicubic filtering by defaultAlex Deucher2-2/+2
2010-06-15r6xx/r7xx: remove unnecessary state emitAlex Deucher1-106/+3
2010-06-15r6xx/r7xx: reorg default and clipping state emitAlex Deucher1-119/+132
2010-06-15r6xx/r7xx accel: remove some duplicate emits and minor clean upAlex Deucher1-15/+8
2010-06-12COPYING: replace stub file with actual copyright noticesGaetan Nadon1-8/+125
2010-06-11radeon: fixup last fix, use CURSOR_WIDTH not RADEON_CURSOR_WIDTH.Dave Airlie1-1/+1
2010-06-11radeon: set proper stride for cursor in tiling flags.Dave Airlie1-1/+1
2010-06-11drmmode: fix big endian issue with properties.Dave Airlie1-1/+2
2010-06-08radeon: fix rn50 cloning with kmsAlex Deucher1-0/+20
2010-06-08xv: fix Xv on M6/RV100 under KMS.Dave Airlie1-0/+4
2010-06-03evergreen: explicitly disable accel on evergreenAlex Deucher1-0/+1
2010-05-18r3xx-r5xx: enable color tiling by default on KMSMarek Olšák1-1/+5
2010-05-18rs740: follow macro-switch tooMarek Olšák1-1/+1
2010-05-18dri2: use radeon_pick_best_crtc()Alex Deucher2-9/+7
2010-05-17r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1Alex Deucher1-1/+1
2010-05-17r1xx/r2xx EXA: handle RepeatNone properly with transformsAlex Deucher1-6/+40