index
:
openchrome/mesa-openchrome
master
Gallium 3D driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
amd/llvm: Reorder LLVM headers
James Park
1
-6
/
+12
2020-08-05
radv: set BYPASS_VTX_RATE_COMBINER_GFX103 on GFX 10.3
Samuel Pitoiset
1
-0
/
+2
2020-08-05
radv: fix sample shading on GFX 10.3
Samuel Pitoiset
1
-0
/
+1
2020-08-05
radv: increase minimum NGG vertex count requirement per workgroup on GFX 10.3
Samuel Pitoiset
1
-2
/
+3
2020-08-05
radv: do not honor a user-specified pitch on GFX 10.3
Samuel Pitoiset
1
-21
/
+5
2020-08-05
radv/llvm: enable VK_KHR_memory_model
Rhys Perry
4
-6
/
+6
2020-08-05
ac/nir: fix coherent global loads/stores
Rhys Perry
1
-2
/
+14
2020-08-05
ac/nir: consider an image load/store intrinsic's access
Rhys Perry
1
-6
/
+4
2020-08-05
radv/aco: enable VK_KHR_memory_model
Rhys Perry
3
-2
/
+13
2020-08-04
aco: replace MADs in isel with FMA on GFX10.3
Rhys Perry
1
-9
/
+14
2020-08-04
aco: disable SMEM stores on GFX10.3
Rhys Perry
2
-1
/
+3
2020-08-04
aco: update aco_opcodes.py for GFX10.3
Rhys Perry
1
-2
/
+13
2020-08-04
aco: implement subgroup shader_clock on GFX10.3
Rhys Perry
3
-6
/
+16
2020-08-04
aco: update vgpr_alloc_granule for GFX10.3
Rhys Perry
1
-1
/
+4
2020-08-04
aco: fix max_waves_per_simd on Polaris, VegaM and GFX10.3
Rhys Perry
2
-5
/
+11
2020-08-04
aco: update bug workarounds for GFX10_3
Rhys Perry
2
-2
/
+4
2020-08-04
aco: don't create v_mad_f32 on GFX10.3
Rhys Perry
1
-1
/
+1
2020-08-04
aco: fix waitcnt insertion on GFX10.3
Rhys Perry
1
-0
/
+1
2020-08-04
radv: print warnings for famous RADV_PERFTEST options that no longer exist
Samuel Pitoiset
1
-2
/
+20
2020-08-03
amd: Swap from nir_opt_shrink_load() to nir_opt_shrink_vectors().
Eric Anholt
2
-2
/
+3
2020-08-03
radv: Implement VK_EXT_4444_formats
Joshua Ashton
3
-0
/
+10
2020-07-30
aco: optimize swizzled SALU 8/16-bit conversions
Rhys Perry
1
-77
/
+118
2020-07-30
radv: fix build on Android 7 (v2)
Mauro Rossi
1
-1
/
+1
2020-07-30
nir: Stop passing an options arg to nir_lower_int64()
Boris Brezillon
1
-1
/
+1
2020-07-30
aco: add GFX6/7 subdword lowering tests
Daniel Schürmann
1
-52
/
+250
2020-07-30
aco/tests: add tests for sub-dword swaps
Rhys Perry
2
-0
/
+189
2020-07-30
aco: add framework for testing isel and integration tests
Rhys Perry
5
-2
/
+1142
2020-07-30
aco: add a few tests for the assembler and optimizer
Rhys Perry
3
-0
/
+125
2020-07-30
aco: add framework for unit testing
Rhys Perry
13
-3
/
+1247
2020-07-30
vulkan/util: add struct vk_pipeline_cache_header
Alejandro Piñeiro
1
-10
/
+3
2020-07-29
aco: remove isel for GLSL-style barriers
Rhys Perry
1
-61
/
+23
2020-07-29
radv: use scoped barriers
Rhys Perry
2
-6
/
+4
2020-07-29
ac/nir: implement scoped_barrier
Rhys Perry
1
-0
/
+19
2020-07-29
nir: Add a find_variable_with_[driver_]location helper
Jason Ekstrand
1
-7
/
+5
2020-07-29
aco: Use nir_foreach_variable_with_modes to walk SSBOs
Jason Ekstrand
1
-2
/
+2
2020-07-29
nir: Take a shader and variable mode in nir_assign_io_var_locations
Jason Ekstrand
1
-1
/
+1
2020-07-29
nir: Add a nir_foreach_function_temp_variable helper
Jason Ekstrand
1
-1
/
+1
2020-07-29
nir: Add nir_foreach_shader_in/out_variable helpers
Jason Ekstrand
5
-14
/
+14
2020-07-28
amd: enable displayable DCC for everything newer than Navi1x
Marek Olšák
1
-1
/
+2
2020-07-28
amd: add support for Navy Flounder
Marek Olšák
5
-0
/
+12
2020-07-28
amd: rename SIENNA -> SIENNA_CICHLID
Marek Olšák
6
-9
/
+9
2020-07-28
aco: create acq+rel barriers instead of acq/rel
Rhys Perry
1
-2
/
+2
2020-07-28
aco: improve workgroup-scope and lower vmem/smem barriers
Rhys Perry
1
-1
/
+5
2020-07-28
aco: improve sync_info for TCS output stores
Rhys Perry
1
-11
/
+10
2020-07-28
aco: use storage_scratch
Rhys Perry
1
-2
/
+2
2020-07-28
aco: enable value numbering of s_buffer_load_*
Rhys Perry
1
-2
/
+0
2020-07-28
nir,radv/aco: add and use pass to lower make available/visible barriers
Rhys Perry
1
-0
/
+1
2020-07-28
aco: consider intrinsic access in visit_{load,store}_image
Rhys Perry
1
-3
/
+5
2020-07-28
radv/aco,aco: use scoped barriers
Rhys Perry
3
-11
/
+50
2020-07-28
aco: rework barriers and replace can_reorder
Rhys Perry
12
-340
/
+520
[next]