summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-29configure: version bump for 2.4.27 release.HEADmasterEric Anholt1-1/+1
2011-10-29intel: Share the implementation of BO unmap between CPU and GTT mappings.Eric Anholt1-15/+5
2011-10-29intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done.Eric Anholt1-9/+21
2011-10-29intel: Remove stale comment.Eric Anholt1-3/+0
2011-10-28intel: Add an interface for removing relocs after they're added.Eric Anholt2-0/+44
2011-10-28intel: Use stdbool.h for dealing with boolean values.Eric Anholt1-32/+33
2011-10-19nouveau: free in error path if drmAvailable fails.Dave Airlie1-1/+3
2011-10-19modetest: Call dirty fb on modesetJakob Bornecrantz1-0/+4
2011-10-19modetest: Print extra info if we fail to create a framebufferJakob Bornecrantz1-1/+2
2011-10-19modetest: Check error message from pageflip ioctlJakob Bornecrantz1-2/+6
2011-10-19vbltest: Check error codes returned from libdrmJakob Bornecrantz1-4/+16
2011-10-19tests: Add vmwgfx driver to probed drivers in testsJakob Bornecrantz2-2/+2
2011-10-11modetest: use 24 bit depth on the framebufferJesse 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