summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-29radeon: fix pitch alignment for non-power-of-two mipmaps on SIMarek Olšák1-3/+11
2013-09-24configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSEEmil Velikov1-1/+1
2013-09-22libdrm: Make some drm headers compatible with gcc -std=c89 -pedanticDaniel Kurtz2-4/+4
2013-09-18radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIKMichel Dänzer2-3/+14
2013-09-11freedreno: add missing NOSYNC flagRob Clark1-2/+2
2013-09-11modetest: allow setting a scaling factor when showing planeIlia Mirkin1-5/+15
2013-09-11modetest: add a -D option to specify a device to be usedIlia Mirkin1-4/+10
2013-09-06radeon: pad CS to 8 DWAlex Deucher1-0/+3
2013-09-06radeon: add berlin pci idsAlex Deucher1-0/+22
2013-08-30intel: Update package name and description in libdrm_intel.pcEmil Velikov1-2/+2
2013-08-30freedreno: set automake options to include subdir-objectsEmil Velikov1-0/+2
2013-08-30freedreno: use local drm.h over the system oneEmil Velikov2-2/+2
2013-08-30tests/modetest: silence compiler warning about uninitialised variablesEmil Velikov1-3/+3
2013-08-30tests/*version: add missing string.h headerEmil Velikov2-0/+2
2013-08-30tests: add msmRob Clark2-2/+2
2013-08-28freedreno: add support for msm drmRob Clark9-1/+951
2013-08-28freedreno: support either kgsl or msmRob Clark15-603/+1103
2013-08-05modetest: Allocate NV buffers large enough for the two planesLaurent Pinchart1-1/+18
2013-08-05modetest: Fix line stride in SMPTE YUV packet pattern generatorLaurent Pinchart1-6/+6
2013-08-05modetest: Try all possible encoders for a connectorLaurent Pinchart1-10/+25
2013-08-05modetest: Support pipes with multiple connectorsLaurent Pinchart1-54/+157
2013-08-05modetest: Rename struct connector_arg to struct pipe_argLaurent Pinchart1-77/+85
2013-08-05modetest: Split mode setting and plane setupLaurent Pinchart1-32/+72
2013-08-05modetest: Give the CRTC ID to the -P optionLaurent Pinchart1-15/+17
2013-08-05modetest: Store the mode in the crtc structureLaurent Pinchart1-2/+8
2013-08-05modetest: Store the crtc in the connector_arg structureLaurent Pinchart1-21/+37
2013-08-05modetest: Remove the struct connector_arg encoder fieldLaurent Pinchart1-5/+5
2013-08-05modetest: Compute CRTC pipe number as neededLaurent Pinchart1-12/+17
2013-08-05modetest: Create a device structureLaurent Pinchart1-98/+103
2013-08-05modetest: Remove the -m argumentLaurent Pinchart1-7/+3
2013-08-05modetest: Print the plane ID when setting up a planeLaurent Pinchart1-4/+4
2013-08-05modetest: Allow specifying plane positionLaurent Pinchart1-15/+52
2013-08-05modetest: Add a command line parameter to set propertiesLaurent Pinchart1-2/+106
2013-08-05modetest: Don't limit mode set and planes to two instancesLaurent Pinchart1-2/+18
2013-08-05modetest: Retrieve all resources in one goLaurent Pinchart1-147/+261
2013-08-05modetest: Add a command line parameter to drop master after mode setLaurent Pinchart1-2/+9
2013-08-05modetest: Add a command line parameter to select the driverLaurent Pinchart1-15/+35
2013-08-05modetest: Sort command line argumentsLaurent Pinchart1-22/+27
2013-08-05modetest: Remove extern declarations of opt(arg|ind|err|opt)Laurent Pinchart1-2/+0
2013-08-05modetest: Fix warningsLaurent Pinchart4-31/+35
2013-08-01tests: add tilcdc to modetest/vbltestRob Clark2-2/+2
2013-07-16intel: silence valgrind warnings for unsynchronized mapsChia-I Wu1-0/+7
2013-07-04libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONICImre Deak1-0/+1
2013-07-02libdrm: bump to 2.4.46Dave Airlie1-1/+1
2013-07-02drm: add hotspot cursor interface support.Dave Airlie4-0/+30
2013-06-28radeon: add kabini pci idsAlex Deucher1-0/+17
2013-06-28radeon: add Bonaire pci idsAlex Deucher1-0/+9
2013-06-28radeon: add CIK chip familiesAlex Deucher1-0/+3
2013-06-10intel/aub: Implement a way to specify the output .aub filenameDamien Lespiau2-1/+28
2013-06-10intel/aub: Return early if we disable aub dumpsDamien Lespiau1-0/+1