summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08modetest: Add internal strchrnul implementationandroidBenjamin Gaignard
2012-11-01modetest: Add support for Android build systemBenjamin Gaignard
2012-11-01libdrm: Add support for Android build systemLaurent Pinchart
2012-11-01kms: Allow compiling libkms with Intel supportLaurent Pinchart
2012-11-01kms: Make libkms.h usable in C++Laurent Pinchart
2012-11-01kms: Return a negative error code in kms_bo_create()Laurent Pinchart
2012-10-26radeon: fix tile_split of 128-bit surface formats with 8x MSAAMarek Olšák
2012-10-24radeon: fix unused-function warningAndreas Boll
2012-10-16radeon: add some new SI pci idsAlex Deucher
2012-10-14initialize width/height fields in drmModeCrtcRob Clark
2012-10-09update gitignoreRob Clark
2012-10-09omap: release lock also on error pathsVincent Penquerc'h
2012-10-08configure.ac: Allow forcible disabling of Cairo supportDaniel Stone
2012-10-07intel: Silence a trivial compiler warningChris Wilson
2012-10-07intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson
2012-10-07intel: Fix "properly test for HAS_LLC"Chris Wilson
2012-10-06radeon: fix stencil miptree allocation of combined ZS buffers on EG and SIMarek Olšák
2012-10-06radeon: don't force stencil tile split to 0Marek Olšák
2012-10-03radeon: don't take the stencil-specific codepath for buffers without stencilMarek Olšák
2012-09-17libdrm: man page infrastructure and a few sample man pagesJesse Barnes
2012-09-14intel: Mark bo's exported to prime as not reusableKristian Høgsberg
2012-09-13intel: add support for ValleyViewJesse Barnes
2012-09-08libkms: link against libdrmMarcin Slusarz
2012-09-06radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI.Michel Dänzer
2012-09-06radeon: Memory footprint of SI mipmap base level is padded to powers of two.Michel Dänzer
2012-09-05radeon: Fix layout of linear aligned mipmaps on SI.Michel Dänzer
2012-09-01intel: properly test for HAS_LLCDaniel Vetter
2012-08-24vmwgfx: No longer experimentalJakob Bornecrantz
2012-08-24configure: bump version for 2.4.39 releaseMarek Olšák
2012-08-24radeon: align r600 msaa buffers to a multiple of macrotile size * num samplesMarek Olšák
2012-08-24radeon: fix allocation of MSAA surfaces on r600-r700Marek Olšák
2012-08-23omap: include omap_drm.h independentlyVíctor Manuel Jáquez Leal
2012-08-14radeon: add prime import/export supportDave Airlie
2012-08-12intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke
2012-08-12tests/modetest: Add a forgotten return, needed for opensuse buildserviceTobias Klausmann
2012-08-11configure: bump version for 2.4.38 releaseMarek Olšák
2012-08-11tests/modetest: fix distcheckMarek Olšák
2012-08-10intel: Add a function for the new register read ioctl.Eric Anholt
2012-08-10intel: Import updated i915_drm.h.Eric Anholt
2012-08-10Drop "-Wunsafe-loop-optimizations".Eric Anholt
2012-08-09radeon: tweak TILE_SPLIT for MSAA surfacesMarek Olšák
2012-08-09radeon: force 2D tiling for MSAA surfacesMarek Olšák
2012-08-09radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EGMarek Olšák
2012-08-09radeon: simplify ZS buffer checking on r600Marek Olšák
2012-08-08intel: add more Haswell PCI IDsPaulo Zanoni
2012-08-08intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson
2012-08-06radeon: add some new SI pci idsAlex Deucher
2012-08-06radeon: add some missing evergreen pci idsAlex Deucher
2012-08-02intel: Quiet valgrind warnings in context creation.Eric Anholt
2012-08-02intel: Remove two unused variablesDamien Lespiau