summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-22intel: fix relaxed tiling on gen2gen2-b0rked-relaxed-fencingDaniel Vetter1-6/+10
2011-02-17modetest: Do no flip twice to a current front bufferBenjamin Franzke1-1/+1
2011-02-17tests/modeprint: Output masks as hex numbersBenjamin Franzke1-2/+2
2011-02-17tests/modeprint: Remove needless dependency on drm_intelBenjamin Franzke1-3/+1
2011-02-17modetest: Create buffers using libkmsBenjamin Franzke2-56/+83
2011-02-17configure.ac: ac_define HAVE_RADEONBenjamin Franzke1-0/+3
2011-02-17libkms/radeon: Add backendnobled4-0/+252
2011-02-14intel: Remember named boChris Wilson1-0/+28
2011-02-14intel: Set the public handle after opening by nameChris Wilson1-0/+1
2011-01-12intel: compile fix for previous commit after rebasingChris Wilson1-1/+1
2011-01-12intel: Fallback to old exec if no mrb_exec is availableChris Wilson1-0/+4
2010-12-21nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs1-9/+25
2010-12-21nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs5-40/+169
2010-12-21nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs1-16/+21
2010-12-19intel: Export CONSTANT_BUFFER addressing modeChris Wilson5-8/+21
2010-12-10configure: Bump version to 2.4.23Chris Wilson1-1/+1
2010-12-10tests: Update for ENOENT returns from unknown handlesChris Wilson3-4/+4
2010-12-07intel: Reorder need_fence vs fenced_command to avoid fences on gen4Chris Wilson1-4/+5
2010-12-07drm: don't do the create the node ourselves if we have udev.Dave Airlie1-0/+2
2010-12-03intel: If the command is fenced inform the kernelChris Wilson1-1/+2
2010-12-02radeon: silence valgrind warnings by zeroing memoryMarek Olšák2-2/+2
2010-11-25intel: Add a forward declaration of struct drm_clip_rectChris Wilson1-2/+4
2010-11-22intel: Compute in-aperture size for relaxed fenced objectsChris Wilson1-2/+17
2010-11-22nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez2-0/+4
2010-11-09intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too.Eric Anholt1-2/+2
2010-11-07intel: initialize bufmgr.bo_mrb_exec unconditionallyAlbert Damen1-2/+1
2010-11-02intel: Drop silly asserts on mappings present at unmap time.Eric Anholt1-5/+0
2010-11-02intel: Remove gratuitous assert on bo_reference.Eric Anholt1-1/+0
2010-11-01intel: Shove the fake bufmgr subdata implementation into the fake bufmgr.Eric Anholt2-13/+19
2010-11-01intel: Remove stale comment.Eric Anholt1-2/+0
2010-10-31nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez2-1/+5
2010-10-29intel: enable relaxed fence allocation for i915Chris Wilson2-3/+13
2010-10-27s/drmStrdup/strdup/Adam Jackson1-21/+4
2010-10-26intel: Prepare for BLT ring split.Chris Wilson2-6/+29
2010-10-21nouveau: Define the HAS_PAGEFLIP getparam.Francisco Jerez1-0/+1
2010-10-12nouveau: Let the user choose the push buffer size.Francisco Jerez4-10/+11
2010-10-12nouveau: Define buffer object usage flags.Francisco Jerez5-1/+25
2010-10-01intel: Downgrade error warnings to debugChris Wilson1-56/+47
2010-09-28Increment version to 2.4.22Carl Worth1-1/+1
2010-09-25intel: Replace open-coded drmIoctl with calls to drmIoctl()Chris Wilson1-83/+62
2010-09-21nouveau: fix drm version check some moreBen Skeggs1-1/+1
2010-09-20nouveau: fix thinko in drm version checkBen Skeggs1-1/+1
2010-09-09modetest: Fix drawing routines to use stride.Chris Wilson1-56/+39
2010-09-09modetest: align fb pitch to 64 bytesJesse Barnes1-0/+1
2010-09-07modetest: add edp and TV connector names to the connector name arrayJesse Barnes1-0/+2
2010-08-26Avoid use of c++ reserved keyword "virtual" when using a C++ compiler.Eric Anholt2-1/+9
2010-08-24Free the property blob along the error path.Chris Wilson1-1/+1
2010-08-18nouveau: accept both 0.0.16 and 1.x.xBen Skeggs1-9/+12
2010-08-06libdrm: Fix PCI domain domain supportBenjamin Herrenschmidt1-5/+25
2010-08-04Copy headers from kernel drm-core-nextDave Airlie5-3/+79