summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-04Implement drmGetCap() to query device/driver capabilitiesBen Skeggs
2011-03-04drm: add dumb interfaceDave Airlie
2011-03-03Build modetest for all chipsets, always build modeprintKristian Høgsberg
2011-03-03don't try to build modetest without libkmsMatt Turner
2011-03-01configure: Bump version to 2.4.24Chris Wilson
2011-03-01intel: Add I915_PARAM_HAS_RELAXED_DELTAChris Wilson
2011-02-22intel: Fixup for the fix for relaxed tiling on gen2Daniel Vetter
2011-02-22intel: fix relaxed tiling on gen2Daniel Vetter
2011-02-17modetest: Do no flip twice to a current front bufferBenjamin Franzke
2011-02-17tests/modeprint: Output masks as hex numbersBenjamin Franzke
2011-02-17tests/modeprint: Remove needless dependency on drm_intelBenjamin Franzke
2011-02-17modetest: Create buffers using libkmsBenjamin Franzke
2011-02-17configure.ac: ac_define HAVE_RADEONBenjamin Franzke
2011-02-17libkms/radeon: Add backendnobled
2011-02-14intel: Remember named boChris Wilson
2011-02-14intel: Set the public handle after opening by nameChris Wilson
2011-01-12intel: compile fix for previous commit after rebasingChris Wilson
2011-01-12intel: Fallback to old exec if no mrb_exec is availableChris Wilson
2010-12-21nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs
2010-12-21nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs
2010-12-21nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs
2010-12-19intel: Export CONSTANT_BUFFER addressing modeChris Wilson
2010-12-10configure: Bump version to 2.4.23Chris Wilson
2010-12-10tests: Update for ENOENT returns from unknown handlesChris Wilson
2010-12-07intel: Reorder need_fence vs fenced_command to avoid fences on gen4Chris Wilson
2010-12-07drm: don't do the create the node ourselves if we have udev.Dave Airlie
2010-12-03intel: If the command is fenced inform the kernelChris Wilson
2010-12-02radeon: silence valgrind warnings by zeroing memoryMarek Olšák
2010-11-25intel: Add a forward declaration of struct drm_clip_rectChris Wilson
2010-11-22intel: Compute in-aperture size for relaxed fenced objectsChris Wilson
2010-11-22nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez
2010-11-09intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too.Eric Anholt
2010-11-07intel: initialize bufmgr.bo_mrb_exec unconditionallyAlbert Damen
2010-11-02intel: Drop silly asserts on mappings present at unmap time.Eric Anholt
2010-11-02intel: Remove gratuitous assert on bo_reference.Eric Anholt
2010-11-01intel: Shove the fake bufmgr subdata implementation into the fake bufmgr.Eric Anholt
2010-11-01intel: Remove stale comment.Eric Anholt
2010-10-31nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez
2010-10-29intel: enable relaxed fence allocation for i915Chris Wilson
2010-10-27s/drmStrdup/strdup/Adam Jackson
2010-10-26intel: Prepare for BLT ring split.Chris Wilson
2010-10-21nouveau: Define the HAS_PAGEFLIP getparam.Francisco Jerez
2010-10-12nouveau: Let the user choose the push buffer size.Francisco Jerez
2010-10-12nouveau: Define buffer object usage flags.Francisco Jerez
2010-10-01intel: Downgrade error warnings to debugChris Wilson
2010-09-28Increment version to 2.4.22Carl Worth
2010-09-25intel: Replace open-coded drmIoctl with calls to drmIoctl()Chris Wilson
2010-09-21nouveau: fix drm version check some moreBen Skeggs
2010-09-20nouveau: fix thinko in drm version checkBen Skeggs
2010-09-09modetest: Fix drawing routines to use stride.Chris Wilson