summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-01libdrm_intel: Add support for userptr objectsuserptrTvrtko Ursulin5-2/+175
2014-04-29intel/chv: Add Cherryview PCI IDsVille Syrjälä1-1/+11
2014-04-25freedreno: add missing fxn prototypeRob Clark1-0/+2
2014-04-22modetest: add cursor supportRob Clark4-5/+310
2014-04-17tests: Use drmFreeVersion() instead of drmFree()Thierry Reding1-1/+1
2014-04-17libdrm: Remove extraneous parameterThierry Reding1-1/+1
2014-04-17intel: Fix some format stringsThierry Reding1-10/+10
2014-04-17Mark functions printf-like where possibleThierry Reding4-10/+11
2014-04-16amend previous commit to actually compileMaarten Lankhorst1-7/+15
2014-04-15nouveau: safen up nouveau_device list usage against concurrent accessMaarten Lankhorst2-22/+89
2014-04-10Bump version to 2.4.53 for releaseMarek Olšák1-1/+1
2014-04-04radeon: sync with radeon_drm.h from kernel headersMarek Olšák1-3/+28
2014-03-19freedreno: zero out unused fieldRob Clark1-0/+1
2014-03-16freedreno: do not leak drmVersionEmil Velikov1-0/+1
2014-03-05freedreno/kgsl: don't even bother trying CREATE_FDRob Clark1-12/+4
2014-03-05freedreno: fix null ptr in error pathRob Clark1-1/+2
2014-03-05freedreno: simplify device creationRob Clark2-27/+1
2014-03-02Enable libkms by default on DragonFlyFrançois Tigeot1-0/+1
2014-02-19freedreno: some msm-ring reset/flush fixesRob Clark3-9/+35
2014-01-31freedreno: fix licenseRob Clark1-9/+16
2014-01-24drm: Implement drmCheckModesettingSupported() for FreeBSDRobert Millan2-1/+36
2014-01-24modeprint: pretty print connector namesLucas Stach1-1/+27
2014-01-20Bump the version to 2.4.52Kenneth Graunke1-1/+1
2014-01-20intel: Create a new drm_intel_bo offset64 field.Kenneth Graunke2-9/+19
2014-01-20intel: Track whether a buffer is idle to avoid trips to the kernel.Eric Anholt1-1/+22
2014-01-20drm: Initialize or valgrind-clear modesetting ioctl arguments.Eric Anholt2-0/+21
2014-01-13Mark debug_print with __attribute__ ((format(__printf__, 1, 0)))Keith Packard1-1/+7
2014-01-12freedreno: add fd_device_new_dup()Rob Clark3-0/+15
2014-01-12modetest: add the possibility to select the refresh frequency for a modeVincent ABRIOU1-8/+27
2014-01-12tests/kmstest: support exynosHyungwon Hwang5-0/+219
2014-01-10intel: Merge latest i915_drm.hBen Widawsky1-13/+100
2014-01-10intel: Handle malloc fails in context createBen Widawsky1-1/+5
2014-01-10intel: squash unused variable 'bo_gem'Ben Widawsky1-0/+2
2014-01-08Bump the version to 2.4.51Rob Clark1-1/+1
2014-01-07freedreno: allow IB to different ringbufferRob Clark3-14/+45
2014-01-07freedreno/kgsl: fix crash introduced w/ bo-cacheRob Clark1-0/+7
2013-12-24radeon: fix sumo2 pci idAlex Deucher1-1/+1
2013-12-24radeon: avoid possible divide by 0 in surface managerAlex Deucher1-3/+3
2013-12-13freedreno: add bo cacheRob Clark4-13/+235
2013-12-13intel/test_decode: Allow gen8 to be infered from the batch filenamesDamien Lespiau1-0/+1
2013-12-13gitignore: Ignore various generated filesDamien Lespiau1-0/+7
2013-12-03Bump the version to 2.4.50Marek Olšák2-1/+2
2013-11-26 intel: Track known prime buffers for re-useKeith Packard1-7/+43
2013-11-26radeon: Update unaligned offset for 2D->1D tiling transition on SIMichel Dänzer1-1/+1
2013-11-23Bump the version for releaseMarek Olšák1-1/+1
2013-11-23radeon: handle P16 pipe configs for HawaiiMarek Olšák1-0/+6
2013-11-23radeon: don't overallocate stencil by 4 on SI and CIKMichel Dänzer1-2/+3
2013-11-23radeon: implement 2D tiling for CIKMarek Olšák3-13/+624
2013-11-23radeon: fix mipmap level 0 and 1 alignment for SI and CIKMichel Dänzer1-10/+12
2013-11-20intel: Use memset instead of VG_CLEARIan Romanick1-1/+1