summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Sync the mode flags for the stereo 3D formatsstereo-3dDamien Lespiau2-28/+42
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
2012-08-09radeon: force 2D tiling for MSAA surfacesMarek Olšák1-2/+22
2012-08-09radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák1-15/+8
2012-08-09radeon: simplify ZS buffer checking on r600Marek Olšák1-8/+1
2012-08-08intel: add more Haswell PCI IDsPaulo Zanoni1-3/+65
2012-08-08intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson1-3/+5
2012-08-06radeon: add some new SI pci idsAlex Deucher1-0/+3
2012-08-06radeon: add some missing evergreen pci idsAlex Deucher1-0/+3
2012-08-02intel: Quiet valgrind warnings in context creation.Eric Anholt1-0/+1
2012-08-02intel: Remove two unused variablesDamien Lespiau1-2/+1
2012-07-23modetest: fix uninitialized fourccRob Clark1-5/+5
2012-07-20modeset: Split buffer allocation to a separate fileLaurent Pinchart4-987/+1068
2012-07-20modetest: Make frame buffer format configurable on the command lineLaurent Pinchart1-16/+44
2012-07-20modetest: Move connector and plane parsing to separate functionsLaurent Pinchart1-27/+36
2012-07-20modetest: Add test pattern support for missing RGB formatsLaurent Pinchart1-23/+145
2012-07-20modetest: Add test pattern support for missing planar YUV formatsLaurent Pinchart1-18/+28
2012-07-20modetest: Add test pattern support for missing packed YUV formatsLaurent Pinchart1-13/+40
2012-07-20modetest: Add SMPTE test patternLaurent Pinchart1-102/+627
2012-07-20modetest: Unify buffer allocationLaurent Pinchart1-191/+192