| Commit message (Expand) | Author | Age | Files | Lines |
* | panfrost: Set workgroups z to 32 for non-instanced graphics | Alyssa Rosenzweig | 2019-08-21 | 1 | -1/+1 |
* | panfrost: Move pan_invocation to shared panfrost/ | Alyssa Rosenzweig | 2019-08-21 | 3 | -154/+2 |
* | panfrost/ci: Print load stats | Tomeu Vizoso | 2019-08-21 | 1 | -0/+1 |
* | panfrost/ci: Install qemu-arm-static into chroot | Tomeu Vizoso | 2019-08-21 | 1 | -0/+7 |
* | panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK | Tomeu Vizoso | 2019-08-21 | 1 | -2/+4 |
* | panfrost/ci: Print bootstrap log | Tomeu Vizoso | 2019-08-21 | 1 | -0/+3 |
* | panfrost/ci: Use Volt-based runner for dEQP tests | Tomeu Vizoso | 2019-08-21 | 6 | -392/+1032 |
* | radeonsi: take reference glsl types for compile threads | Lionel Landwerlin | 2019-08-21 | 1 | -0/+8 |
* | gallium/vl: use compute preference for all multimedia, not just blit | Ilia Mirkin | 2019-08-20 | 1 | -1/+1 |
* | lima/ppir: use ra_get_best_spill_node to select spill node19.2-branchpoint | Erico Nunes | 2019-08-20 | 1 | -7/+22 |
* | iris: Enable non coherent framebuffer fetch on broadwell | Sagar Ghuge | 2019-08-20 | 3 | -4/+3 |
* | iris: Free resource if failed to allocate surface state | Sagar Ghuge | 2019-08-20 | 1 | -1/+3 |
* | iris: Pass isl_surf to fill_surface_state | Sagar Ghuge | 2019-08-20 | 1 | -16/+19 |
* | iris: Add infrastructure to support non coherent framebuffer fetch | Sagar Ghuge | 2019-08-20 | 4 | -13/+172 |
* | iris: Add helper functions to get tile offset | Sagar Ghuge | 2019-08-20 | 2 | -0/+106 |
* | iris: Add helper function to get isl dim layout | Sagar Ghuge | 2019-08-20 | 2 | -0/+32 |
* | iris: Add render target read entry in binding table | Sagar Ghuge | 2019-08-20 | 2 | -7/+44 |
* | build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10 | Kai Wasserbäch | 2019-08-20 | 1 | -1/+1 |
* | panfrost: Add madvise support to BO cache | Rob Herring | 2019-08-19 | 2 | -2/+23 |
* | radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it | Marek Olšák | 2019-08-19 | 7 | -20/+24 |
* | radeonsi: remove the unsafemath debug option | Marek Olšák | 2019-08-19 | 4 | -25/+3 |
* | radeonsi/nir: fix counting shader inputs & outputs | Marek Olšák | 2019-08-19 | 1 | -10/+11 |
* | radeonsi/nir: fix assertion in si_nir_load_sampler_desc | Marek Olšák | 2019-08-19 | 1 | -1/+1 |
* | radeonsi: clean up si_llvm_context_set_tgsi | Marek Olšák | 2019-08-19 | 3 | -20/+12 |
* | radeonsi: allocate and resize global_buffers as needed | Marek Olšák | 2019-08-19 | 2 | -5/+24 |
* | radeonsi/gfx10: don't set PA_SC_TILE_STEERING_OVERRIDE if CLEAR_STATE sets it | Marek Olšák | 2019-08-19 | 1 | -2/+5 |
* | radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu | Marek Olšák | 2019-08-19 | 1 | -4/+7 |
* | radeonsi: fix an assertion failure: assert(!res->b.is_shared) | Marek Olšák | 2019-08-19 | 1 | -2/+1 |
* | radeonsi: handle the use_ngg_streamout flag in si_update_ngg | Marek Olšák | 2019-08-19 | 1 | -5/+18 |
* | radeonsi: move the tess factor ring size assertion to a place where it matters | Marek Olšák | 2019-08-19 | 2 | -1/+1 |
* | etnaviv: rs: add support for 64bpp clears | Christian Gmeiner | 2019-08-19 | 1 | -7/+5 |
* | etnaviv: update headers from rnndb | Christian GMEINER | 2019-08-19 | 13 | -115/+204 |
* | svga: Drop unsupported formats from the format table. | Eric Anholt | 2019-08-19 | 1 | -170/+0 |
* | svga: Remove duplication in the format table. | Eric Anholt | 2019-08-19 | 1 | -329/+322 |
* | svga: Factor out the format conversion table entry lookup. | Eric Anholt | 2019-08-19 | 1 | -16/+25 |
* | iris: Only request an input mask if the shader needs it | Jason Ekstrand | 2019-08-16 | 1 | -1/+3 |
* | lima: actually wait for bo in lima_bo_wait | Erico Nunes | 2019-08-16 | 2 | -0/+5 |
* | lima: fix compilation of standalone compiler | Vasily Khoruzhick | 2019-08-15 | 1 | -2/+2 |
* | panfrost: Add R10G10B10A2_SSCALED vertex format | Alyssa Rosenzweig | 2019-08-14 | 1 | -0/+4 |
* | panfrost: Extend blending to MRT | Alyssa Rosenzweig | 2019-08-14 | 3 | -44/+58 |
* | pan/mfbd: Stuff in RT count | Alyssa Rosenzweig | 2019-08-14 | 1 | -8/+10 |
* | panfrost: Note "MFBD preload disable" bit | Alyssa Rosenzweig | 2019-08-14 | 1 | -2/+2 |
* | panfrost: Ensure we upload at least 1 blend RT | Alyssa Rosenzweig | 2019-08-14 | 1 | -1/+1 |
* | panfrost: Zero tripipe on initialize | Alyssa Rosenzweig | 2019-08-14 | 1 | -1/+1 |
* | panfrost: Remove panfrost_add_dependency asserts | Alyssa Rosenzweig | 2019-08-14 | 1 | -4/+0 |
* | radeonsi: add support for Renoir | Marek Olšák | 2019-08-14 | 2 | -1/+4 |
* | etnaviv: fix weird indentation | Christian Gmeiner | 2019-08-14 | 1 | -7/+3 |
* | etnaviv: split destroy_shader | Christian Gmeiner | 2019-08-14 | 2 | -4/+5 |
* | etnaviv: split link_shader | Christian Gmeiner | 2019-08-14 | 2 | -4/+7 |
* | etnaviv: split dump_shader | Christian Gmeiner | 2019-08-14 | 3 | -35/+71 |