summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-03Fix KMS on big endian machines.Michel Dänzer
2009-10-03EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.Michel Dänzer
2009-10-03R3/5xx EXA: Add support for BGRA picture formats.Michel Dänzer
2009-10-03R3/5xx EXA: Minimise number of draw primitives used for Composite operations.Michel Dänzer
2009-10-03EXA: Don't always flush when switching between 2D/3D engines with KMS.Michel Dänzer
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer
2009-10-03KMS: Don't hide HW cursor when it's updated.Michel Dänzer
2009-10-03Fix some compiler warnings.Michel Dänzer
2009-10-02radeon: Remove gatos message from driver startupKenneth Graunke
2009-09-30radeon/kms: fallback to shadowfb if kernel report acceleration is offJerome Glisse
2009-09-25radeon: fix segfault in MMIO path in RADEONInit3DEngineAlex Deucher
2009-09-25kms/r600: add support for vline relocsAlex Deucher
2009-09-25radeon: fix vline handling for kmsAlex Deucher
2009-09-26r600: fix buildDave Airlie
2009-09-26r600/xv: fix dst bo write domainDave Airlie
2009-09-26radeon: fix zaphodDave Airlie
2009-09-25r600: fix bo accounting for XvAlex Deucher
2009-09-25r600: space check wasn't correct.Dave Airlie
2009-09-24radeon: remove old pre-randr rotation cruftAlex Deucher
2009-09-19kms: disable dgaAlex Deucher
2009-09-19kms: init dga using xf86DiDGAInitAlex Deucher
2009-09-18avivo: disable VGA rendering core when starting X.Dave Airlie
2009-09-14radeon: Add missing libdrm_radeon cflags to compiler paramaters.Pauli Nieminen
2009-09-11atom: fix typo in asus quirksAlex Deucher
2009-09-10r600: add CS UTS and DFS hooksAlex Deucher
2009-09-10r6xx: fix EXA crash with gtkperf -aDave Airlie
2009-09-09kms: add property support.Dave Airlie
2009-09-08radeon: replace dga code with DiDGAAlex Deucher
2009-09-08radeon: fix dri2 struct zeroingAdam Jackson
2009-09-08Merge branch 'r6xx-cs'Dave Airlie
2009-09-08r600: more alignment fixups + vb map/unmapDave Airlie
2009-09-06RV280: add agp quirkAlex Deucher
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer
2009-09-02EXA: Fix Composite restart dst/src switcheroo.Michel Dänzer
2009-09-01radeon: add some notes about DVO setupAlex Deucher
2009-09-01r100/r200: seriously WRAP is illegal for rectangular texturesDave Airlie
2009-08-31r6xx/r7xx: various CS fixes from DaveAlex Deucher
2009-08-31r1xx: fix textured videoAlex Deucher
2009-08-30radeon: Fix DRI2BufferPtr to be DRI2Buffer2Ptr for xserver 1.6.Pauli Nieminen
2009-08-29r100/r200: fix section size mismatch for textured videoRoland Scheidegger
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer
2009-08-27KMS: Don't use a blit for UploadToScreen if the pixmap BO will be idle anyway.Michel Dänzer
2009-08-27KMS: DownloadFromScreen improvements.Michel Dänzer
2009-08-27EXA: Allocate pixmap BOs in VRAM.Michel Dänzer
2009-08-27DRI2: Set tiling for depth/stencil buffers with all DRI2 interface versions.Michel Dänzer
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer
2009-08-27Throttle DRI2 buffer swaps / frontbuffer flushes.Michel Dänzer
2009-08-26r6xx/r7xx: set EXA_HANDLES_PIXMAPSAlex Deucher
2009-08-26r6xx/r7xx: more WIPAlex Deucher