index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/midgard: Remove unused iterators
Alyssa Rosenzweig
2020-03-11
1
-6
/
+0
*
panfrost: Promote midgard_program to panfrost/util
Alyssa Rosenzweig
2020-03-11
7
-79
/
+82
*
radv: fix 32-bits build (again)
Samuel Pitoiset
2020-03-11
1
-2
/
+2
*
mesa: don't unroll glMultiDrawElements with user indices for gallium
Marek Olšák
2020-03-11
3
-6
/
+18
*
gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES
Marek Olšák
2020-03-11
4
-0
/
+4
*
vbo: fix vbo_copy_vertices for GL_PATCHES and adjacency primitive types
Marek Olšák
2020-03-11
1
-1
/
+1
*
vbo: fix transitions from glVertexN to glVertexM where M < N
Marek Olšák
2020-03-11
1
-1
/
+15
*
vbo: use vbo_exec_wrap_upgrade_vertex for glVertex in ATTR_UNION
Marek Olšák
2020-03-11
1
-6
/
+12
*
st/mesa: keep serialized NIR instead of nir_shader in st_program
Marek Olšák
2020-03-11
4
-8
/
+79
*
vc4: Fix query_dmabuf_modifiers mis-reporting external_only property
Chris Lord
2020-03-11
1
-1
/
+3
*
aco: Don't store TCS outputs to LDS when we're sure that none are read.
Timur Kristóf
2020-03-11
1
-0
/
+4
*
aco: Only write TCS outputs to LDS when they are read by the TCS.
Timur Kristóf
2020-03-11
1
-2
/
+25
*
aco: Store tess factors in VMEM only at the end of the shader.
Timur Kristóf
2020-03-11
1
-2
/
+36
*
aco: Don't generate an if when the first part of a merged HS or GS is empty.
Timur Kristóf
2020-03-11
1
-3
/
+10
*
radv: Enable ACO on all stages.
Timur Kristóf
2020-03-11
1
-25
/
+6
*
aco: Enable running TES as ES, including merged TES+GS.
Timur Kristóf
2020-03-11
1
-9
/
+13
*
radv: Enable ACO for TES when there is no GS.
Timur Kristóf
2020-03-11
1
-7
/
+9
*
aco: Implement loading TES inputs.
Timur Kristóf
2020-03-11
1
-0
/
+26
*
aco: Enable streamout when TES runs on the HW VS stage.
Timur Kristóf
2020-03-11
1
-1
/
+1
*
aco: Store TES outputs when TES runs on the HW VS stage.
Timur Kristóf
2020-03-11
1
-0
/
+1
*
aco: Use TES output info when TES runs on the VS stage.
Timur Kristóf
2020-03-11
1
-3
/
+15
*
aco: Setup tessellation evaluation shader variables.
Timur Kristóf
2020-03-11
1
-4
/
+39
*
radv: Enable ACO for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
aco: Fix LS VGPR init bug on affected hardware.
Timur Kristóf
2020-03-11
1
-0
/
+34
*
aco: Store VS outputs correctly when tessellation is used.
Timur Kristóf
2020-03-11
1
-1
/
+9
*
aco: Implement tessellation control shader input/output.
Timur Kristóf
2020-03-11
2
-0
/
+308
*
aco: Fix combining DS additions in the optimizer.
Timur Kristóf
2020-03-11
1
-5
/
+8
*
aco: Slight fix to lds_store and lds_load.
Timur Kristóf
2020-03-11
1
-9
/
+15
*
aco: Refactor VS output stores in preparation for tessellation.
Timur Kristóf
2020-03-11
1
-65
/
+23
*
aco: Refactor load_per_vertex_input in preparation for tessellation.
Timur Kristóf
2020-03-11
1
-71
/
+47
*
aco: Introduce new helpers for calculating address offsets.
Timur Kristóf
2020-03-11
1
-0
/
+88
*
aco: Introduce new VMEM load/store helpers.
Timur Kristóf
2020-03-11
1
-0
/
+169
*
aco: Remove esgs_itemsize from LDS alignment calculation.
Timur Kristóf
2020-03-11
1
-2
/
+0
*
aco: Extract LDS alignment calculation to a separate function.
Timur Kristóf
2020-03-11
1
-11
/
+13
*
aco: Remove vertex_geometry_gs assertion from merged shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
aco: Use mesa shader stage when loading inputs.
Timur Kristóf
2020-03-11
1
-2
/
+2
*
aco: Setup correct HW stages when tessellation is used.
Timur Kristóf
2020-03-11
2
-1
/
+13
*
aco: Implement load_view_index for TCS and TES.
Timur Kristóf
2020-03-11
1
-3
/
+5
*
aco: Implement memory_barrier_tcs_patch.
Timur Kristóf
2020-03-11
1
-2
/
+2
*
aco: Implement control_barrier for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-3
/
+24
*
aco: Implement load_invocation_id for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-5
/
+13
*
aco: Implement load_patch_vertices_in.
Timur Kristóf
2020-03-11
1
-0
/
+8
*
aco: Implement load_primitive_id for tessellation shaders.
Timur Kristóf
2020-03-11
1
-2
/
+15
*
aco: Implement load_tess_coord.
Timur Kristóf
2020-03-11
2
-0
/
+25
*
aco: Setup tessellation control shader variables.
Timur Kristóf
2020-03-11
1
-4
/
+61
*
aco: Extract setup_gs_variables into a separate function.
Timur Kristóf
2020-03-11
1
-16
/
+22
*
radv: Move some helper functions to the radv_shader.h header file.
Timur Kristóf
2020-03-11
2
-83
/
+94
*
vdpau: remove bogus assert
Pierre-Eric Pelloux-Prayer
2020-03-11
1
-1
/
+1
*
radv: do not recursively begin/end render pass for meta operations
Samuel Pitoiset
2020-03-11
9
-150
/
+180
*
lima/gpir: print acc ops even if we have only one source
Vasily Khoruzhick
2020-03-11
1
-4
/
+2
[next]