| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: fix warning in nir_lower_io.c | Caio Marcelo de Oliveira Filho | 2019-01-08 | 1 | -1/+1 |
* | freedreno/drm: sync uapi again | Chia-I Wu | 2019-01-08 | 1 | -0/+1 |
* | wsi: drop unneeded KHR suffix | Eric Engestrom | 2019-01-08 | 1 | -15/+15 |
* | anv: drop unneeded KHR suffix | Eric Engestrom | 2019-01-08 | 13 | -54/+54 |
* | nir: rename global/local to private/function memory | Karol Herbst | 2019-01-08 | 33 | -108/+108 |
* | autotools: Remove tegra vdpau driver | Dylan Baker | 2019-01-08 | 1 | -2/+0 |
* | clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR | Pierre Moreau | 2019-01-08 | 1 | -1/+1 |
* | anv: flush fast clear colors into compressed surfaces | Lionel Landwerlin | 2019-01-08 | 1 | -0/+49 |
* | anv: explictly specify format for blorp ccs/mcs op | Lionel Landwerlin | 2019-01-08 | 3 | -16/+30 |
* | dri3: initialize adaptive_sync as false before configQueryb | Tapani Pälli | 2019-01-08 | 1 | -1/+1 |
* | virgl: use primconvert provoking vertex properly | Dave Airlie | 2019-01-08 | 2 | -8/+24 |
* | anv: Sort properties and features switch statements | Jason Ekstrand | 2019-01-07 | 1 | -42/+42 |
* | spirv: Sort supported capabilities | Jason Ekstrand | 2019-01-07 | 4 | -43/+43 |
* | anv: Enable the new deref-based UBO/SSBO path | Jason Ekstrand | 2019-01-08 | 2 | -1/+23 |
* | spirv: Add support for using derefs for UBO/SSBO access | Jason Ekstrand | 2019-01-08 | 9 | -68/+273 |
* | spirv: Make better use of vtn_pointer_uses_ssa_offset | Jason Ekstrand | 2019-01-08 | 1 | -15/+13 |
* | spirv: Add explicit pointer types | Jason Ekstrand | 2019-01-08 | 4 | -20/+36 |
* | spirv: Choose atomic deref type with pointer_uses_ssa_offset | Jason Ekstrand | 2019-01-08 | 3 | -40/+41 |
* | spirv: Add error checking for Block and BufferBlock decorations | Jason Ekstrand | 2019-01-08 | 3 | -0/+53 |
* | nir/vulkan: Add a descriptor type to vulkan resource intrinsics | Jason Ekstrand | 2019-01-08 | 4 | -5/+56 |
* | nir/lower_io: Add "explicit" IO lowering | Jason Ekstrand | 2019-01-08 | 2 | -0/+417 |
* | nir/validate: Allow array derefs on vectors in more modes | Jason Ekstrand | 2019-01-08 | 1 | -4/+6 |
* | nir/intrinsics: Add access flags to load/store_deref | Jason Ekstrand | 2019-01-08 | 2 | -4/+5 |
* | nir/intrinsics: Allow deref sources to consume anything | Jason Ekstrand | 2019-01-08 | 2 | -24/+28 |
* | nir/validate: Allow derefs in phi nodes | Jason Ekstrand | 2019-01-08 | 1 | -1/+0 |
* | nir/remove_dead_variables: Properly handle deref casts | Jason Ekstrand | 2019-01-08 | 1 | -0/+3 |
* | nir/deref: Skip over casts in fixup_deref_modes | Jason Ekstrand | 2019-01-08 | 1 | -0/+2 |
* | nir/deref: Support casts and ptr_as_array in comparisons | Jason Ekstrand | 2019-01-08 | 1 | -7/+68 |
* | nir/opt_deref: Properly optimize ptr_as_array derefs | Jason Ekstrand | 2019-01-08 | 1 | -6/+91 |
* | nir/validate: Don't allow derefs in if conditions | Jason Ekstrand | 2019-01-08 | 1 | -0/+6 |
* | nir: Add a ptr_as_array deref type | Jason Ekstrand | 2019-01-08 | 12 | -13/+106 |
* | nir: Move propagation of cast derefs to a new nir_opt_deref pass | Jason Ekstrand | 2019-01-08 | 7 | -30/+75 |
* | spirv: Propagate layout decorations to created glsl_types | Jason Ekstrand | 2019-01-08 | 3 | -14/+78 |
* | glsl_type: Add support for explicitly laid out matrices and arrays | Jason Ekstrand | 2019-01-08 | 15 | -56/+258 |
* | glsl_type: Simplify glsl_channel_type | Jason Ekstrand | 2019-01-08 | 1 | -19/+10 |
* | glsl_type: Add a C wrapper to get struct field offsets | Jason Ekstrand | 2019-01-08 | 2 | -0/+10 |
* | glsl_type: Drop the glsl_get_array_instance C helper | Jason Ekstrand | 2019-01-08 | 5 | -13/+3 |
* | nir: Distinguish between normal uniforms and UBOs | Jason Ekstrand | 2019-01-08 | 13 | -38/+44 |
* | nir: Allow storing to shader_storage | Jason Ekstrand | 2019-01-08 | 1 | -4/+2 |
* | nir/validate: Require array indices to match the deref bit size | Jason Ekstrand | 2019-01-08 | 1 | -2/+4 |
* | spirv: Handle arbitrary bit sizes for deref array indices | Jason Ekstrand | 2019-01-08 | 2 | -34/+42 |
* | nir/builder: Add nir_i2i and nir_u2u helpers which take a bit size | Jason Ekstrand | 2019-01-08 | 1 | -13/+32 |
* | spirv: Emit NIR deref instructions on-the-fly | Jason Ekstrand | 2019-01-08 | 3 | -71/+34 |
* | spirv: Sign-extend array indices | Jason Ekstrand | 2019-01-08 | 1 | -2/+2 |
* | anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsic | Jason Ekstrand | 2019-01-08 | 1 | -0/+2 |
* | spirv: Handle any bit size in vector_insert/extract | Jason Ekstrand | 2019-01-08 | 3 | -11/+15 |
* | glsl_type: Support serializing 8 and 16-bit types | Jason Ekstrand | 2019-01-08 | 1 | -2/+12 |
* | spirv: Fix matrix parameters in function calls. | Bas Nieuwenhuizen | 2019-01-08 | 1 | -0/+4 |
* | radv: Fix rasterization precision bits. | Bas Nieuwenhuizen | 2019-01-07 | 1 | -3/+3 |
* | nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref | Kenneth Graunke | 2019-01-07 | 1 | -47/+28 |