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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/isl: Add a separate ISL_AUX_USAGE_STC_CCS
Jason Ekstrand
2020-03-12
6
-4
/
+31
*
intel/isl: Require ISL_AUX_USAGE_HIZ_CCS_WT for HZ+CCS WT mode
Jason Ekstrand
2020-03-12
4
-20
/
+3
*
iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZ
Jason Ekstrand
2020-03-12
1
-1
/
+1
*
intel/blorp: Allow HIZ_CCS_WT in copy sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
intel/isl: Add a separate ISL_AUX_USAGE_HIZ_CCS_WT
Jason Ekstrand
2020-03-12
4
-9
/
+89
*
intel/isl: Clean up some aux surface logic
Jason Ekstrand
2020-03-12
1
-15
/
+11
*
intel/fs: Fix NULL destinations on 3-source instructions again after late DCE
Ian Romanick
2020-03-12
1
-2
/
+9
*
intel/compiler: fix cmod propagation optimisations
Yevhenii Kolesnikov
2020-03-11
2
-9
/
+336
*
intel/tools: Fix compilation with UBSan
Danylo Piliaiev
2020-03-10
1
-1
/
+1
*
i965: Move down genX_upload_sbe in profiles.
Mathias Fröhlich
2020-03-10
4
-0
/
+34
*
intel/fs: Fix workaround for VxH indirect addressing bug under control flow.
Francisco Jerez
2020-03-10
1
-10
/
+28
*
intel/fs: Allow NOT instructions in conditional discard optimization
Ian Romanick
2020-03-09
1
-1
/
+0
*
intel/fs: Do cmod prop again after scheduling
Ian Romanick
2020-03-09
1
-0
/
+11
*
intel/compiler: Discount NOPs from instruction counts
Matt Turner
2020-03-09
1
-3
/
+9
*
intel/compiler: Pass shader_stats for each SIMD mode
Matt Turner
2020-03-09
7
-24
/
+21
*
intel/compiler: Pass backend_shader * to cfg_t()
Matt Turner
2020-03-09
7
-16
/
+20
*
intel/compiler: Mark visitor parameters to scheduler const
Matt Turner
2020-03-09
1
-10
/
+10
*
intel/compiler: Mark some methods and parameters const
Matt Turner
2020-03-09
8
-27
/
+27
*
intel/compiler: Make instructions_to_schedule a local variable
Matt Turner
2020-03-09
1
-4
/
+2
*
intel/compiler: Remove unnecessary local variables
Matt Turner
2020-03-09
1
-3
/
+0
*
intel/vec4: Make implied_mrf_writes() a vec4_instruction method
Matt Turner
2020-03-09
4
-9
/
+8
*
anv: stop storing prog param data into shader blobs
Lionel Landwerlin
2020-03-07
2
-14
/
+5
*
anv: Bounds-check pushed UBOs when robustBufferAccess = true
Jason Ekstrand
2020-03-07
5
-41
/
+267
*
anv: Add an align_down_u32 helper
Jason Ekstrand
2020-03-07
2
-2
/
+9
*
anv: Align UBO sizes to 32B
Jason Ekstrand
2020-03-07
3
-0
/
+13
*
anv: Delete some pointless break statements
Jason Ekstrand
2020-03-07
1
-2
/
+0
*
anv: Pass buffer addresses into emit_push_constant*
Jason Ekstrand
2020-03-07
1
-26
/
+32
*
anv: Mark max_push_range UNUSED and simplify the code
Jason Ekstrand
2020-03-07
1
-3
/
+2
*
anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
Jason Ekstrand
2020-03-07
1
-10
/
+45
*
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
*
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
*
intel/compiler: Define more detailed analysis dependency classes
Francisco Jerez
2020-03-06
1
-0
/
+46
[prev]
[next]