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
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
4
-7
/
+27
*
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
3
-4
/
+17
*
radv: only inject implicit subpass dependencies if necessary
Samuel Pitoiset
2020-03-17
1
-3
/
+39
*
llvmpipe: Use uintptr_t for pointer values
Michel Dänzer
2020-03-17
1
-2
/
+2
*
tu: Fix border color with compute shaders
Connor Abbott
2020-03-17
2
-0
/
+8
*
lima/gpir: fix crash in schedule_insert_ready_list()
Vasily Khoruzhick
2020-03-16
1
-0
/
+2
*
lima/gpir: add better lowering for ftrunc
Vasily Khoruzhick
2020-03-16
3
-9
/
+11
*
lima/gpir: kill dead writes to regs in DCE
Vasily Khoruzhick
2020-03-16
1
-0
/
+28
*
lima/gpir: Optimize nots created from branch lowering
Connor Abbott
2020-03-16
1
-0
/
+67
*
lima/gpir: Optimize conditional break/continue
Connor Abbott
2020-03-16
4
-0
/
+126
*
lima/gpir: Make lima_gpir_node_insert_child() useful
Connor Abbott
2020-03-16
1
-1
/
+1
*
panfrost: Fix gnu-empty-initializer error.
Vinson Lee
2020-03-16
1
-1
/
+1
*
aco: fix operand order for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: fix instruction encoding for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: set late kill for v_interp_p1_f32 for some APUs
Rhys Perry
2020-03-16
3
-2
/
+8
*
aco: add a late kill flag
Rhys Perry
2020-03-16
5
-25
/
+77
*
aco: move some register demand helpers into aco_live_var_analysis.cpp
Rhys Perry
2020-03-16
4
-45
/
+55
*
radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR()
Samuel Pitoiset
2020-03-16
2
-44
/
+49
*
anv: Push UBO ranges relative to the start of the binding
Jason Ekstrand
2020-03-16
2
-12
/
+16
*
anv: Fix the comparison in an assert
Jason Ekstrand
2020-03-16
1
-1
/
+1
*
tu: Rewrite border color handling
Connor Abbott
2020-03-16
5
-159
/
+115
*
meson: Avoid duplicate symbols.
Jose Fonseca
2020-03-16
2
-4
/
+13
*
iris: allow compression conditionally for images on gen12
Tapani Pälli
2020-03-16
1
-0
/
+18
*
isl: allow compression for storage images on gen12+
Tapani Pälli
2020-03-16
1
-1
/
+4
*
iris: determine aux usage during predraw and state setup
Tapani Pälli
2020-03-16
2
-8
/
+18
*
iris: move existing image format fallback as a helper function
Tapani Pälli
2020-03-16
3
-22
/
+32
*
iris: provide dummy iris_image_view_aux_usage
Tapani Pälli
2020-03-16
2
-0
/
+13
*
intel/compiler: detect if atomic load store operations are used
Tapani Pälli
2020-03-16
7
-5
/
+16
*
iris: use the images_used mask in resolve pass
Tapani Pälli
2020-03-16
1
-3
/
+3
*
nir/glsl: gather bitmask of images used by program
Tapani Pälli
2020-03-16
3
-0
/
+22
*
st/mesa: Fix signed integer overflow when using util_throttle_memory_usage
Danylo Piliaiev
2020-03-16
1
-3
/
+3
*
isl: Avoid EXPECT_DEATH in unit tests
Matt Turner
2020-03-13
4
-46
/
+61
*
gallium/swr: use ElementCount type arguments for getSplat()
Jan Zielinski
2020-03-13
4
-17
/
+57
*
etnaviv: enable shareable shaders
Christian Gmeiner
2020-03-13
1
-0
/
+1
*
etnaviv: get rid of etna_spec in etna_context
Christian Gmeiner
2020-03-13
13
-76
/
+98
*
anv: Dump push ranges via VK_KHR_pipeline_executable_properties
Jason Ekstrand
2020-03-13
1
-0
/
+50
*
aco: don't stop scheduling at exports
Rhys Perry
2020-03-13
1
-5
/
+7
*
aco: allow barriers to be skipped during scheduling
Rhys Perry
2020-03-13
1
-17
/
+25
*
aco: add helpers for ensuring correct ordering while scheduling
Rhys Perry
2020-03-13
2
-193
/
+171
*
aco: add helpers for moving instructions for scheduling
Rhys Perry
2020-03-13
1
-364
/
+321
*
radv: add llvm_compiler_shader() helper
Samuel Pitoiset
2020-03-13
3
-40
/
+44
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
6
-16
/
+0
*
radv: remove radv_shader_variant::aco_used
Samuel Pitoiset
2020-03-13
3
-3
/
+1
*
radv: cleanup occurences of use_aco everywhere
Samuel Pitoiset
2020-03-13
3
-31
/
+27
*
glsl: do not crash if string literal is used outside of #include/#line
Danylo Piliaiev
2020-03-13
1
-0
/
+1
*
anv: Remove duplicate code in anv_cmd_buffer_bind_descriptor_set
Caio Marcelo de Oliveira Filho
2020-03-12
1
-14
/
+20
*
anv: Reduce compute pipeline batch_data size
Caio Marcelo de Oliveira Filho
2020-03-12
3
-5
/
+7
*
anv: Split graphics and compute bits from anv_pipeline
Caio Marcelo de Oliveira Filho
2020-03-12
7
-236
/
+275
*
anv: Use a separate field in the pipeline for compute shader
Caio Marcelo de Oliveira Filho
2020-03-12
5
-20
/
+42
*
anv: Decouple flush_descriptor_sets() from pipeline struct
Caio Marcelo de Oliveira Filho
2020-03-12
1
-23
/
+45
[next]