summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-21evergreen: use vb_offset rather than vb_start_op for cbuf offsetAlex Deucher
2011-01-21vbo: remove useless radeon_vb_discard()Alex Deucher
2011-01-20evergreen/ni: fix Xv artifactsAlex Deucher
2011-01-20r6xx/7xx: fix Xv artifactsMarton Balint
2011-01-18Fix crash freeing KMS video memory.Michel Dänzer
2011-01-18Fix KMS textured video leaks (bug #33193).Michel Dänzer
2011-01-17radeon: add back flush in block handler.Dave Airlie
2011-01-13rs880 fix typo in HD 4250 stringAlex Deucher
2011-01-11kms: fix pitch aligment for scanoutAlex Deucher
2011-01-11radeon: fix yet another pitch alignAlex Deucher
2011-01-11radeon: fix pitch align in pageflip codeAlex Deucher
2011-01-10Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf8...Alex Deucher
2011-01-06NI: add pci idsAlex Deucher
2011-01-06Add EXA/Xv acceleration support for NI chipsAlex Deucher
2011-01-06Bail on NI cards with UMSAlex Deucher
2011-01-06add NI family idsAlex Deucher
2010-12-19ddx/ati: Bugfix for pageflip consistency check.Mario Kleiner
2010-12-17exa/dfs/ontario: always use the CPU for DFS for nowAlex Deucher
2010-12-16DCE4.1: fix DIGx routingAlex Deucher
2010-12-03Add missing call to vbeFree (bug 4417)Matt Turner
2010-12-03radeon: remove duplicated defineAlex Deucher
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher
2010-12-01ddx/ati: Fix reporting of pageflip completion events on multi-head.Mario Kleiner
2010-12-01ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.Mario Kleiner
2010-12-01radeon/kms: add pageflip supportAlex Deucher
2010-12-01radeon/kms: allow tiled front buffer on 6xx/7xxAlex Deucher
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie
2010-12-01radeon: make sure EXA is off when EXA is disabled with --disable-exaDave Airlie
2010-11-30evergreen: set default group_bytes to 256Alex Deucher
2010-11-29evergreen: use dot4 for transformsAlex Deucher
2010-11-296xx/7xx: clean up gpr/const handling in shadersAlex Deucher
2010-11-29r6xx/r7xx use dot4 for transformsAlex Deucher
2010-11-24radeon/kms: fix output enumerationAlex Deucher
2010-11-22Ontario: add workaround for small pixmap issues with DFSAlex Deucher
2010-11-22Add EXA/Xv acceleration support for Ontario Fusion APUsAlex Deucher
2010-11-22Add Ontario fusion APU pci idsAlex Deucher
2010-11-22ontario: add UMS modesetting supportAlex Deucher
2010-11-19evergreen: fix typo for fetch resource offsetJerome Glisse
2010-11-17radeon/kms: fix buffer base alignment for tilingAlex Deucher
2010-11-15dce4: improve the VT switching code.Dave Airlie
2010-11-11evergreen: remove warnings since last commitDave Airlie
2010-11-11evergreen: add UMS VT switch support.Dave Airlie
2010-11-11avivo: use arrays to store the crtc/pll info for save/restoreDave Airlie
2010-11-05Fix incorrect CS size in one textured video path. (Bug #31364)Michel Dänzer
2010-10-29radeon/kms: more alignment fixesAlex Deucher
2010-10-28dri2: reference count the client privates key/callbackDave Airlie
2010-10-28radeon: only register block handler once per fd.Dave Airlie
2010-10-27drm/radeon: unify fb bo alignment harderAlex Deucher
2010-10-27kms/radeon: unify fb bo alignment handlingAlex Deucher
2010-10-27Re-use result of GetScreenPixmap call.Michel Dänzer