| Commit message (Expand) | Author | Age | Files | Lines |
* | util/ra: Add a helper for resetting a node's interference | Jason Ekstrand | 2019-05-14 | 2 | -0/+37 |
* | util/ra: Add helpers for adding nodes to an interference graph | Jason Ekstrand | 2019-05-14 | 2 | -20/+72 |
* | util/ralloc: Add helpers for growing zero-initialized memory | Jason Ekstrand | 2019-05-14 | 2 | -0/+87 |
* | intel/fs: Stop doing extra RA calls | Jason Ekstrand | 2019-05-14 | 1 | -19/+27 |
* | util/ra: Improve the performance of ra_simplify | Jason Ekstrand | 2019-05-14 | 1 | -30/+119 |
* | util/ra: Only update q_total if the reg is not assigned | Jason Ekstrand | 2019-05-14 | 1 | -1/+1 |
* | util/ra: Only update best_optimistic_node if !progress | Jason Ekstrand | 2019-05-14 | 1 | -1/+5 |
* | util/ra: Make in_stack a bitset in the graph | Jason Ekstrand | 2019-05-14 | 1 | -18/+15 |
* | util/ra: Get rid of tabs | Jason Ekstrand | 2019-05-14 | 2 | -28/+28 |
* | virgl: clean up virgl_res_needs_flush | Chia-I Wu | 2019-05-14 | 1 | -2/+34 |
* | virgl: comment on a sync issue in transfers | Chia-I Wu | 2019-05-14 | 2 | -0/+20 |
* | virgl: PIPE_TRANSFER_READ does not imply flush | Chia-I Wu | 2019-05-14 | 1 | -4/+1 |
* | virgl: do not skip readback because of explicit flush | Chia-I Wu | 2019-05-14 | 1 | -3/+0 |
* | virgl: remove unused virgl_transfer_inline_write | Chia-I Wu | 2019-05-14 | 2 | -42/+0 |
* | iris/resource: Drop redundant checks for aux support | Nanley Chery | 2019-05-14 | 1 | -15/+0 |
* | iris/resource: Fall back to no aux if creation fails | Nanley Chery | 2019-05-14 | 1 | -4/+6 |
* | i965/miptree: Refactor intel_miptree_supports_ccs_e() | Nanley Chery | 2019-05-14 | 1 | -10/+5 |
* | i965/miptree: Drop intel_*_supports_hiz() | Nanley Chery | 2019-05-14 | 1 | -35/+2 |
* | isl: Add restrictions to isl_surf_get_hiz_surf() | Nanley Chery | 2019-05-14 | 1 | -0/+25 |
* | i965/miptree: Drop intel_*_supports_ccs() | Nanley Chery | 2019-05-14 | 1 | -124/+6 |
* | isl: Add restriction and comments to isl_surf_get_ccs_surf() | Nanley Chery | 2019-05-14 | 1 | -1/+17 |
* | i965/miptree: Drop intel_miptree_supports_mcs() | Nanley Chery | 2019-05-14 | 1 | -46/+1 |
* | isl: Modify restrictions in isl_surf_get_mcs_surf() | Nanley Chery | 2019-05-14 | 1 | -5/+19 |
* | i965/miptree: Fall back to no aux if creation fails | Nanley Chery | 2019-05-14 | 1 | -5/+6 |
* | mesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs are set. | Mathias Fröhlich | 2019-05-14 | 1 | -7/+6 |
* | mesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed function mode. | Mathias Fröhlich | 2019-05-14 | 3 | -2/+16 |
* | mesa: Fix test for setting the _NEW_VARYING_VP_INPUTS flag. | Mathias Fröhlich | 2019-05-14 | 1 | -8/+3 |
* | mesa: Make _mesa_set_varying_vp_inputs static in state.c. | Mathias Fröhlich | 2019-05-14 | 2 | -8/+3 |
* | mesa: Fix old outdated variable name in a comment. | Mathias Fröhlich | 2019-05-14 | 1 | -1/+1 |
* | mesa/vbo: Update Comment to what is actually happening. | Mathias Fröhlich | 2019-05-14 | 1 | -3/+1 |
* | wayland/egl: Ensure correct buffer size when allocating | Jonas Ådahl | 2019-05-14 | 1 | -2/+11 |
* | egl: check if a window/pixmap is already used on surface creation | Paulo Zanoni | 2019-05-14 | 1 | -0/+32 |
* | egl: store the native surface pointer in struct _egl_surface | Paulo Zanoni | 2019-05-14 | 11 | -12/+24 |
* | radv: add support for VK_KHR_uniform_buffer_standard_layout | Samuel Pitoiset | 2019-05-14 | 2 | -0/+7 |
* | softpipe/buffer: load only as many components as the the buffer resource type... | Gert Wollny | 2019-05-14 | 1 | -2/+5 |
* | panfrost: ci: Reduce batch size to 3000 | Tomeu Vizoso | 2019-05-14 | 1 | -1/+1 |
* | panfrost: ci: Update expectations | Tomeu Vizoso | 2019-05-14 | 1 | -2/+0 |
* | freedreno: Fix warning on printing a uint64_t using %llx. | Eric Anholt | 2019-05-13 | 1 | -1/+1 |
* | freedreno: Silence compiler warnings about "*" in boolean context. | Eric Anholt | 2019-05-13 | 2 | -2/+2 |
* | freedreno: Silence compiler warnings about uninit 'layers' | Eric Anholt | 2019-05-13 | 3 | -3/+3 |
* | freedreno: Quiet compiler warnings on 64-bit. | Eric Anholt | 2019-05-13 | 1 | -1/+1 |
* | freedreno: Make emacs indent the way robclark's eclipse does. | Eric Anholt | 2019-05-13 | 2 | -0/+6 |
* | freedreno: Make .editorconfig match .dir-locals.el. | Eric Anholt | 2019-05-13 | 2 | -0/+8 |
* | anv: Implement VK_KHR_uniform_buffer_standard_layout | Jason Ekstrand | 2019-05-13 | 2 | -0/+8 |
* | vulkan: Update the XML and headers to 1.1.108 | Jason Ekstrand | 2019-05-13 | 2 | -57/+223 |
* | tu/entrypoints: Import copy | Jason Ekstrand | 2019-05-13 | 1 | -0/+1 |
* | nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvals | Karol Herbst | 2019-05-13 | 1 | -1/+1 |
* | nv50/ir/nir: prefer to shift 1ull instead of 1ll | Karol Herbst | 2019-05-13 | 1 | -2/+2 |
* | radv: Clean up signalled and submitted fields from winsys fences. | Bas Nieuwenhuizen | 2019-05-13 | 6 | -41/+47 |
* | radv: bump reported version to 1.1.107 | Samuel Pitoiset | 2019-05-13 | 2 | -50/+1 |