summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-01intel: properly test for HAS_LLCDaniel Vetter1-1/+1
2012-08-24vmwgfx: No longer experimentalJakob Bornecrantz1-4/+4
2012-08-24configure: bump version for 2.4.39 releaseMarek Olšák1-1/+1
2012-08-24radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák1-1/+1
2012-08-24radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák1-1/+1
2012-08-23omap: include omap_drm.h independentlyVíctor Manuel Jáquez Leal1-1/+2
2012-08-14radeon: add prime import/export supportDave Airlie3-2/+52
2012-08-12intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke1-0/+2
2012-08-12tests/modetest: Add a forgotten return, needed for opensuse buildserviceTobias Klausmann1-0/+1
2012-08-11configure: bump version for 2.4.38 releaseMarek Olšák1-1/+1
2012-08-11tests/modetest: fix distcheckMarek Olšák1-1/+2
2012-08-10intel: Add a function for the new register read ioctl.Eric Anholt2-0/+21
2012-08-10intel: Import updated i915_drm.h.Eric Anholt1-1/+32
2012-08-10Drop "-Wunsafe-loop-optimizations".Eric Anholt1-1/+1
2012-08-09radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák1-6/+31