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: add the trace BO to the BO list at submit time
Samuel Pitoiset
2020-02-24
2
-7
/
+4
*
radv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
Samuel Pitoiset
2020-02-20
1
-3
/
+2
*
radv/winsys: add a new flag that requests zerovram allocations
Samuel Pitoiset
2020-02-20
2
-2
/
+6
*
aco: improve GFX9 1D ddx/ddy assertion
Rhys Perry
2020-02-20
1
-1
/
+1
*
aco: add some helpers for filling/testing register ranges
Rhys Perry
2020-02-19
1
-148
/
+106
*
aco: add RegisterFile
Rhys Perry
2020-02-19
1
-12
/
+27
*
radv: Squelch possibly-undefined warning
Eric Anholt
2020-02-18
1
-1
/
+1
*
radv: Advertise VK_KHR_shader_non_semantic_info
Caio Marcelo de Oliveira Filho
2020-02-18
1
-0
/
+1
*
radv: add a comment about VK_AMD_mixed_attachment_samples on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-0
/
+1
*
radv: enable VK_NV_compute_shader_derivatives on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-1
/
+1
*
radv: enable VK_EXT_sampler_filter_minmax on GFX6
Samuel Pitoiset
2020-02-17
2
-2
/
+2
*
radv: enable shaderStorageImageMultisample on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-2
/
+2
*
radv: remove unnecessary RADV_DEBUG=nobatchchain option
Samuel Pitoiset
2020-02-14
5
-15
/
+11
*
radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADER
Samuel Pitoiset
2020-02-13
1
-6
/
+5
*
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
Samuel Pitoiset
2020-02-13
5
-43
/
+32
*
radv: remove LLVM sicheduler enable for The Talos Principle
Samuel Pitoiset
2020-02-13
1
-9
/
+1
*
radv: implement VK_EXT_line_rasterization
Samuel Pitoiset
2020-02-13
5
-7
/
+112
*
radv: fix line width range and granularity
Samuel Pitoiset
2020-02-13
1
-2
/
+2
*
aco: improve SCC handling in some SALU combines
Rhys Perry
2020-02-12
1
-6
/
+4
*
aco: disable some instruction combining if it could change an exec operand
Rhys Perry
2020-02-12
1
-2
/
+13
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-3
/
+3
*
aco: fix creating v_madak if v_mad_f32 has two sgpr literals
Samuel Pitoiset
2020-02-11
1
-1
/
+1
*
radv: set the chip name to GCN-NOOP when RADV_FORCE_FAMILY is set
Samuel Pitoiset
2020-02-11
1
-0
/
+1
*
radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is set
Samuel Pitoiset
2020-02-11
5
-0
/
+9
*
radv: Do not redundantly set the RB+ regs on pipeline switch.
Bas Nieuwenhuizen
2020-02-11
2
-1
/
+19
*
radv: Optimize emitting index buffer changes.
Bas Nieuwenhuizen
2020-02-11
1
-2
/
+7
*
aco: fix waiting for scalar stores before "writing back" data on GFX8-GFX9
Samuel Pitoiset
2020-02-10
1
-6
/
+9
*
aco: do not use ds_{read,write}2 on GFX6
Samuel Pitoiset
2020-02-07
1
-4
/
+6
*
aco: gfx10_wave64_bpermute reduce op to print_ir
Rhys Perry
2020-02-06
1
-0
/
+1
*
aco: fix gfx10_wave64_bpermute
Rhys Perry
2020-02-06
1
-1
/
+6
*
aco/optimizer: Don't combine uniform bool s_and to s_andn2.
Timur Kristóf
2020-02-05
1
-0
/
+3
*
radv: Do not set SX DISABLE bits for RB+ with unused surfaces.
Bas Nieuwenhuizen
2020-02-04
1
-6
/
+7
*
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2020-02-02
2
-6
/
+13
*
aco: fix image_atomic_cmp_swap
Daniel Schürmann
2020-01-31
2
-2
/
+3
*
aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6
Samuel Pitoiset
2020-01-31
1
-1
/
+6
*
radv: refactor physical device properties
Samuel Pitoiset
2020-01-29
1
-250
/
+233
*
aco: Fix the meaning of is_atomic.
Timur Kristóf
2020-01-29
2
-7
/
+7
*
aco: simplify gathering of MIMG address components
Daniel Schürmann
2020-01-29
1
-129
/
+79
*
aco: simplify adjust_sample_index_using_fmask() & get_image_coords()
Daniel Schürmann
2020-01-29
1
-26
/
+27
*
aco: fix register allocation with multiple live-range splits
Daniel Schürmann
2020-01-29
1
-7
/
+13
*
aco: reorder VMEM operands in ACO IR
Daniel Schürmann
2020-01-29
11
-132
/
+153
*
aco: fix exec mask consistency issues
Rhys Perry
2020-01-29
1
-3
/
+7
*
aco: parallelcopy exec mask before s_wqm
Rhys Perry
2020-01-29
1
-0
/
+7
*
aco: fill reg_demand with sensible information in add_coupling_code()
Rhys Perry
2020-01-29
1
-14
/
+22
*
aco: improve assertion at the end of spiller
Rhys Perry
2020-01-29
1
-1
/
+1
*
aco: set exec_potentially_empty after continues/breaks in nested IFs
Rhys Perry
2020-01-29
2
-15
/
+51
*
aco: error when block has no logical preds but VGPRs are live at the start
Rhys Perry
2020-01-29
1
-1
/
+2
*
aco: don't always add logical edges from continue_break blocks to headers
Rhys Perry
2020-01-29
1
-1
/
+2
*
aco: only create parallelcopy to restore exec at loop exit if needed
Rhys Perry
2020-01-29
1
-2
/
+29
*
aco: don't update demand in add_coupling_code() for loop headers
Rhys Perry
2020-01-29
1
-3
/
+9
[next]