aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* initialize width/height fields in drmModeCrtcRob Clark2012-10-141-1/+4
* update gitignoreRob Clark2012-10-091-0/+4
* omap: release lock also on error pathsVincent Penquerc'h2012-10-091-0/+2
* configure.ac: Allow forcible disabling of Cairo supportDaniel Stone2012-10-082-7/+22
* intel: Silence a trivial compiler warningChris Wilson2012-10-071-1/+0
* intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson2012-10-071-1/+1
* intel: Fix "properly test for HAS_LLC"Chris Wilson2012-10-071-1/+1
* radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák2012-10-052-76/+123
* radeon: don't force stencil tile split to 0Marek Olšák2012-10-051-2/+0
* radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák2012-10-031-1/+1
* libdrm: man page infrastructure and a few sample man pagesJesse Barnes2012-09-176-1/+183
* intel: Mark bo's exported to prime as not reusableKristian Høgsberg2012-09-141-1/+8
* intel: add support for ValleyViewJesse Barnes2012-09-131-1/+6
* libkms: link against libdrmMarcin Slusarz2012-09-071-1/+1
* radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer2012-09-061-3/+8
* radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer2012-09-061-3/+10
* radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer2012-09-051-1/+123
* intel: properly test for HAS_LLCDaniel Vetter2012-09-011-1/+1
* vmwgfx: No longer experimentalJakob Bornecrantz2012-08-241-4/+4
* configure: bump version for 2.4.39 releaseMarek Olšák2012-08-241-1/+1
* radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák2012-08-241-1/+1
* radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák2012-08-241-1/+1
* omap: include omap_drm.h independentlyVíctor Manuel Jáquez Leal2012-08-231-1/+2
* radeon: add prime import/export supportDave Airlie2012-08-133-2/+52
* intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke2012-08-121-0/+2
* tests/modetest: Add a forgotten return, needed for opensuse buildserviceTobias Klausmann2012-08-111-0/+1
* configure: bump version for 2.4.38 releaseMarek Olšák2012-08-111-1/+1
* tests/modetest: fix distcheckMarek Olšák2012-08-111-1/+2
* intel: Add a function for the new register read ioctl.Eric Anholt2012-08-102-0/+21
* intel: Import updated i915_drm.h.Eric Anholt2012-08-101-1/+32
* Drop "-Wunsafe-loop-optimizations".Eric Anholt2012-08-101-1/+1
* radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák2012-08-091-6/+31
* radeon: force 2D tiling for MSAA surfacesMarek Olšák2012-08-091-2/+22
* radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák2012-08-091-15/+8
* radeon: simplify ZS buffer checking on r600Marek Olšák2012-08-091-8/+1
* intel: add more Haswell PCI IDsPaulo Zanoni2012-08-081-3/+65
* intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson2012-08-081-3/+5
* radeon: add some new SI pci idsAlex Deucher2012-08-061-0/+3
* radeon: add some missing evergreen pci idsAlex Deucher2012-08-061-0/+3
* intel: Quiet valgrind warnings in context creation.Eric Anholt2012-08-021-0/+1
* intel: Remove two unused variablesDamien Lespiau2012-08-021-2/+1
* modetest: fix uninitialized fourccRob Clark2012-07-231-5/+5
* modeset: Split buffer allocation to a separate fileLaurent Pinchart2012-07-204-987/+1068
* modetest: Make frame buffer format configurable on the command lineLaurent Pinchart2012-07-201-16/+44
* modetest: Move connector and plane parsing to separate functionsLaurent Pinchart2012-07-201-27/+36
* modetest: Add test pattern support for missing RGB formatsLaurent Pinchart2012-07-201-23/+145
* modetest: Add test pattern support for missing planar YUV formatsLaurent Pinchart2012-07-201-18/+28
* modetest: Add test pattern support for missing packed YUV formatsLaurent Pinchart2012-07-201-13/+40
* modetest: Add SMPTE test patternLaurent Pinchart2012-07-201-102/+627
* modetest: Unify buffer allocationLaurent Pinchart2012-07-201-191/+192