| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: Update the XML and headers to 1.1.113 | Jason Ekstrand | 2019-07-02 | 2 | -12/+102 |
* | spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup | Caio Marcelo de Oliveira Filho | 2019-07-02 | 1 | -4/+6 |
* | nouveau: handle new CAPS | Karol Herbst | 2019-07-02 | 2 | -0/+26 |
* | intel/fs: Use nir_lower_interpolation on gen11+ | Jason Ekstrand | 2019-07-02 | 4 | -48/+3 |
* | intel/fs: Implement nir_intrinsic_load_fs_input_interp_deltas | Jason Ekstrand | 2019-07-02 | 2 | -1/+14 |
* | intel/fs: Actually implement the load_barycentric intrinsics | Jason Ekstrand | 2019-07-02 | 2 | -12/+93 |
* | nir: add pass to lower load_interpolated_input | Rob Clark | 2019-07-02 | 6 | -0/+193 |
* | panfrost: Pass referenced BOs to the SUBMIT ioctls | Boris Brezillon | 2019-07-02 | 1 | -19/+27 |
* | panfrost: Make SLAB pool creation rely on BO helpers | Boris Brezillon | 2019-07-02 | 7 | -110/+56 |
* | panfrost: Add the panfrost_drm_{create,release}_bo() helpers | Boris Brezillon | 2019-07-02 | 3 | -29/+70 |
* | panfrost: Move the mmap BO logic out of panfrost_drm_import_bo() | Boris Brezillon | 2019-07-02 | 1 | -21/+30 |
* | panfrost: Avoid passing winsys handles to import/export BO funcs | Boris Brezillon | 2019-07-02 | 3 | -19/+20 |
* | panfrost: Move BO meta-data out of panfrost_bo | Boris Brezillon | 2019-07-02 | 6 | -94/+98 |
* | panfrost: Stop exposing internal panfrost_drm_*() functions | Boris Brezillon | 2019-07-02 | 2 | -7/+2 |
* | panfrost: Get rid of the "free imported BO" logic | Boris Brezillon | 2019-07-02 | 4 | -37/+8 |
* | panfrost: Get rid of the panfrost_driver abstraction leftovers | Boris Brezillon | 2019-07-02 | 3 | -35/+0 |
* | panfrost: Move scanout res creation out of panfrost_resource_create() | Boris Brezillon | 2019-07-02 | 1 | -32/+41 |
* | panfrost: Add the sampled texture BO to the job | Boris Brezillon | 2019-07-02 | 1 | -0/+4 |
* | radv: enable DCC for layers on GFX8 | Samuel Pitoiset | 2019-07-02 | 1 | -9/+23 |
* | radv: do not enable DCC for mipmapped arrays because performance is worse | Samuel Pitoiset | 2019-07-02 | 1 | -0/+4 |
* | radv: implement clearing DCC layers on GFX8 | Samuel Pitoiset | 2019-07-02 | 2 | -4/+7 |
* | radv: merge radv_dcc_clear_level() into radv_clear_dcc() | Samuel Pitoiset | 2019-07-02 | 1 | -30/+22 |
* | radv: add support for decompressing DCC layers with compute | Samuel Pitoiset | 2019-07-02 | 1 | -51/+53 |
* | ac: compute the DCC fast clear size per slice on GFX8 | Samuel Pitoiset | 2019-07-02 | 2 | -0/+28 |
* | ac: compute the size of one DCC slice on GFX8 | Samuel Pitoiset | 2019-07-02 | 2 | -0/+7 |
* | iris: Defer closing and freeing VMA until buffers are idle. | Kenneth Graunke | 2019-07-02 | 1 | -10/+51 |
* | iris: Add an explicit alignment parameter to iris_bo_alloc_tiled(). | Kenneth Graunke | 2019-07-02 | 3 | -12/+19 |
* | v3d: do not flush jobs that are synced with 'Wait for transform feedback' | Iago Toral Quiroga | 2019-07-02 | 5 | -20/+61 |
* | v3d: emit 'Wait for transform feedback' commands when needed | Iago Toral Quiroga | 2019-07-02 | 1 | -0/+120 |
* | v3d: keep track of resources written by transform feedback | Iago Toral Quiroga | 2019-07-02 | 3 | -2/+15 |
* | st/dri: fix typo in format table for GR1616 format | Mike Blumenkrantz | 2019-07-01 | 1 | -1/+1 |
* | st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsys | Mike Blumenkrantz | 2019-07-01 | 1 | -4/+5 |
* | mesa/st: simplify format usage in st_bind_egl_image | Mike Blumenkrantz | 2019-07-01 | 1 | -15/+13 |
* | iris: Use MI_COPY_MEM_MEM for tiny resource_copy_region calls. | Kenneth Graunke | 2019-07-01 | 1 | -0/+27 |
* | radv: Only allocate supplied number of descriptors when variable. | Bas Nieuwenhuizen | 2019-07-01 | 1 | -1/+7 |
* | egl: simplify loop | Eric Engestrom | 2019-07-01 | 1 | -3/+1 |
* | sparc: Reuse m_vector_asm.h. | Eric Anholt | 2019-07-01 | 3 | -34/+14 |
* | mesa: Enable asm unconditionally, now that gen_matypes is gone. | Eric Anholt | 2019-07-01 | 6 | -81/+33 |
* | mesa: Replace gen_matypes with a simple header for V4F/mat layout. | Eric Anholt | 2019-07-01 | 26 | -270/+101 |
* | matypes: Drop some unused defines. | Eric Anholt | 2019-07-01 | 1 | -113/+0 |
* | meson: drop duplicate source & inc_dir | Eric Engestrom | 2019-07-01 | 1 | -2/+0 |
* | swrast: simplify function pointer calls | Eric Engestrom | 2019-07-01 | 2 | -3/+3 |
* | egl/wayland: use bitset.h for `formats` bit set | Eric Engestrom | 2019-07-01 | 2 | -11/+19 |
* | intel/tools: Add assembler unit tests for ROL/ROR instructions | Sagar Ghuge | 2019-07-01 | 5 | -0/+5 |
* | intel/tools: Add ROL/ROR support in assembler | Sagar Ghuge | 2019-07-01 | 2 | -0/+10 |
* | nir: Add lower_rotate flag and set to true in all drivers | Sagar Ghuge | 2019-07-01 | 9 | -0/+11 |
* | intel/compiler: Emit ROR and ROL instruction | Sagar Ghuge | 2019-07-01 | 2 | -0/+9 |
* | nir: Add optimization to use ROR/ROL instructions | Sagar Ghuge | 2019-07-01 | 2 | -0/+15 |
* | nir: Add urol and uror opcodes | Sagar Ghuge | 2019-07-01 | 1 | -0/+11 |
* | intel/compiler: Enable the emission of ROR/ROL instructions | Sagar Ghuge | 2019-07-01 | 6 | -2/+26 |