| Commit message (Expand) | Author | Age | Files | Lines |
* | ilo: move intel_winsys.h to core | Chia-I Wu | 2015-05-02 | 1 | -1/+1 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -2/+1 |
* | ilo: add more convenient intel_bo_{ref,unref}() | Chia-I Wu | 2015-03-06 | 1 | -5/+9 |
* | ilo: add intel_bo_set_tiling() | Chia-I Wu | 2015-03-06 | 1 | -39/+33 |
* | ilo: add some more winsys functions | Chia-I Wu | 2015-03-04 | 1 | -1/+37 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -2/+0 |
* | ilo: fix intel_bo_wait() on kernel 3.17 | Chia-I Wu | 2014-11-06 | 1 | -1/+7 |
* | winsys/intel: drop intel_winsys.h from makefile.sources | Emil Velikov | 2014-09-05 | 1 | -2/+1 |
* | winsys/$(hw): ship the Android/SCons scripts in the tarball | Emil Velikov | 2014-08-28 | 1 | -0/+2 |
* | winsys/$(hw): include headers in Makefile.sources | Emil Velikov | 2014-08-28 | 1 | -1/+3 |
* | gallium/ilo: cleanup intel_winsys.h | Emil Velikov | 2014-08-28 | 4 | -315/+11 |
* | ilo: rename intel_bo_map_unsynchronized() | Chia-I Wu | 2014-08-26 | 2 | -4/+3 |
* | ilo: remove max_batch_size | Chia-I Wu | 2014-08-26 | 2 | -6/+3 |
* | ilo: replace domains by reloc flags | Chia-I Wu | 2014-08-26 | 2 | -32/+43 |
* | ilo: fold drm_intel_get_aperture_sizes() within probe_winsys() | Emil Velikov | 2014-08-19 | 2 | -13/+10 |
* | gallium/ilo: handle query_renderer caps | Emil Velikov | 2014-08-15 | 2 | -0/+13 |
* | android: gallium: use the installed libdrm headers | Emil Velikov | 2014-08-13 | 1 | -4/+1 |
* | ilo: move away from drm_intel_bo_alloc_tiled | Chia-I Wu | 2014-07-15 | 2 | -54/+59 |
* | ilo: destroy the mutex, if winsys creation fails | Emil Velikov | 2014-05-10 | 1 | -0/+1 |
* | ilo: do not set I915_EXEC_NO_RELOC | Chia-I Wu | 2014-03-10 | 1 | -11/+1 |
* | ilo: print a warning when PPGTT is disabled | Chia-I Wu | 2014-03-10 | 2 | -0/+4 |
* | ilo: require hardware logical context support | Chia-I Wu | 2014-03-10 | 2 | -2/+20 |
* | ilo: protect the decode context with a mutex | Chia-I Wu | 2014-03-10 | 1 | -7/+20 |
* | ilo: set I915_EXEC_NO_RELOC when available | Chia-I Wu | 2014-03-10 | 2 | -3/+15 |
* | ilo: move ring types to winsys | Chia-I Wu | 2014-03-10 | 2 | -15/+19 |
* | ilo: winsys may limit the batch buffer size | Chia-I Wu | 2014-03-10 | 2 | -0/+3 |
* | ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported | Chia-I Wu | 2014-03-10 | 2 | -0/+15 |
* | ilo: rework winsys batch buffer functions | Chia-I Wu | 2014-03-10 | 2 | -38/+47 |
* | ilo: replace bo alloc flags by initial domains | Chia-I Wu | 2014-03-10 | 2 | -13/+12 |
* | ilo: remove intel_bo_get_size() | Chia-I Wu | 2014-03-10 | 2 | -13/+0 |
* | ilo: remove intel_bo_get_virtual() | Chia-I Wu | 2014-03-10 | 2 | -24/+36 |
* | ilo: rework winsys bo reloc functions | Chia-I Wu | 2014-03-10 | 2 | -26/+22 |
* | ilo: add a wrapper to cast struct intel_bo | Chia-I Wu | 2014-03-10 | 1 | -23/+28 |
* | ilo: fix DRM_API_HANDLE_TYPE_FD export | Chia-I Wu | 2014-03-10 | 1 | -2/+0 |
* | ilo: improve winsys documentation/comments | Chia-I Wu | 2014-03-10 | 2 | -15/+107 |
* | ilo: remove intel_winsys_enable_reuse() | Chia-I Wu | 2014-03-10 | 2 | -11/+3 |
* | ilo: Support DRI Image 7 | Christopher James Halse Rogers | 2013-12-10 | 1 | -2/+0 |
* | gallium/winsys: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -3/+2 |
* | winsys/intel: build with VISIBILITY_CFLAGS | Chia-I Wu | 2013-07-11 | 1 | -1/+2 |
* | winsys/intel: fix typo in "ETIMEOUT" | Jean-Sébastien Pédron | 2013-06-26 | 1 | -1/+1 |
* | winsys/intel: make struct intel_bo alias drm_intel_bo | Chia-I Wu | 2013-06-12 | 1 | -122/+50 |
* | winsys/intel: reorganize functions | Chia-I Wu | 2013-06-12 | 1 | -249/+249 |
* | ilo: update winsys interface | Chia-I Wu | 2013-06-12 | 2 | -56/+52 |
* | ilo: get rid of function tables in winsys | Chia-I Wu | 2013-06-12 | 4 | -560/+464 |
* | winsys/intel: test for and expose address swizzling | Chia-I Wu | 2013-05-16 | 2 | -0/+23 |
* | android: add ilo to the build system | Chia-I Wu | 2013-05-06 | 1 | -0/+40 |
* | winsys/intel: new winsys for intel | Chia-I Wu | 2013-04-26 | 5 | -0/+946 |