summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libdrm: bump to 2.4.47libdrm-2.4.472.4.47Ben Widawsky2013-10-111-1/+1
* intel: Set bo size from lseek if kernel supports itKristian Høgsberg2013-10-101-1/+11
* drm: Introduce a drmSetClientCap() wrapperDamien Lespiau2013-09-302-0/+9
* drm: Sync the DRM_SET_CLIENT_CAP ioctl definitionDamien Lespiau2013-09-301-0/+16
* drm: Synchronize the stereo 3D mode flags from the kernel headersDamien Lespiau2013-09-302-28/+49
* radeon: fix pitch alignment for non-power-of-two mipmaps on SIMarek Olšák2013-09-291-3/+11
* configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSEEmil Velikov2013-09-241-1/+1
* libdrm: Make some drm headers compatible with gcc -std=c89 -pedanticDaniel Kurtz2013-09-222-4/+4
* radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIKMichel Dänzer2013-09-182-3/+14
* freedreno: add missing NOSYNC flagRob Clark2013-09-111-2/+2
* modetest: allow setting a scaling factor when showing planeIlia Mirkin2013-09-111-5/+15
* modetest: add a -D option to specify a device to be usedIlia Mirkin2013-09-111-4/+10
* radeon: pad CS to 8 DWAlex Deucher2013-09-061-0/+3
* radeon: add berlin pci idsAlex Deucher2013-09-061-0/+22
* intel: Update package name and description in libdrm_intel.pcEmil Velikov2013-08-301-2/+2
* freedreno: set automake options to include subdir-objectsEmil Velikov2013-08-301-0/+2
* freedreno: use local drm.h over the system oneEmil Velikov2013-08-302-2/+2
* tests/modetest: silence compiler warning about uninitialised variablesEmil Velikov2013-08-301-3/+3
* tests/*version: add missing string.h headerEmil Velikov2013-08-302-0/+2
* tests: add msmRob Clark2013-08-302-2/+2
* freedreno: add support for msm drmRob Clark2013-08-289-1/+951
* freedreno: support either kgsl or msmRob Clark2013-08-2815-603/+1103
* modetest: Allocate NV buffers large enough for the two planesLaurent Pinchart2013-08-051-1/+18
* modetest: Fix line stride in SMPTE YUV packet pattern generatorLaurent Pinchart2013-08-051-6/+6
* modetest: Try all possible encoders for a connectorLaurent Pinchart2013-08-051-10/+25
* modetest: Support pipes with multiple connectorsLaurent Pinchart2013-08-051-54/+157
* modetest: Rename struct connector_arg to struct pipe_argLaurent Pinchart2013-08-051-77/+85
* modetest: Split mode setting and plane setupLaurent Pinchart2013-08-051-32/+72
* modetest: Give the CRTC ID to the -P optionLaurent Pinchart2013-08-051-15/+17
* modetest: Store the mode in the crtc structureLaurent Pinchart2013-08-051-2/+8
* modetest: Store the crtc in the connector_arg structureLaurent Pinchart2013-08-051-21/+37
* modetest: Remove the struct connector_arg encoder fieldLaurent Pinchart2013-08-051-5/+5
* modetest: Compute CRTC pipe number as neededLaurent Pinchart2013-08-051-12/+17
* modetest: Create a device structureLaurent Pinchart2013-08-051-98/+103
* modetest: Remove the -m argumentLaurent Pinchart2013-08-051-7/+3
* modetest: Print the plane ID when setting up a planeLaurent Pinchart2013-08-051-4/+4
* modetest: Allow specifying plane positionLaurent Pinchart2013-08-051-15/+52
* modetest: Add a command line parameter to set propertiesLaurent Pinchart2013-08-051-2/+106
* modetest: Don't limit mode set and planes to two instancesLaurent Pinchart2013-08-051-2/+18
* modetest: Retrieve all resources in one goLaurent Pinchart2013-08-051-147/+261
* modetest: Add a command line parameter to drop master after mode setLaurent Pinchart2013-08-051-2/+9
* modetest: Add a command line parameter to select the driverLaurent Pinchart2013-08-051-15/+35
* modetest: Sort command line argumentsLaurent Pinchart2013-08-051-22/+27
* modetest: Remove extern declarations of opt(arg|ind|err|opt)Laurent Pinchart2013-08-051-2/+0
* modetest: Fix warningsLaurent Pinchart2013-08-054-31/+35
* tests: add tilcdc to modetest/vbltestRob Clark2013-08-012-2/+2
* intel: silence valgrind warnings for unsynchronized mapsChia-I Wu2013-07-161-0/+7
* libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONICImre Deak2013-07-041-0/+1
* libdrm: bump to 2.4.46libdrm-2.4.462.4.46baserock/morph_2.4.46Dave Airlie2013-07-021-1/+1
* drm: add hotspot cursor interface support.Dave Airlie2013-07-024-0/+30