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
*
aco: enable nir_opt_sink
Rhys Perry
2019-10-09
1
-1
/
+1
*
amd: don't use AMD_FAMILY definitions from amdgpu_drm.h
Marek Olšák
2019-10-09
1
-8
/
+8
*
aco: move s_andn2_b64 instructions out of the p_discard_if
Rhys Perry
2019-10-09
5
-61
/
+54
*
aco: don't reorder instructions in order to lower boolean phis
Daniel Schürmann
2019-10-09
1
-26
/
+8
*
aco: re-use existing phi instruction when lowering boolean phis
Daniel Schürmann
2019-10-09
1
-3
/
+18
*
aco: Cleanup insert_before_logical_end
Michael Schellenberger Costa
2019-10-09
1
-15
/
+11
*
radv: bump minTexelBufferOffsetAlignment to 4
Samuel Pitoiset
2019-10-09
1
-1
/
+1
*
radv: implement VK_KHR_shader_clock
Samuel Pitoiset
2019-10-09
3
-0
/
+9
*
amd/llvm: Fix warning due to asserted-only variable.
Bas Nieuwenhuizen
2019-10-08
1
-1
/
+1
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
17
-36
/
+74
*
aco: fix load_constant with multiple arrays
Rhys Perry
2019-10-04
1
-3
/
+3
*
radv/aco,aco: set lower_fmod
Rhys Perry
2019-10-04
3
-31
/
+1
*
ac/nir: remove unused code for nir_op_{fmod,frem}
Samuel Pitoiset
2019-10-03
1
-14
/
+0
*
radv: enable lower_fmod for the LLVM path
Samuel Pitoiset
2019-10-03
1
-0
/
+1
*
radv: Fix warning in 32-bit build.
Bas Nieuwenhuizen
2019-10-03
1
-2
/
+3
*
radv: Fix condition for skipping the continue CS.
Bas Nieuwenhuizen
2019-10-03
1
-1
/
+2
*
radv/gfx10: fix the ESGS ring size symbol
Samuel Pitoiset
2019-10-02
1
-19
/
+1
*
radv: fix build
Samuel Pitoiset
2019-10-02
1
-1
/
+1
*
Revert "radv: disable viewport clamping even if FS doesn't write Z"
Samuel Pitoiset
2019-10-02
1
-1
/
+3
*
radv: rework the slow depthstencil clear to write depth from PS
Samuel Pitoiset
2019-10-02
1
-6
/
+12
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
4
-1
/
+13
*
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
2019-10-02
1
-12
/
+77
*
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
2019-10-02
1
-0
/
+6
*
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
2019-10-02
1
-8
/
+10
*
radv/gfx10: add missing counter buffer to the BO list
Samuel Pitoiset
2019-10-02
1
-0
/
+2
*
radv/gfx10: add radv_device::use_ngg
Samuel Pitoiset
2019-10-02
3
-3
/
+8
*
ac/nir: fix GLSL imageSamples()
Marek Olšák
2019-09-30
1
-24
/
+4
*
ac: add ac_build_image_get_sample_count from radeonsi
Marek Olšák
2019-09-30
2
-0
/
+21
*
ac/surface: don't allocate FMASK if there is no graphics
Marek Olšák
2019-09-30
1
-2
/
+3
*
ac: reorder and print all radeon_info fields
Marek Olšák
2019-09-30
2
-19
/
+53
*
ac: set the number of SDPs same as the number of TCCs
Marek Olšák
2019-09-30
1
-13
/
+3
*
ac: fix num_good_cu_per_sh for harvested chips
Marek Olšák
2019-09-30
1
-0
/
+6
*
ac: add radeon_info::tcc_harvested
Marek Olšák
2019-09-30
2
-0
/
+5
*
ac: fix incorrect vram_size reported by the kernel
Marek Olšák
2019-09-30
1
-2
/
+10
*
aco: call nir_opt_algebraic_late() exhaustively
Daniel Schürmann
2019-09-30
1
-4
/
+15
*
radv/aco: Don't lower subtractions
Daniel Schürmann
2019-09-30
1
-1
/
+0
*
android: aco: add support for libmesa_aco
Mauro Rossi
2019-09-28
4
-1
/
+129
*
android: aco: fix undefined template 'std::__1::array' build errors
Mauro Rossi
2019-09-28
5
-1
/
+5
*
aco: don't remove the loop exec mask in transition_to_Exact()
Rhys Perry
2019-09-27
1
-1
/
+5
*
aco: set loop_info::has_discard for demotes
Rhys Perry
2019-09-27
3
-5
/
+9
*
radv: Fix L2 cache rinse programming.
Timur Kristóf
2019-09-26
1
-5
/
+9
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
3
-2
/
+6
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
3
-33
/
+60
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
2
-2
/
+18
*
amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.
Timur Kristóf
2019-09-26
2
-0
/
+20
*
amd/common: Extract some helper functions to ac_shader_util.
Timur Kristóf
2019-09-26
5
-117
/
+131
*
amd/common: Move ac_export_mrt_z to ac_llvm_build.
Timur Kristóf
2019-09-26
4
-75
/
+76
*
aco: CSE readlane/readfirstlane/permute/reduce with the same exec mask
Rhys Perry
2019-09-26
2
-9
/
+37
*
aco: don't CSE v_readlane_b32/v_readfirstlane_b32
Rhys Perry
2019-09-26
1
-0
/
+4
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
6
-18
/
+18
[next]