aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Enable ACO for TES when there is no GS.Timur Kristóf2020-03-111-7/+9
* aco: Implement loading TES inputs.Timur Kristóf2020-03-111-0/+26
* aco: Enable streamout when TES runs on the HW VS stage.Timur Kristóf2020-03-111-1/+1
* aco: Store TES outputs when TES runs on the HW VS stage.Timur Kristóf2020-03-111-0/+1
* aco: Use TES output info when TES runs on the VS stage.Timur Kristóf2020-03-111-3/+15
* aco: Setup tessellation evaluation shader variables.Timur Kristóf2020-03-111-4/+39
* radv: Enable ACO for tessellation control shaders.Timur Kristóf2020-03-111-2/+4
* aco: Fix LS VGPR init bug on affected hardware.Timur Kristóf2020-03-111-0/+34
* aco: Store VS outputs correctly when tessellation is used.Timur Kristóf2020-03-111-1/+9
* aco: Implement tessellation control shader input/output.Timur Kristóf2020-03-112-0/+308
* aco: Fix combining DS additions in the optimizer.Timur Kristóf2020-03-111-5/+8
* aco: Slight fix to lds_store and lds_load.Timur Kristóf2020-03-111-9/+15
* aco: Refactor VS output stores in preparation for tessellation.Timur Kristóf2020-03-111-65/+23
* aco: Refactor load_per_vertex_input in preparation for tessellation.Timur Kristóf2020-03-111-71/+47
* aco: Introduce new helpers for calculating address offsets.Timur Kristóf2020-03-111-0/+88
* aco: Introduce new VMEM load/store helpers.Timur Kristóf2020-03-111-0/+169
* aco: Remove esgs_itemsize from LDS alignment calculation.Timur Kristóf2020-03-111-2/+0
* aco: Extract LDS alignment calculation to a separate function.Timur Kristóf2020-03-111-11/+13
* aco: Remove vertex_geometry_gs assertion from merged shaders.Timur Kristóf2020-03-111-2/+4
* aco: Use mesa shader stage when loading inputs.Timur Kristóf2020-03-111-2/+2
* aco: Setup correct HW stages when tessellation is used.Timur Kristóf2020-03-112-1/+13
* aco: Implement load_view_index for TCS and TES.Timur Kristóf2020-03-111-3/+5
* aco: Implement memory_barrier_tcs_patch.Timur Kristóf2020-03-111-2/+2
* aco: Implement control_barrier for tessellation control shaders.Timur Kristóf2020-03-111-3/+24
* aco: Implement load_invocation_id for tessellation control shaders.Timur Kristóf2020-03-111-5/+13
* aco: Implement load_patch_vertices_in.Timur Kristóf2020-03-111-0/+8
* aco: Implement load_primitive_id for tessellation shaders.Timur Kristóf2020-03-111-2/+15
* aco: Implement load_tess_coord.Timur Kristóf2020-03-112-0/+25
* aco: Setup tessellation control shader variables.Timur Kristóf2020-03-111-4/+61
* aco: Extract setup_gs_variables into a separate function.Timur Kristóf2020-03-111-16/+22
* radv: Move some helper functions to the radv_shader.h header file.Timur Kristóf2020-03-112-83/+94
* vdpau: remove bogus assertPierre-Eric Pelloux-Prayer2020-03-111-1/+1
* radv: do not recursively begin/end render pass for meta operationsSamuel Pitoiset2020-03-119-150/+180
* lima/gpir: print acc ops even if we have only one sourceVasily Khoruzhick2020-03-111-4/+2
* lima/gpir: improve disassembler outputVasily Khoruzhick2020-03-111-45/+78
* lima: print gp uniforms if gp debug is enabledVasily Khoruzhick2020-03-111-0/+13
* gallium: hud_context: Fix scalar initializer warning.John Stultz2020-03-111-1/+3
* panfrost: Move pan_afbc.c file to the the right Makefile.source fileJohn Stultz2020-03-112-1/+1
* freedreno: Add ir3_cf.c and ir3_delay.c to Makefile.sourcesJohn Stultz2020-03-111-0/+2
* gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cacheMarek Olšák2020-03-1010-106/+74
* vulkan/wsi: fix cleanup when dup() failsEric Engestrom2020-03-101-1/+1
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-1013-27/+42
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-1013-42/+27
* pan/bi: Implement comparison opcodes via BI_CMPAlyssa Rosenzweig2020-03-101-0/+41
* pan/bi: Print source types unconditionallyAlyssa Rosenzweig2020-03-101-8/+3
* pan/bi: Specify comparison op for BI_CMPAlyssa Rosenzweig2020-03-102-9/+12
* pan/bi: Lower b2f to bcselAlyssa Rosenzweig2020-03-101-0/+2
* pan/bi: Implement nir_op_bcselAlyssa Rosenzweig2020-03-101-0/+3
* pan/bi: Import algebraic pass from midgardAlyssa Rosenzweig2020-03-104-1/+116
* pan/bi: Add isub opAlyssa Rosenzweig2020-03-104-0/+5