summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.4.53 for releaselibdrm-2.4.532.4.53Marek Olšák2014-04-101-1/+1
* radeon: sync with radeon_drm.h from kernel headersMarek Olšák2014-04-041-3/+28
* freedreno: zero out unused fieldRob Clark2014-03-191-0/+1
* freedreno: do not leak drmVersionEmil Velikov2014-03-161-0/+1
* freedreno/kgsl: don't even bother trying CREATE_FDRob Clark2014-03-051-12/+4
* freedreno: fix null ptr in error pathRob Clark2014-03-051-1/+2
* freedreno: simplify device creationRob Clark2014-03-052-27/+1
* Enable libkms by default on DragonFlyFrançois Tigeot2014-03-021-0/+1
* freedreno: some msm-ring reset/flush fixesRob Clark2014-02-193-9/+35
* freedreno: fix licenseRob Clark2014-01-311-9/+16
* drm: Implement drmCheckModesettingSupported() for FreeBSDRobert Millan2014-01-242-1/+36
* modeprint: pretty print connector namesLucas Stach2014-01-241-1/+27
* Bump the version to 2.4.52libdrm-2.4.522.4.52Kenneth Graunke2014-01-201-1/+1
* intel: Create a new drm_intel_bo offset64 field.Kenneth Graunke2014-01-202-9/+19
* intel: Track whether a buffer is idle to avoid trips to the kernel.Eric Anholt2014-01-201-1/+22
* drm: Initialize or valgrind-clear modesetting ioctl arguments.Eric Anholt2014-01-202-0/+21
* Mark debug_print with __attribute__ ((format(__printf__, 1, 0)))Keith Packard2014-01-131-1/+7
* freedreno: add fd_device_new_dup()Rob Clark2014-01-123-0/+15
* modetest: add the possibility to select the refresh frequency for a modeVincent ABRIOU2014-01-121-8/+27
* tests/kmstest: support exynosHyungwon Hwang2014-01-125-0/+219
* intel: Merge latest i915_drm.hBen Widawsky2014-01-101-13/+100
* intel: Handle malloc fails in context createBen Widawsky2014-01-101-1/+5
* intel: squash unused variable 'bo_gem'Ben Widawsky2014-01-101-0/+2
* Bump the version to 2.4.51libdrm-2.4.512.4.51Rob Clark2014-01-081-1/+1
* freedreno: allow IB to different ringbufferRob Clark2014-01-073-14/+45
* freedreno/kgsl: fix crash introduced w/ bo-cacheRob Clark2014-01-071-0/+7
* radeon: fix sumo2 pci idAlex Deucher2013-12-241-1/+1
* radeon: avoid possible divide by 0 in surface managerAlex Deucher2013-12-241-3/+3
* freedreno: add bo cacheRob Clark2013-12-134-13/+235
* intel/test_decode: Allow gen8 to be infered from the batch filenamesDamien Lespiau2013-12-131-0/+1
* gitignore: Ignore various generated filesDamien Lespiau2013-12-131-0/+7
* Bump the version to 2.4.50libdrm-2.4.502.4.50Marek Olšák2013-12-032-1/+2
* intel: Track known prime buffers for re-useKeith Packard2013-11-261-7/+43
* radeon: Update unaligned offset for 2D->1D tiling transition on SIMichel Dänzer2013-11-261-1/+1
* Bump the version for releaselibdrm-2.4.492.4.49baserock/libdrm-2.4.49Marek Olšák2013-11-231-1/+1
* radeon: handle P16 pipe configs for HawaiiMarek Olšák2013-11-231-0/+6
* radeon: don't overallocate stencil by 4 on SI and CIKMichel Dänzer2013-11-231-2/+3
* radeon: implement 2D tiling for CIKMarek Olšák2013-11-233-13/+624
* radeon: fix mipmap level 0 and 1 alignment for SI and CIKMichel Dänzer2013-11-231-10/+12
* intel: Use memset instead of VG_CLEARIan Romanick2013-11-201-1/+1
* libdrm/mode: Update the encoder and connector definesThomas Hellstrom2013-11-191-0/+5
* libdrm: bump to 2.4.48libdrm-2.4.482.4.48Ian Romanick2013-11-151-1/+1
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-153-0/+58
* radeon: add hawaii pci idsAlex Deucher2013-11-131-0/+13
* radeon: add hawaii chip familyAlex Deucher2013-11-131-0/+1
* Revert "intel: Add support for GPU reset status query ioctl"Dave Airlie2013-11-083-56/+0
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-073-0/+56
* intel/bdw: Update MI_BATCH_BUFFER_START for aub dumpsDamien Lespiau2013-11-071-2/+8
* intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.Kenneth Graunke2013-11-071-3/+9
* intel/bdw: Add gen8 to the decode initDamien Lespiau2013-11-071-1/+3