summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: version bump for 2.4.25 release2.4.25Chris Wilson2011-04-111-1/+1
* libdrm: (revised) vblank wait on crtc > 1Ilija Hadzic2011-04-042-0/+4
* intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDERChris Wilson2011-04-041-3/+6
* drm_mode: fix types on recently added ioctlsDave Airlie2011-03-301-8/+8
* Cleanup gen2 tiling confusionDaniel Vetter2011-03-261-4/+3
* build: Update autotools configurationJavier Jardón2011-03-214-29/+39
* libdrm: oops fix get cap return value.Dave Airlie2011-03-041-1/+1
* libkms: add dumb supportDave Airlie2011-03-044-0/+226
* Implement drmGetCap() to query device/driver capabilitiesBen Skeggs2011-03-043-0/+22
* drm: add dumb interfaceDave Airlie2011-03-042-0/+33
* Build modetest for all chipsets, always build modeprintKristian Høgsberg2011-03-031-11/+2
* don't try to build modetest without libkmsMatt Turner2011-03-031-4/+5
* configure: Bump version to 2.4.242.4.24Chris Wilson2011-03-011-1/+1
* intel: Add I915_PARAM_HAS_RELAXED_DELTAChris Wilson2011-03-011-0/+1
* intel: Fixup for the fix for relaxed tiling on gen2Daniel Vetter2011-02-221-1/+1
* intel: fix relaxed tiling on gen2Daniel Vetter2011-02-221-6/+10
* modetest: Do no flip twice to a current front bufferBenjamin Franzke2011-02-171-1/+1
* tests/modeprint: Output masks as hex numbersBenjamin Franzke2011-02-171-2/+2
* tests/modeprint: Remove needless dependency on drm_intelBenjamin Franzke2011-02-171-3/+1
* modetest: Create buffers using libkmsBenjamin Franzke2011-02-172-56/+83
* configure.ac: ac_define HAVE_RADEONBenjamin Franzke2011-02-171-0/+3
* libkms/radeon: Add backendnobled2011-02-174-0/+252
* intel: Remember named boChris Wilson2011-02-141-0/+28
* intel: Set the public handle after opening by nameChris Wilson2011-02-141-0/+1
* intel: compile fix for previous commit after rebasingChris Wilson2011-01-121-1/+1
* intel: Fallback to old exec if no mrb_exec is availableChris Wilson2011-01-121-0/+4
* nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs2010-12-211-9/+25
* nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs2010-12-215-40/+169
* nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs2010-12-211-16/+21
* intel: Export CONSTANT_BUFFER addressing modeChris Wilson2010-12-195-8/+21
* configure: Bump version to 2.4.232.4.23Chris Wilson2010-12-101-1/+1
* tests: Update for ENOENT returns from unknown handlesChris Wilson2010-12-103-4/+4
* intel: Reorder need_fence vs fenced_command to avoid fences on gen4Chris Wilson2010-12-071-4/+5
* drm: don't do the create the node ourselves if we have udev.Dave Airlie2010-12-071-0/+2
* intel: If the command is fenced inform the kernelChris Wilson2010-12-031-1/+2
* radeon: silence valgrind warnings by zeroing memoryMarek Olšák2010-12-022-2/+2
* intel: Add a forward declaration of struct drm_clip_rectChris Wilson2010-11-251-2/+4
* intel: Compute in-aperture size for relaxed fenced objectsChris Wilson2010-11-221-2/+17
* nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez2010-11-222-0/+4
* intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too.Eric Anholt2010-11-091-2/+2
* intel: initialize bufmgr.bo_mrb_exec unconditionallyAlbert Damen2010-11-071-2/+1
* intel: Drop silly asserts on mappings present at unmap time.Eric Anholt2010-11-021-5/+0
* intel: Remove gratuitous assert on bo_reference.Eric Anholt2010-11-021-1/+0
* intel: Shove the fake bufmgr subdata implementation into the fake bufmgr.Eric Anholt2010-11-012-13/+19
* intel: Remove stale comment.Eric Anholt2010-11-011-2/+0
* nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez2010-10-312-1/+5
* intel: enable relaxed fence allocation for i915Chris Wilson2010-10-292-3/+13
* s/drmStrdup/strdup/Adam Jackson2010-10-271-21/+4
* intel: Prepare for BLT ring split.Chris Wilson2010-10-262-6/+29
* nouveau: Define the HAS_PAGEFLIP getparam.Francisco Jerez2010-10-211-0/+1