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/bi: Fix destination printing
Alyssa Rosenzweig
2020-03-07
1
-20
/
+21
*
pan/bi: Handle jumps (breaks, continues)
Alyssa Rosenzweig
2020-03-07
1
-1
/
+60
*
pan/bi: Handle loops when ingesting CFG
Alyssa Rosenzweig
2020-03-07
2
-2
/
+33
*
pan/bi: Add support for if-else blocks
Alyssa Rosenzweig
2020-03-07
1
-2
/
+109
*
pan/bi: Call nir_lower_io_to_temporaries in cmdline
Alyssa Rosenzweig
2020-03-07
1
-0
/
+1
*
pan/bi: Add instruction emit/remove helpers
Alyssa Rosenzweig
2020-03-07
1
-1
/
+17
*
pan/bi: Print branch target
Alyssa Rosenzweig
2020-03-07
1
-0
/
+7
*
pan/bi: Don't print types for unconditional branches
Alyssa Rosenzweig
2020-03-07
1
-3
/
+5
*
pan/bi: Improve block printing
Alyssa Rosenzweig
2020-03-07
1
-5
/
+9
*
pan/bi: Walk through the NIR control flow graph
Alyssa Rosenzweig
2020-03-07
2
-0
/
+82
*
pan/bi: Lower and optimize NIR
Alyssa Rosenzweig
2020-03-07
3
-2
/
+100
*
anv: Flatten the logic add_aux_surface_if_supported (v3)
Chad Versace
2020-03-06
1
-85
/
+101
*
anv: Refactor creation of aux surfaces (v2)
Chad Versace
2020-03-06
1
-86
/
+112
*
anv: Add anv_image_plane_needs_shadow_surface() (v2)
Chad Versace
2020-03-06
1
-31
/
+58
*
glsl: add subroutine support to nir linker
Timothy Arceri
2020-03-06
1
-1
/
+99
*
glsl: dont try to assign uniform storage for uniform blocks
Timothy Arceri
2020-03-06
1
-2
/
+4
*
glsl: add support for builtins to the nir uniform linker
Timothy Arceri
2020-03-06
1
-2
/
+11
*
glsl: set ShaderStorageBlocksWriteAccess in the nir linker
Timothy Arceri
2020-03-06
1
-6
/
+32
*
glsl: nir linker fix setting of ssbo top level array
Timothy Arceri
2020-03-06
1
-6
/
+19
*
glsl: find the base offset for block members from unnamed blocks
Timothy Arceri
2020-03-06
1
-1
/
+95
*
glsl: correctly set explicit offsets for struct members
Timothy Arceri
2020-03-06
1
-3
/
+11
*
glsl: add std140 and std430 layouts to nir uniform linker
Timothy Arceri
2020-03-06
1
-4
/
+29
*
nir: add glsl_get_std430_size() helper
Timothy Arceri
2020-03-06
2
-0
/
+7
*
nir: add glsl_get_std430_base_alignment() helper
Timothy Arceri
2020-03-06
2
-0
/
+8
*
nir: add glsl_get_std140_size() helper
Timothy Arceri
2020-03-06
2
-0
/
+7
*
nir: add glsl_get_std140_base_alignment() helper
Timothy Arceri
2020-03-06
2
-0
/
+8
*
nir: add glsl_get_internal_ifc_packing() helper
Timothy Arceri
2020-03-06
2
-0
/
+11
*
glsl: correctly find block index when linking glsl with nir linker
Timothy Arceri
2020-03-06
1
-4
/
+30
*
glsl: add name support to nir uniform linker
Timothy Arceri
2020-03-06
1
-42
/
+248
*
glsl: move get_next_index() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-34
/
+34
*
glsl: move add_parameter() earlier in nir link uniforms
Timothy Arceri
2020-03-06
1
-54
/
+54
*
glsl: move nir link uniforms struct defs earlier
Timothy Arceri
2020-03-06
1
-47
/
+47
*
lima: gpir: enforce instruction limit earlier
Vasily Khoruzhick
2020-03-06
2
-9
/
+8
*
intel/compiler: Calculate num_instructions in O(1) during register pressure c...
Francisco Jerez
2020-03-06
1
-3
/
+2
*
intel/compiler: Move register pressure calculation into IR analysis object
Francisco Jerez
2020-03-06
3
-19
/
+47
*
entel/compiler: Simplify new_idom reduction in dominance tree calculation
Francisco Jerez
2020-03-06
1
-5
/
+2
*
intel/compiler: Move dominance tree data structure into idom_tree object
Francisco Jerez
2020-03-06
2
-26
/
+47
*
intel/compiler: Move idom tree calculation and related logic into analysis ob...
Francisco Jerez
2020-03-06
5
-32
/
+59
*
intel/compiler: Drop invalidate_live_intervals()
Francisco Jerez
2020-03-06
6
-21
/
+0
*
intel/compiler/vec4: Switch liveness analysis to IR analysis framework
Francisco Jerez
2020-03-06
8
-57
/
+29
*
intel/compiler/fs: Switch liveness analysis to IR analysis framework
Francisco Jerez
2020-03-06
12
-97
/
+84
*
intel/compiler/vec4: Add live interval validation pass
Francisco Jerez
2020-03-06
2
-0
/
+46
*
intel/compiler/fs: Add live interval validation pass
Francisco Jerez
2020-03-06
2
-0
/
+43
*
intel/compiler: Pass single backend_shader argument to the vec4_live_variable...
Francisco Jerez
2020-03-06
2
-5
/
+6
*
intel/compiler: Pass single backend_shader argument to the fs_live_variables ...
Francisco Jerez
2020-03-06
2
-11
/
+10
*
intel/compiler: Restructure live intervals computation code
Francisco Jerez
2020-03-06
2
-78
/
+54
*
intel/compiler: Move all live interval analysis results into vec4_live_variables
Francisco Jerez
2020-03-06
7
-25
/
+36
*
intel/compiler: Move all live interval analysis results into fs_live_variables
Francisco Jerez
2020-03-06
9
-42
/
+43
*
intel/compiler: Mark virtual_grf_interferes and vars_interfere as const
Francisco Jerez
2020-03-06
5
-6
/
+6
*
intel/compiler: Pass detailed dependency classes to invalidate_analysis()
Francisco Jerez
2020-03-06
20
-54
/
+61
[next]