summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-20intel: Add support for GPU reset status query ioctlHEADmasterIan Romanick3-0/+52
2013-02-11intel_chipset: Merge intel-gpu-tools chipsetsBen Widawsky1-75/+101
2013-02-06intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMSChris Forbes1-1/+1
2013-02-06intel/aub: Actually run BLT batches on the blit ring.Kenneth Graunke1-0/+2
2013-02-05configure.ac: bump version to 2.4.42 for releaseMaarten Lankhorst1-1/+1
2013-02-05libdrm: remove DISTCHECK_CONFIGURE_FLAGSMaarten Lankhorst1-2/+0
2013-02-04radeon: add OLAND pci idsAlex Deucher1-0/+14
2013-02-04radeon: add OLAND familyAlex Deucher1-0/+1
2013-02-02intel: add more VLV PCI IDsJesse Barnes1-1/+7
2013-01-25man: Fix typo and use $() for make expressionsThierry Reding1-1/+2
2013-01-18radeon: Fix 1D tiling layout on SI.Michel Dänzer1-23/+88
2013-01-16man: fix manpage build instructionsDavid Herrmann4-15/+42
2013-01-16nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pcMaarten Lankhorst1-1/+1
2013-01-16configure.ac: bump version to 2.4.41 for releaseMaarten Lankhorst1-1/+1
2013-01-16nouveau: expose channel engine selection on kepler chipsetsBen Skeggs4-0/+48
2013-01-14libdrm_nouveau.pc: don't include I${includedir}/nouveauMarcin Slusarz1-1/+1
2013-01-13intel: Remove the fence count contributions when clearing relocsChris Wilson1-3/+4
2013-01-09man: disable man page building until David saves us allJesse Barnes1-1/+1
2013-01-09man: add drm-memory overview pageDavid Herrmann2-2/+437
2013-01-09man: add drm-kms overview pageDavid Herrmann2-0/+343
2013-01-09man: add drm.7 overview pageDavid Herrmann2-0/+138
2013-01-09man: convert manpages to XML instead of plain troffDavid Herrmann9-181/+370
2013-01-07nouveau: disallow pushbuf BOs in multiple memory typesBen Skeggs1-4/+4
2013-01-02libkms: return -EINVAL on fstat errorMaxime Villard1-1/+1
2013-01-02libkms: fix memory leak in error pathMaxime Villard2-0/+2
2012-11-28drm/radeon: track global bo name and always return the sameJerome Glisse1-5/+11
2012-11-21radeon: add new SI pci idAlex Deucher1-0/+1
2012-11-10intel: Fix missing ETIME on BSD operating systemsDavid Shao1-0/+3
2012-11-06configure.ac: bump version to 2.4.40 for releaseMarek Olšák1-1/+1
2012-11-05fix make distcheckDave Airlie1-1/+1
2012-10-26radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák1-0/+2
2012-10-24radeon: fix unused-function warningAndreas Boll1-0/+2
2012-10-16radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-10-14initialize width/height fields in drmModeCrtcRob Clark1-1/+4
2012-10-09update gitignoreRob Clark1-0/+4
2012-10-09omap: release lock also on error pathsVincent Penquerc'h1-0/+2
2012-10-08configure.ac: Allow forcible disabling of Cairo supportDaniel Stone2-7/+22
2012-10-07intel: Silence a trivial compiler warningChris Wilson1-1/+0
2012-10-07intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson1-1/+1
2012-10-07intel: Fix "properly test for HAS_LLC"Chris Wilson1-1/+1
2012-10-06radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák2-76/+123
2012-10-06radeon: don't force stencil tile split to 0Marek Olšák1-2/+0
2012-10-03radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák1-1/+1
2012-09-17libdrm: man page infrastructure and a few sample man pagesJesse Barnes6-1/+183
2012-09-14intel: Mark bo's exported to prime as not reusableKristian Høgsberg1-1/+8
2012-09-13intel: add support for ValleyViewJesse Barnes1-1/+6
2012-09-08libkms: link against libdrmMarcin Slusarz1-1/+1
2012-09-06radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer1-3/+8
2012-09-06radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer1-3/+10
2012-09-05radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer1-1/+123