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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix VK_KHR_shader_float_controls dependency on GFX6-7
Samuel Pitoiset
2019-10-25
1
-3
/
+3
*
radv: compute the number of records correctly for vertex buffers
Samuel Pitoiset
2019-10-24
1
-5
/
+7
*
aco: take LDS into account when calculating num_waves
Rhys Perry
2019-10-23
4
-7
/
+42
*
aco: increase accuracy of SGPR limits
Rhys Perry
2019-10-23
6
-28
/
+95
*
radv: round vgprs/sgprs before calculating max_waves
Rhys Perry
2019-10-23
1
-4
/
+8
*
radv: fix a performance regression with graphics depth/stencil clears
Samuel Pitoiset
2019-10-23
2
-25
/
+123
*
radv: fix vkUpdateDescriptorSets with inline uniform blocks
Samuel Pitoiset
2019-10-23
1
-0
/
+8
*
radv/gfx10: fix 3D images
Samuel Pitoiset
2019-10-23
3
-17
/
+17
*
radv/gfx10: re-enable fast depth/stencil clears with separate aspects
Samuel Pitoiset
2019-10-23
1
-3
/
+2
*
radv: do not emit rbplus if attachments are undefined
Samuel Pitoiset
2019-10-23
1
-0
/
+3
*
radv: add an assertion in radv_gfx10_compute_bin_size()
Samuel Pitoiset
2019-10-23
1
-0
/
+1
*
radv: do not create meta pipelines with 16 samples
Samuel Pitoiset
2019-10-23
2
-5
/
+5
*
Revert "aco: only emit waitcnt on loop continues if we there was some load or...
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: add missing bld.scc()
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: keep can_reorder/barrier when combining addition into SMEM
Rhys Perry
2019-10-22
1
-0
/
+2
*
aco: add a few missing checks in value numbering
Rhys Perry
2019-10-22
1
-1
/
+4
*
aco: use ds_read2_b64/ds_write2_b64
Rhys Perry
2019-10-22
1
-7
/
+24
*
aco: properly combine additions into ds_write2_b64/ds_read2_b64
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: fix sparse store_lds()
Rhys Perry
2019-10-22
1
-8
/
+40
*
aco: create load_lds/store_lds helpers
Rhys Perry
2019-10-22
1
-176
/
+195
*
aco: fix 64-bit p_extract_vector on 32-bit p_create_vector
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: small stage corrections
Rhys Perry
2019-10-22
2
-11
/
+13
*
aco: refactor value numbering
Daniel Schürmann
2019-10-22
1
-55
/
+53
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointers
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
aco: run opt_algebraic in a loop
Rhys Perry
2019-10-21
1
-3
/
+8
*
aco: use nir_lower_idiv_precise
Rhys Perry
2019-10-21
1
-1
/
+1
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+1
*
aco: ensure that uniform booleans are computed in WQM if their uses happen in...
Daniel Schürmann
2019-10-21
1
-1
/
+2
*
aco/gfx10: Update constant addresses in fix_branches_gfx10.
Timur Kristóf
2019-10-21
1
-1
/
+12
*
aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
Timur Kristóf
2019-10-21
1
-1
/
+7
*
aco/gfx10: Wait for pending SMEM stores before loads
Timur Kristóf
2019-10-21
2
-1
/
+33
*
radv: advertise VK_KHR_spirv_1_4
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
radv: do not dump descriptors twice in hang reports
Samuel Pitoiset
2019-10-21
1
-10
/
+15
*
radv: dump trace files earlier if a GPU hang is detected
Samuel Pitoiset
2019-10-21
1
-1
/
+2
*
radv: print which ring is dumped in hang reports
Samuel Pitoiset
2019-10-21
1
-0
/
+2
*
radv: do not print useless descriptors info in hang reports
Samuel Pitoiset
2019-10-21
1
-74
/
+1
*
radv: enable VK_KHR_shader_float_controls on GFX6-GFX7
Samuel Pitoiset
2019-10-21
2
-4
/
+4
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
6
-3
/
+50
*
ac/llvm: force fneg/fabs to flush denorms to zero if requested
Samuel Pitoiset
2019-10-18
1
-0
/
+14
*
ac/llvm: add AC_FLOAT_MODE_ROUND_TO_ZERO
Samuel Pitoiset
2019-10-18
4
-0
/
+5
*
ac/llvm: add ac_build_canonicalize() helper
Samuel Pitoiset
2019-10-18
3
-6
/
+33
*
radv: Fix single stage constant flush with merged shaders.
Bas Nieuwenhuizen
2019-10-18
1
-5
/
+6
*
aco: don't combine minmax3 if there is a neg or abs modifier in between
Daniel Schürmann
2019-10-17
1
-29
/
+1
*
radv: fix DCC fast clear code for intensity formats (correctly)
Samuel Pitoiset
2019-10-17
1
-12
/
+9
*
aco: emit_split_vector() s_memtime results
Rhys Perry
2019-10-16
1
-0
/
+1
*
aco: don't CSE s_memtime
Rhys Perry
2019-10-16
1
-1
/
+1
*
aco: fix scheduling with s_memtime/s_memrealtime
Rhys Perry
2019-10-16
1
-0
/
+8
*
Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"
Samuel Pitoiset
2019-10-15
2
-12
/
+6
*
radv: rename VK_KHR_shader_float16_int8 structs/constants
Samuel Pitoiset
2019-10-15
1
-3
/
+3
[next]