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
...
*
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
*
intel/compiler: Introduce backend_shader method to propagate IR changes to an...
Francisco Jerez
2020-03-06
24
-52
/
+93
*
intel/compiler: Introduce simple IR analysis pass framework
Francisco Jerez
2020-03-06
2
-0
/
+147
*
intel/compiler: Reverse inclusion dependency between brw_vec4_live_variables....
Francisco Jerez
2020-03-06
4
-6
/
+3
*
intel/compiler: Reverse inclusion dependency between brw_fs_live_variables.h ...
Francisco Jerez
2020-03-06
3
-3
/
+4
*
intel/compiler: Nest definition of live variables block_data structures
Francisco Jerez
2020-03-06
4
-82
/
+83
*
intel/compiler: Reverse inclusion dependency between brw_cfg.h and brw_shader.h
Francisco Jerez
2020-03-06
4
-6
/
+6
*
intel/compiler: Move base IR definitions into a separate header file
Francisco Jerez
2020-03-06
3
-157
/
+184
*
anv: Enable HiZ for VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Jason Ekstrand
2020-03-05
1
-8
/
+19
*
blorp: Write to depth/stencil images as depth/stencil when possible
Jason Ekstrand
2020-03-05
3
-18
/
+77
*
isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
Jason Ekstrand
2020-03-05
1
-1
/
+19
*
intel/gen12+: Disable mid thread preemption.
Rafael Antognolli
2020-03-03
2
-0
/
+13
*
intel/isl: Implement D16_UNORM workarounds.
Rafael Antognolli
2020-03-03
4
-2
/
+75
*
anv: multiply the scratch space by 4 on gen9-10 like iris and i965
Paulo Zanoni
2020-03-03
1
-2
/
+16
*
intel/device: bdw_gt1 actually has 6 eus per subslice
Paulo Zanoni
2020-03-03
1
-1
/
+1
*
intel: fix the gen 12 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-3
/
+8
*
intel: fix the gen 11 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-1
/
+6
*
anv: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2020-03-02
1
-0
/
+10
*
anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stall
Jason Ekstrand
2020-03-02
2
-8
/
+8
*
anv: Use a proper end-of-pipe sync instead of just CS stall
Jason Ekstrand
2020-03-02
2
-15
/
+118
*
anv: Use the PIPE_CONTROL instead of bits for the CS stall W/A
Jason Ekstrand
2020-03-02
1
-3
/
+7
*
intel/tools/dump_gpu: fix getparam values
Lionel Landwerlin
2020-03-02
1
-1
/
+8
*
intel/compiler: Restrict cs_threads to 64
Jordan Justen
2020-02-28
1
-1
/
+3
*
anv: Remove unused field `urb.total_size`
Caio Marcelo de Oliveira Filho
2020-02-27
4
-10
/
+5
[prev]
[next]