aboutsummaryrefslogtreecommitdiffstats
path: root/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Drop aub dumping functionalityKristian Høgsberg Kristensen2015-08-031-370/+5
* Consistently check the fd valueEmil Velikov2015-07-161-1/+1
* Set alignment value in drm_intel_add_validate_buffer()Anuj Phogat2015-07-061-2/+2
* i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_int...Anuj Phogat2015-07-061-14/+21
* intel: Add the Broxton PCI IDsDamien Lespiau2015-05-181-1/+10
* intel: Leak the userptr test boTvrtko Ursulin2015-04-291-11/+28
* drm: use c99 __func__ over __FUNCTION__Emil Velikov2015-04-281-12/+7
* configure: request/set the compiler in C99 modeEmil Velikov2015-04-281-2/+0
* drm: remove drm_public macroEmil Velikov2015-04-284-71/+71
* drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov2015-04-281-1/+0
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-287-7/+7
* intel: add symbols testEmil Velikov2015-04-282-2/+92
* intel: annotate the private symbolsEmil Velikov2015-04-282-12/+24
* intel: remove unused mmFindBlockEmil Velikov2015-04-282-19/+0
* intel: remove the drm_mm* symbol workaroundsEmil Velikov2015-04-281-10/+0
* intel: Delay testing for userptr until first useChris Wilson2015-04-141-50/+66
* android: remove explicit include to libpciaccessEmil Velikov2015-03-261-3/+0
* autotools: remove ${srcdir} from the includesEmil Velikov2015-03-201-1/+0
* android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov2015-03-201-3/+0
* android: remove ${srcdir} from the includesEmil Velikov2015-03-201-1/+0
* android: simplify LOCAL_C_INCLUDESEmil Velikov2015-03-201-2/+0
* android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRSEmil Velikov2015-03-201-2/+1
* intel: Export total subslice and EU countsJeff McGee2015-03-182-0/+34
* Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"Daniel Vetter2015-03-061-7/+8
* intel: Fix documentation for drm_intel_gem_bo_wait()Kristian Høgsberg2015-03-021-5/+7
* android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIESChih-Wei Huang2015-02-231-2/+0
* intel: Unconditionally clear ioctl structsDaniel Vetter2015-02-111-34/+34
* intel: Only define variable when it's used.Thomas Klausner2015-01-261-1/+4
* intel: Fix GTT entry setup for aub dumpZhenyu Wang2015-01-161-1/+2
* intel: Avoid overcounting fences when emitting self-referential relocsChris Wilson2014-11-211-6/+9
* intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0Thomas Meyer2014-11-201-3/+4
* intel/skl: add gen9 to the CS decoding initDamien Lespiau2014-09-301-1/+3
* intel/skl: Add gen9 to the buffer manager initDamien Lespiau2014-09-301-0/+2
* intel/skl: Add SKL PCI idsDamien Lespiau2014-09-301-1/+42
* intel: use drm_mmap/drm_munmap wrappersEmil Velikov2014-09-282-10/+9
* automake: pick up all files for distribution.Emil Velikov2014-09-281-1/+2
* intel: Don't leak the test page in an has_userptr() error pathDamien Lespiau2014-09-191-3/+2
* intel: Adding locks for drm objects synchronization.Rafal Sapala2014-09-191-4/+24
* intel: Add support for userptr objectsTvrtko Ursulin2014-09-174-1/+193
* intel: make drm_intel_gem_bo_get_reloc_count() thread safeLionel Landwerlin2014-09-151-0/+7
* intel: make bo_unreference() thread safeLionel Landwerlin2014-09-151-3/+8
* intel: make bufmgr_gem shareable from different APILionel Landwerlin2014-09-151-5/+58
* libdrm,intel: rework android header handlingEmil Velikov2014-09-011-1/+6
* libdrm,intel: Add Android buildEmil Velikov2014-09-011-0/+50
* libdrm, freedreno, intel, nouveau, radeon: add Makefile.sourcesEmil Velikov2014-09-012-12/+18
* all: include config.h only when available and use its definesEmil Velikov2014-09-011-2/+3
* intel: Use symbol visibility.Maarten Lankhorst2014-08-045-83/+114
* intel/chv: Add Cherryview PCI IDsVille Syrjälä2014-04-291-1/+11
* intel: Fix some format stringsThierry Reding2014-04-171-10/+10
* Mark functions printf-like where possibleThierry Reding2014-04-171-5/+2