| Commit message (Expand) | Author | Age | Files | Lines |
* | turnip: Add support for polygon fill modes. | Eric Anholt | 2020-06-25 | 4 | -5/+25 |
* | freedreno/a6xx: Define the register fields for polygon fill mode. | Eric Anholt | 2020-06-25 | 3 | -6/+17 |
* | turnip: implement VK_KHR_shader_draw_parameters | Jonathan Marek | 2020-06-25 | 5 | -74/+136 |
* | freedreno/ir3: add support for load_draw_id | Jonathan Marek | 2020-06-25 | 4 | -4/+15 |
* | freedreno/registers: add CP_DRAW_INDIRECT_MULTI | Jonathan Marek | 2020-06-25 | 1 | -0/+32 |
* | radv: enable ACO by default | Daniel Schürmann | 2020-06-25 | 4 | -16/+7 |
* | radv: change use_aco -> use_llvm | Daniel Schürmann | 2020-06-25 | 8 | -49/+49 |
* | radv: introduce RADV_DEBUG=llvm option | Daniel Schürmann | 2020-06-25 | 2 | -0/+6 |
* | zink: unify code for setting resource barriers | Mike Blumenkrantz | 2020-06-25 | 1 | -26/+20 |
* | radv: lower 64-bit dfloor on GFX6 for fixing precision issues | Samuel Pitoiset | 2020-06-25 | 2 | -1/+10 |
* | radv: lower 64-bit drcp/dsqrt/drsq for fixing precision issues | Samuel Pitoiset | 2020-06-25 | 2 | -0/+16 |
* | iris: Honor scanout requirement from DRI | Danylo Piliaiev | 2020-06-25 | 1 | -1/+1 |
* | vulkan/overlay: fix crash on destroying NULL swapchain | Pavel Asyutchenko | 2020-06-25 | 1 | -0/+6 |
* | freedreno/ir3/ra: fix pre-color edge case | Rob Clark | 2020-06-25 | 1 | -7/+3 |
* | turnip: disable early_z for VK_FORMAT_S8_UINT | Jonathan Marek | 2020-06-25 | 1 | -4/+7 |
* | turnip: fix update_stencil_mask | Jonathan Marek | 2020-06-25 | 1 | -2/+2 |
* | turnip: fix empty scissor case | Jonathan Marek | 2020-06-25 | 1 | -7/+11 |
* | freedreno: handle batch flush in resource tracking | Rob Clark | 2020-06-25 | 1 | -4/+30 |
* | freedreno: split out batch clear tracking helper | Rob Clark | 2020-06-25 | 1 | -15/+25 |
* | freedreno: split out batch draw tracking helper | Rob Clark | 2020-06-25 | 1 | -72/+82 |
* | freedreno: make foreach_bit() declare it's cursor | Rob Clark | 2020-06-25 | 5 | -5/+3 |
* | turnip: implement VK_EXT_vertex_attribute_divisor | Jonathan Marek | 2020-06-25 | 3 | -2/+29 |
* | freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD | Rob Clark | 2020-06-24 | 3 | -6/+11 |
* | freedreno: convert builtin blit VS prog to ureg builder | Rob Clark | 2020-06-24 | 1 | -17/+43 |
* | freedreno/a3xx: use point-coord helper | Rob Clark | 2020-06-24 | 1 | -33/+25 |
* | freedreno/a4xx: use point-coord helper | Rob Clark | 2020-06-24 | 1 | -33/+25 |
* | freedreno/a5xx: use point-coord helper | Rob Clark | 2020-06-24 | 1 | -33/+25 |
* | freedreno/a6xx: use point-coord helper | Rob Clark | 2020-06-24 | 1 | -33/+25 |
* | freedreno/a6xx: de-duplicate vinterp/vpsrepl state building | Rob Clark | 2020-06-24 | 1 | -92/+71 |
* | freedreno/ir3: add helper to determine point-coord inputs | Rob Clark | 2020-06-24 | 2 | -2/+18 |
* | turnip: move some logic out of create_render_pass_common | Jonathan Marek | 2020-06-24 | 1 | -30/+19 |
* | turnip: use RenderPassCreateInfo for render_pass_add_implicit_deps | Jonathan Marek | 2020-06-24 | 2 | -81/+66 |
* | turnip: replace a memset(0) with zalloc in CreateRenderPass | Jonathan Marek | 2020-06-24 | 1 | -2/+1 |
* | turnip: translate CreateRenderPass to CreateRenderPass2 | Jonathan Marek | 2020-06-24 | 1 | -132/+106 |
* | turnip: implement depthBounds | Jonathan Marek | 2020-06-24 | 3 | -6/+17 |
* | freedreno/registers: a6xx depth bounds test registers | Jonathan Marek | 2020-06-24 | 3 | -9/+11 |
* | aco: remove outdated assert in handle_operands() | Rhys Perry | 2020-06-24 | 1 | -2/+0 |
* | aco: ignore blocked registers when checking edges in get_reg_impl() | Rhys Perry | 2020-06-24 | 1 | -2/+11 |
* | radv: fix checking the return value of cs_finalize() | Samuel Pitoiset | 2020-06-24 | 1 | -1/+1 |
* | radv: Make radv_alloc_shader_memory static. | Bas Nieuwenhuizen | 2020-06-24 | 2 | -5/+1 |
* | radv/winsys: Distinguish device/host memory errors. | Bas Nieuwenhuizen | 2020-06-24 | 4 | -17/+20 |
* | radv: Handle mmap failures. | Bas Nieuwenhuizen | 2020-06-24 | 3 | -15/+61 |
* | radv/winsys: Deal with realloc failures in BO lists. | Bas Nieuwenhuizen | 2020-06-24 | 1 | -3/+10 |
* | aco: improve vectorization of 8/16-bit loads/stores | Rhys Perry | 2020-06-24 | 1 | -9/+3 |
* | aco: fix when sub-dword create_vector operand cannot be placed perfectly | Rhys Perry | 2020-06-24 | 1 | -15/+18 |
* | aco: don't allow partial copies on GFX6/7 | Daniel Schürmann | 2020-06-24 | 1 | -1/+1 |
* | aco: align swap operations to 4 bytes on GFX6/7 | Daniel Schürmann | 2020-06-24 | 1 | -1/+5 |
* | aco: don't create byte-aligned short loads | Rhys Perry | 2020-06-24 | 1 | -1/+3 |
* | aco: add missing bld.scc() in byte_align_scalar() | Rhys Perry | 2020-06-24 | 1 | -1/+1 |
* | aco: don't store byte-aligned short stores | Rhys Perry | 2020-06-24 | 1 | -4/+4 |