summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the version for releaselibdrm-2.4.492.4.49baserock/libdrm-2.4.49Marek Olšák2013-11-231-1/+1
* radeon: handle P16 pipe configs for HawaiiMarek Olšák2013-11-231-0/+6
* radeon: don't overallocate stencil by 4 on SI and CIKMichel Dänzer2013-11-231-2/+3
* radeon: implement 2D tiling for CIKMarek Olšák2013-11-233-13/+624
* radeon: fix mipmap level 0 and 1 alignment for SI and CIKMichel Dänzer2013-11-231-10/+12
* intel: Use memset instead of VG_CLEARIan Romanick2013-11-201-1/+1
* libdrm/mode: Update the encoder and connector definesThomas Hellstrom2013-11-191-0/+5
* libdrm: bump to 2.4.48libdrm-2.4.482.4.48Ian Romanick2013-11-151-1/+1
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-153-0/+58
* radeon: add hawaii pci idsAlex Deucher2013-11-131-0/+13
* radeon: add hawaii chip familyAlex Deucher2013-11-131-0/+1
* Revert "intel: Add support for GPU reset status query ioctl"Dave Airlie2013-11-083-56/+0
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-073-0/+56
* intel/bdw: Update MI_BATCH_BUFFER_START for aub dumpsDamien Lespiau2013-11-071-2/+8
* intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.Kenneth Graunke2013-11-071-3/+9
* intel/bdw: Add gen8 to the decode initDamien Lespiau2013-11-071-1/+3
* intel/bdw: Handle gen8 bufmgr_initBen Widawsky2013-11-071-0/+2
* intel/bdw: Add broadwell chipset IDsBen Widawsky2013-11-071-1/+21
* nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8Maarten Lankhorst2013-11-071-1/+2
* Add DRM_MODE_PAGE_FLIP_ASYNC defineKeith Packard2013-11-062-1/+3
* intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* 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