| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: move HTILE allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 1 | -88/+12 |
* | radeonsi: handle NO_DCC early | Marek Olšák | 2019-09-09 | 1 | -5/+7 |
* | ac/surface: add RADEON_SURF_NO_FMASK | Marek Olšák | 2019-09-09 | 1 | -6/+3 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 4 | -9/+12 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 4 | -25/+18 |
* | radeonsi/gfx10: fix wave occupancy computations | Marek Olšák | 2019-09-09 | 1 | -14/+25 |
* | radeonsi: only support at most 1024 threads per block | Marek Olšák | 2019-09-09 | 1 | -8/+2 |
* | radeonsi: disable DCC when importing a texture from an incompatible driver | Marek Olšák | 2019-09-09 | 1 | -4/+12 |
* | radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contexts | Marek Olšák | 2019-09-09 | 1 | -1/+1 |
* | radeonsi/gfx10: use fma for TGSI_OPCODE_FMA | Marek Olšák | 2019-09-09 | 3 | -5/+16 |
* | virgl: Fix pipe_resource leaks under multi-sample. | Lepton Wu | 2019-09-10 | 1 | -1/+3 |
* | iris: Avoid flushing for cache history on transfer range flushes | Kenneth Graunke | 2019-09-09 | 2 | -2/+13 |
* | iris: Optimize out redundant sampler state binds | Kenneth Graunke | 2019-09-09 | 1 | -2/+8 |
* | iris: Add support for the always_flush_cache=true debug option. | Kenneth Graunke | 2019-09-09 | 7 | -0/+39 |
* | iris: Ignore line stipple information if it's disabled | Kenneth Graunke | 2019-09-09 | 1 | -3/+5 |
* | lima/ppir: drop fge/flt/feq/fne options | Vasily Khoruzhick | 2019-09-09 | 1 | -4/+0 |
* | lima: run opt_algebraic between int_to_float and boot_to_float for vs | Vasily Khoruzhick | 2019-09-09 | 1 | -4/+5 |
* | lima/gpir: fix warning in gpir disassembler | Vasily Khoruzhick | 2019-09-09 | 1 | -1/+1 |
* | lima/gpir: lower fceil | Vasily Khoruzhick | 2019-09-09 | 1 | -0/+1 |
* | lima/gpir: Disallow moves for schedule_first nodes | Connor Abbott | 2019-09-09 | 1 | -1/+5 |
* | lima/gpir: Fix fake dep handling for schedule_first nodes | Connor Abbott | 2019-09-09 | 2 | -10/+30 |
* | lima/gpir: Fix schedule_first insertion logic | Connor Abbott | 2019-09-09 | 1 | -2/+3 |
* | lima/gpir: Ignore unscheduled successors in can_use_complex() | Connor Abbott | 2019-09-09 | 1 | -1/+2 |
* | lima/gpir: Do all lowerings before rsched | Connor Abbott | 2019-09-09 | 3 | -23/+2 |
* | panfrost: Rename pan_bo_cache.c into pan_bo.c | Boris Brezillon | 2019-09-08 | 2 | -1/+1 |
* | panfrost: Get rid of the now unused SLAB allocator | Boris Brezillon | 2019-09-08 | 3 | -47/+0 |
* | panfrost: Get rid of unused panfrost_context fields | Boris Brezillon | 2019-09-08 | 1 | -4/+0 |
* | panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOs | Boris Brezillon | 2019-09-08 | 3 | -18/+21 |
* | panfrost: Make transient allocation rely on the BO cache | Boris Brezillon | 2019-09-08 | 5 | -104/+16 |
* | panfrost: Stop passing a ctx to functions being passed a batch | Boris Brezillon | 2019-09-08 | 4 | -21/+23 |
* | panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch() | Boris Brezillon | 2019-09-08 | 3 | -9/+9 |
* | panfrost: s/job/batch/ | Boris Brezillon | 2019-09-08 | 16 | -259/+264 |
* | iris: Support the disable_throttling=true driconf option. | Kenneth Graunke | 2019-09-06 | 3 | -0/+6 |
* | amd: move adaptive sync to performance section, as it is defined in xmlpool | Eric Engestrom | 2019-09-06 | 1 | -4/+1 |
* | llvmpipe: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR | Eric Engestrom | 2019-09-06 | 1 | -2/+3 |
* | swr: replace major llvm version checks with LLVM_VERSION_MAJOR | Eric Engestrom | 2019-09-06 | 1 | -3/+4 |
* | amd: replace major llvm version checks with LLVM_VERSION_MAJOR | Eric Engestrom | 2019-09-06 | 4 | -6/+13 |
* | svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE | Eric Engestrom | 2019-09-06 | 1 | -1/+1 |
* | r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE | Eric Engestrom | 2019-09-06 | 1 | -6/+2 |
* | anv,iris: L3ALLOC register replaces L3CNTLREG for gen12 | Jordan Justen | 2019-09-06 | 1 | -2/+13 |
* | intel: Stop redirecting state cache to command streamer cache section | Kenneth Graunke | 2019-09-06 | 1 | -6/+0 |
* | iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESS | Kenneth Graunke | 2019-09-06 | 1 | -4/+55 |
* | freedreno/a6xx: Implement primitive count queries on GPU | Kristian H. Kristensen | 2019-09-06 | 13 | -18/+123 |
* | freedreno/a6xx: Let the GPU track streamout offsets | Kristian H. Kristensen | 2019-09-06 | 4 | -19/+36 |
* | llvmpipe: fix CALLOC vs. free mismatches | Roland Scheidegger | 2019-09-06 | 2 | -4/+5 |
* | panfrost/ci: Increase timeouts | Tomeu Vizoso | 2019-09-06 | 1 | -2/+2 |
* | panfrost/ci: Use special runner for LAVA jobs | Tomeu Vizoso | 2019-09-06 | 1 | -9/+1 |
* | panfrost/ci: Re-add support for armhf | Tomeu Vizoso | 2019-09-06 | 4 | -28/+39 |
* | radeon: Fix mjpeg issue for ARCTURUS | Zhu, James | 2019-09-06 | 1 | -0/+1 |
* | radeon/vcn: add RENOIR VCN decode support | Leo Liu | 2019-09-06 | 1 | -4/+4 |