summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-11modetest: use 24 bit depth on the framebufferHEADmasterJesse Barnes1-1/+1
2011-09-26drmtest: make check should fail so hard on unable to open deviceDave Airlie1-4/+7
2011-09-26drm/test: handle usub being emptyDave Airlie1-1/+3
2011-09-23xf86drm.h : wrap C code for C++ compilation/linkingTapani Pälli2-0/+16
2011-09-22drm/i915: y tiling on i915G/i915GM is differentDaniel Vetter1-2/+4
2011-09-22drm/intel: don't clobber bufmgr->pci_deviceDaniel Vetter1-1/+3
2011-09-21modeprint.c: use PRIu64 for printing uint64_tMatt Turner1-3/+4
2011-09-18nouveau: assert argument cannot have side effectsMarcin Slusarz1-1/+2
2011-09-18drm mode: fix drmIoctl wrapperMarcin Slusarz1-1/+1
2011-08-01intel: shared header for shader debuggingBen Widawsky2-1/+46
2011-07-20intel: fix the wrong method check for bo_get_subdataYuanhan Liu1-1/+1
2011-07-12Specify the return type explicitly.Chih-Wei Huang1-1/+1
2011-06-04configure: version bump for 2.4.26 releaseChris Wilson1-1/+1
2011-06-04intel: Add interface to query aperture sizes.Chris Wilson4-1/+58
2011-05-14libkms: All current BO_TYPE are 32bppChris Wilson1-1/+2
2011-04-11configure: version bump for 2.4.25 releaseChris Wilson1-1/+1
2011-04-04libdrm: (revised) vblank wait on crtc > 1Ilija Hadzic2-0/+4
2011-04-04intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDERChris Wilson1-3/+6
2011-03-30drm_mode: fix types on recently added ioctlsDave Airlie1-8/+8
2011-03-26Cleanup gen2 tiling confusionDaniel Vetter1-4/+3
2011-03-21build: Update autotools configurationJavier Jardón4-29/+39
2011-03-04libdrm: oops fix get cap return value.Dave Airlie1-1/+1
2011-03-04libkms: add dumb supportDave Airlie4-0/+226
2011-03-04Implement drmGetCap() to query device/driver capabilitiesBen Skeggs3-0/+22
2011-03-04drm: add dumb interfaceDave Airlie2-0/+33
2011-03-03Build modetest for all chipsets, always build modeprintKristian Høgsberg1-11/+2
2011-03-03don't try to build modetest without libkmsMatt Turner1-4/+5
2011-03-01configure: Bump version to 2.4.24Chris Wilson1-1/+1
2011-03-01intel: Add I915_PARAM_HAS_RELAXED_DELTAChris Wilson1-0/+1
2011-02-22intel: Fixup for the fix for relaxed tiling on gen2Daniel Vetter1-1/+1
2011-02-22intel: fix relaxed tiling on gen2Daniel 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