summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/intel
AgeCommit message (Expand)AuthorFilesLines
2014-08-28winsys/$(hw): include headers in Makefile.sourcesEmil Velikov1-1/+3
2014-08-28gallium/ilo: cleanup intel_winsys.hEmil Velikov4-315/+11
2014-08-26ilo: rename intel_bo_map_unsynchronized()Chia-I Wu2-4/+3
2014-08-26ilo: remove max_batch_sizeChia-I Wu2-6/+3
2014-08-26ilo: replace domains by reloc flagsChia-I Wu2-32/+43
2014-08-19ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2-13/+10
2014-08-15gallium/ilo: handle query_renderer capsEmil Velikov2-0/+13
2014-08-13android: gallium: use the installed libdrm headersEmil Velikov1-4/+1
2014-07-15ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu2-54/+59
2014-05-10ilo: destroy the mutex, if winsys creation failsEmil Velikov1-0/+1
2014-03-10ilo: do not set I915_EXEC_NO_RELOCChia-I Wu1-11/+1
2014-03-10ilo: print a warning when PPGTT is disabledChia-I Wu2-0/+4
2014-03-10ilo: require hardware logical context supportChia-I Wu2-2/+20
2014-03-10ilo: protect the decode context with a mutexChia-I Wu1-7/+20
2014-03-10ilo: set I915_EXEC_NO_RELOC when availableChia-I Wu2-3/+15
2014-03-10ilo: move ring types to winsysChia-I Wu2-15/+19
2014-03-10ilo: winsys may limit the batch buffer sizeChia-I Wu2-0/+3
2014-03-10ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supportedChia-I Wu2-0/+15
2014-03-10ilo: rework winsys batch buffer functionsChia-I Wu2-38/+47
2014-03-10ilo: replace bo alloc flags by initial domainsChia-I Wu2-13/+12
2014-03-10ilo: remove intel_bo_get_size()Chia-I Wu2-13/+0
2014-03-10ilo: remove intel_bo_get_virtual()Chia-I Wu2-24/+36
2014-03-10ilo: rework winsys bo reloc functionsChia-I Wu2-26/+22
2014-03-10ilo: add a wrapper to cast struct intel_boChia-I Wu1-23/+28
2014-03-10ilo: fix DRM_API_HANDLE_TYPE_FD exportChia-I Wu1-2/+0
2014-03-10ilo: improve winsys documentation/commentsChia-I Wu2-15/+107
2014-03-10ilo: remove intel_winsys_enable_reuse()Chia-I Wu2-11/+3
2013-12-10ilo: Support DRI Image 7Christopher James Halse Rogers1-2/+0
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov1-3/+2
2013-07-11winsys/intel: build with VISIBILITY_CFLAGSChia-I Wu1-1/+2
2013-06-26winsys/intel: fix typo in "ETIMEOUT"Jean-Sébastien Pédron1-1/+1
2013-06-12winsys/intel: make struct intel_bo alias drm_intel_boChia-I Wu1-122/+50
2013-06-12winsys/intel: reorganize functionsChia-I Wu1-249/+249
2013-06-12ilo: update winsys interfaceChia-I Wu2-56/+52
2013-06-12ilo: get rid of function tables in winsysChia-I Wu4-560/+464
2013-05-16winsys/intel: test for and expose address swizzlingChia-I Wu2-0/+23
2013-05-06android: add ilo to the build systemChia-I Wu1-0/+40
2013-04-26winsys/intel: new winsys for intelChia-I Wu5-0/+946