summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2009-01-27nv04-nv40: correct RAMHT sizeBen Skeggs2-7/+3
2009-01-12nv50: ack nsource to prevent continuous protection fault irqsBen Skeggs1-2/+22
2008-12-23[FreeBSD] Fix build on FreeBSD after modesetting import.Robert Noland1-0/+2
2008-12-23radeon: only write irq regs if irq is enabledDave Airlie1-2/+4
2008-12-22intel: Rename plane[AB]* back to pipe[AB]*.libdrm-2.4.3Eric Anholt1-8/+19
2008-12-22intel: Sync GEM ioctl comments for easier diffing against the kernel.Eric Anholt1-7/+20
2008-12-17libdrm: add mode setting filesJesse Barnes3-0/+299
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes53-14316/+1239
2008-12-03Merge branch 'master' into modesetting-gemJesse Barnes2-131/+2417
2008-11-23nv50: support NV94 chipsetBen Skeggs2-0/+2103
2008-11-21nv50: update context-related tables for original 8800GTSBen Skeggs1-131/+314
2008-11-20DRM: make drm_map_type match upstream kernelJesse Barnes1-2/+2
2008-11-20DRM: make drm_map_type match kernelJesse Barnes1-2/+2
2008-11-19Unbreak drm build.Stephane Marchesin1-1/+2
2008-11-19Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes2-0/+7
2008-11-16radeon: protect cs ioctl atomic part with a mutexJerome Glisse2-0/+7
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes9-8045/+9397
2008-11-13libdrm: add support for i915 GTT mapping ioctlJesse Barnes2-1/+15
2008-11-12mode: Minor reodering and renamingJakob Bornecrantz1-4/+4
2008-11-12mode: Reorder the ioctls and numberingJakob Bornecrantz1-18/+19
2008-11-12mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz2-40/+0
2008-11-12mode: Unify types for ids and stringsJakob Bornecrantz1-18/+18
2008-11-10radeon: add gart useable size to report to userspaceDave Airlie1-0/+2
2008-11-10radeon: fix ring tail overflow issue since alignmentDave Airlie1-0/+2
2008-11-10radeon: disable HDP read cache for nowDave Airlie2-1/+6
2008-11-10radeon: force all ring writes to 16-dword alignment.Dave Airlie2-17/+41
2008-11-09radeon: add more packet3 relocations handlingJerome Glisse1-21/+78
2008-11-03radeon: make build againDave Airlie3-10/+2
2008-11-03radeon: add mtrr support for VRAM aperture.Dave Airlie1-0/+3
2008-11-03radeon: disable AGP for certain chips if not specified until we figure it outDave Airlie1-3/+10
2008-11-03radeon: disable debugging messageDave Airlie1-1/+1
2008-11-03radeon: commit ring after emitting the buffer discardsDave Airlie1-1/+2
2008-11-03radeon: setup isync cntl properlyDave Airlie1-2/+7
2008-11-03radeon: overhaul ring interactionsDave Airlie3-40/+66
2008-11-03radeon: add proc debugging for interrupts/ringDave Airlie2-0/+4
2008-11-03radeon: only enable dynclks if asked forDave Airlie1-11/+15
2008-11-03radeon: add wait rendering APIDave Airlie3-2/+7
2008-11-03radeon: rs480 fixes for bus masteringDave Airlie2-7/+13
2008-11-03radeon: remove unused gem indirect ioctlDave Airlie3-9/+0
2008-11-03radeon: CS2 make it all work with new relocs styleDave Airlie1-20/+32
2008-11-03radeon: don't copy to user the cs idsDave Airlie1-4/+5
2008-11-03radeon: make new CS2 command submission interface port older interface to thisDave Airlie4-47/+261
2008-11-03radeon: release agp on module unloadDave Airlie1-0/+10
2008-11-03radeon: add r423 bits to modesettingDave Airlie1-0/+1
2008-11-03radeon: pull bus master enable into its own functionDave Airlie2-5/+19
2008-11-03radeon: update proper chip familyDave Airlie1-2/+2
2008-11-03radeon: fixup scratch register interactions properlyDave Airlie3-9/+21
2008-11-03radeon: make writeback work againDave Airlie1-1/+7
2008-11-03radeon: fix some warningsDave Airlie2-6/+3
2008-11-03radeon: fix small typo in agp codeDave Airlie1-1/+1