| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: add support for dynamic primitive topology | Samuel Pitoiset | 2020-07-13 | 6 | -57/+115 |
* | radv: add support for dynamic cull mode and front face | Samuel Pitoiset | 2020-07-13 | 5 | -11/+119 |
* | radv: declare new extended dynamic states | Samuel Pitoiset | 2020-07-13 | 1 | -31/+51 |
* | radv: add VK_EXT_extended_dynamic_state but leave it disabled | Samuel Pitoiset | 2020-07-13 | 1 | -0/+1 |
* | radv: rework dynamic viewports/scissors support | Samuel Pitoiset | 2020-07-13 | 2 | -16/+12 |
* | radv: remove the secure compile support feature | Samuel Pitoiset | 2020-07-13 | 6 | -920/+16 |
* | nouveau: avoid LTO ODR warning (v2) | Dave Airlie | 2020-07-13 | 3 | -11/+11 |
* | nvc0: set sampler index mode to independently on gv100 compute | Karol Herbst | 2020-07-13 | 1 | -1/+1 |
* | radv: return VK_ERROR_DEVICE_LOST if wait-for-idle failed or expired | Samuel Pitoiset | 2020-07-12 | 1 | -4/+10 |
* | spirv: Allow block-decorated struct types for constants | Jason Ekstrand | 2020-07-12 | 2 | -1/+3 |
* | spirv: Skip phis in unreachable blocks in the second phi pass | Jason Ekstrand | 2020-07-12 | 1 | -1/+8 |
* | nvc0: set local mem size for compute on gv100 | Karol Herbst | 2020-07-11 | 1 | -0/+4 |
* | freedreno: fix layout pitchalign field not being set for imported buffers | Jonathan Marek | 2020-07-11 | 1 | -8/+15 |
* | nir: allow nir_lower_clip_halfz to run in geometry shaders | Mike Blumenkrantz | 2020-07-11 | 1 | -1/+2 |
* | nir: allow nir_lower_point_size_mov to run in geometry shader | Mike Blumenkrantz | 2020-07-11 | 1 | -1/+2 |
* | intel/compiler: don't propagate cmp to add if add is saturated | Yevhenii Kolesnikov | 2020-07-11 | 2 | -3/+118 |
* | aco: don't create phis with undef operands in the boolean phi pass | Rhys Perry | 2020-07-10 | 1 | -14/+28 |
* | aco: optimize boolean phis with uniform selections | Rhys Perry | 2020-07-10 | 1 | -1/+27 |
* | aco: create better code for boolean phis with constant operands | Rhys Perry | 2020-07-10 | 2 | -20/+62 |
* | aco: rework boolean phi pass | Rhys Perry | 2020-07-10 | 1 | -89/+79 |
* | llvmpipe/cs: fix image/sampler binding for compute | Dave Airlie | 2020-07-10 | 1 | -3/+7 |
* | llvmpipe: flush resources on sampler view binding | Dave Airlie | 2020-07-10 | 1 | -0/+4 |
* | llvmpipe: denote NEW fs when images change. | Dave Airlie | 2020-07-10 | 2 | -2/+1 |
* | nv50/ir/tgsi: move call to tgsi_scan_shader inside Source constructor | Karol Herbst | 2020-07-10 | 1 | -2/+2 |
* | bin/gen_release_notes.py: drop new_features.txt when we release XX.Y.0 | Eric Engestrom | 2020-07-10 | 1 | -0/+1 |
* | introduce `commit_in_branch.py` script to help devs figure this out | Eric Engestrom | 2020-07-10 | 2 | -0/+257 |
* | anv: fix uninitialized variable access | Lionel Landwerlin | 2020-07-10 | 3 | -7/+9 |
* | iris: fix fallback to swrast driver | Lionel Landwerlin | 2020-07-10 | 1 | -1/+1 |
* | egl: automatically compile the `drm` platform when available | Eric Engestrom | 2020-07-10 | 4 | -14/+17 |
* | meson: move xlib-lease block further down | Eric Engestrom | 2020-07-10 | 1 | -14/+14 |
* | vulkan: automatically compile the `display` platform when available | Eric Engestrom | 2020-07-10 | 5 | -5/+5 |
* | egl: always compile surfaceless | Eric Engestrom | 2020-07-10 | 9 | -44/+20 |
* | u_prim_restart: handle user buffers in util_translate_prim_restart_ib() | Mike Blumenkrantz | 2020-07-10 | 1 | -10/+11 |
* | nv50: Clear nv50_ir_prog_info of dead and codegen specific variables | mmenzyns | 2020-07-10 | 6 | -52/+33 |
* | ac/llvm: export ac_init_llvm_once in targets | Pierre-Eric Pelloux-Prayer | 2020-07-10 | 8 | -3/+9 |
* | bin/symbols-check.py: add --ignore-symbol argument | Pierre-Eric Pelloux-Prayer | 2020-07-10 | 1 | -0/+5 |
* | st/mesa: set compressed_data to NULL when freed | Pierre-Eric Pelloux-Prayer | 2020-07-10 | 1 | -0/+1 |
* | aco: fix more validation errors from vgpr spill/restore code | Samuel Pitoiset | 2020-07-10 | 1 | -2/+2 |
* | gitlab-ci: Enable -Werror in `meson-gallium` job | Timothy Arceri | 2020-07-10 | 1 | -0/+1 |
* | lima: add missing break | Timothy Arceri | 2020-07-10 | 1 | -0/+1 |
* | lima: add missing fallthrough comments | Timothy Arceri | 2020-07-10 | 1 | -0/+4 |
* | etnaviv: add missing fallthrough comments | Timothy Arceri | 2020-07-10 | 4 | -0/+6 |
* | iris: Add missing break in switch in modifier_is_supported | Jordan Justen | 2020-07-09 | 1 | -0/+1 |
* | freedreno/ir3: run nir_opt_loop_unroll in optimization loop | Jonathan Marek | 2020-07-09 | 2 | -1/+1 |
* | freedreno/ir3: fix setup_input for sparse vertex inputs | Jonathan Marek | 2020-07-09 | 1 | -7/+9 |
* | intel/compiler/fs: Still attempt simd32 when INTEL_DEBUG=no16 is used | Jordan Justen | 2020-07-09 | 1 | -1/+3 |
* | intel/compiler/cs: Allow simd32 in some more cases with no8 and/or no16 | Jordan Justen | 2020-07-09 | 1 | -1/+1 |
* | gitlab-ci: Don't rebuild kernels and rootfs if they have been already built i... | Tomeu Vizoso | 2020-07-09 | 2 | -6/+18 |
* | gitlab-ci: do not run full CI on scheduled pipelines | Benjamin Tissoires | 2020-07-09 | 2 | -4/+33 |
* | gitlab-ci: update ci-fairy minio to latest upstream | Benjamin Tissoires | 2020-07-09 | 1 | -2/+2 |