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
*
egl/android: set window usage flags
David Stevens
2020-03-12
1
-0
/
+5
*
intel/compiler: fix cmod propagation optimisations
Yevhenii Kolesnikov
2020-03-11
2
-9
/
+336
*
pan/bi: Fix swizzle for second argument to ST_VARY
Alyssa Rosenzweig
2020-03-11
1
-0
/
+1
*
pan/bi: Implement nir_op_ffma
Alyssa Rosenzweig
2020-03-11
2
-1
/
+2
*
pan/bi: Add dead code elimination pass
Alyssa Rosenzweig
2020-03-11
4
-1
/
+67
*
pan/bi: Add liveness analysis pass
Alyssa Rosenzweig
2020-03-11
3
-0
/
+99
*
pan/bi: Add bi_max_temp helper
Alyssa Rosenzweig
2020-03-11
1
-0
/
+7
*
pan/bi: Add bi_next/prev_op helpers
Alyssa Rosenzweig
2020-03-11
1
-0
/
+12
*
pan/bi: Add bi_bytemask_of_read_components helpers
Alyssa Rosenzweig
2020-03-11
2
-0
/
+22
*
pan/bi: Paste over bi_has_arg
Alyssa Rosenzweig
2020-03-11
3
-1
/
+16
*
panfrost: Sync Midgard/Bifrost control flow
Alyssa Rosenzweig
2020-03-11
10
-114
/
+70
*
panfrost: Move liveness analysis to root panfrost/
Alyssa Rosenzweig
2020-03-11
5
-189
/
+249
*
pan/midgard: Subclass midgard_block from pan_block
Alyssa Rosenzweig
2020-03-11
9
-87
/
+127
*
pan/midgard: Sync midgard_block field names with Bifrost
Alyssa Rosenzweig
2020-03-11
4
-9
/
+9
*
pan/midgard: Decontextualize liveness analysis core
Alyssa Rosenzweig
2020-03-11
1
-11
/
+12
*
pan/midgard: Localize `visited` tracking
Alyssa Rosenzweig
2020-03-11
2
-15
/
+11
*
pan/bi: Implement sysvals
Alyssa Rosenzweig
2020-03-11
2
-0
/
+56
*
pan/bi: Switch to panfrost_program
Alyssa Rosenzweig
2020-03-11
3
-7
/
+4
*
panfrost: Move Midgard sysval code to common Panfrost
Alyssa Rosenzweig
2020-03-11
5
-123
/
+160
*
pan/midgard: Remove dest_override sysval argument
Alyssa Rosenzweig
2020-03-11
1
-8
/
+5
*
pan/midgard: Decontextualize midgard_nir_assign_sysval_body
Alyssa Rosenzweig
2020-03-11
2
-16
/
+18
*
pan/midgard: Remove indexing dependency of sysvals
Alyssa Rosenzweig
2020-03-11
1
-4
/
+6
*
pan/midgard: Adjust sysval-related prototypes
Alyssa Rosenzweig
2020-03-11
3
-14
/
+14
*
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
[next]