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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
2018-04-20
1
-0
/
+1
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
3
-0
/
+6
*
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
2018-04-16
1
-17
/
+22
*
ac: handle subgroup intrinsics
Daniel Schürmann
2018-04-14
1
-29
/
+40
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
2
-1
/
+485
*
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
2018-04-14
1
-9
/
+25
*
winsys/amdgpu: allow local BOs on APUs
Marek Olšák
2018-04-13
1
-1
/
+2
*
ac/surface: Allow S swizzle for displayable surfaces.
Bas Nieuwenhuizen
2018-04-12
1
-2
/
+5
*
radeonsi: pass -O halt_waves to umr for hang debugging
Nicolai Hähnle
2018-04-11
1
-1
/
+1
*
ac/surface: don't set the display flag for obviously unsupported cases (v2)
Marek Olšák
2018-04-10
2
-4
/
+31
*
ac/surface/gfx9: request desired micro tile mode explicitly
Marek Olšák
2018-04-10
1
-4
/
+16
*
ac/nir: Use an array instead of hashtable for SSA defs.
Bas Nieuwenhuizen
2018-04-10
1
-9
/
+13
*
radeonsi: move FMASK shader logic to shared code
Marek Olšák
2018-04-02
2
-0
/
+59
*
ac/gpu_info: print GB_ADDR_CONFIG
Marek Olšák
2018-04-02
2
-0
/
+51
*
ac/gpu_info: reorder the fields and print them nicely
Marek Olšák
2018-04-02
2
-55
/
+76
*
ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memory
Marek Olšák
2018-04-02
2
-2
/
+2
*
ac/gpu_info: don't print irrelevant fields
Marek Olšák
2018-04-02
1
-5
/
+0
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
1
-0
/
+1
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
2
-3
/
+3
*
ac: add support for trinary_minmax instructions
Daniel Schürmann
2018-03-29
1
-0
/
+54
*
ac/nir: Add workaround for GFX9 buffer views.
Bas Nieuwenhuizen
2018-03-29
4
-7
/
+69
*
ac/surface: set AddrSurfInfoIn.format = ADDR_FMT_8 for stencil, add assertions
Marek Olšák
2018-03-28
1
-0
/
+8
*
radeonsi: add support for Vega12
Marek Olšák
2018-03-28
3
-7
/
+28
*
amd/addrlib: update to the latest version for Vega12
Marek Olšák
2018-03-28
1
-1
/
+1
*
ac/radeonsi: pass bindless bool to load_sampler_desc()
Timothy Arceri
2018-03-28
2
-3
/
+11
*
ac/nir_to_llvm: fix component packing for double outputs
Timothy Arceri
2018-03-28
1
-1
/
+3
*
radeonsi: don't reallocate on DMABUF export if local BOs are disabled
Marek Olšák
2018-03-26
2
-0
/
+3
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-21
/
+21
*
ac/nir_to_llvm: add frexp support
Timothy Arceri
2018-03-22
1
-0
/
+11
*
ac/surface: compute tile swizzle for GFX9
Marek Olšák
2018-03-21
2
-3
/
+88
*
ac/nir: pass the nir variable through tcs loading.
Dave Airlie
2018-03-14
2
-12
/
+6
*
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Jason Ekstrand
2018-03-13
4
-98
/
+0
*
ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()
Samuel Pitoiset
2018-03-13
2
-4
/
+4
*
ac/nir: remove some unnecessary includes and declarations
Samuel Pitoiset
2018-03-13
2
-9
/
+1
*
ac/nir: drop radv prefix from radv_lower_gather4_integer()
Samuel Pitoiset
2018-03-13
1
-4
/
+4
*
ac/nir: move ac_nir_compiler_options and friends to radv folder
Samuel Pitoiset
2018-03-13
1
-72
/
+0
*
ac: move ac_shader_info to radv folder
Samuel Pitoiset
2018-03-13
4
-388
/
+0
*
ac/nir: move ac_shader_variant_info and friends to radv folder
Samuel Pitoiset
2018-03-13
1
-97
/
+0
*
ac/nir: move all RADV related code to radv_nir_to_llvm.c
Samuel Pitoiset
2018-03-13
2
-3420
/
+0
*
ac/nir: make emit_barrier() non-static
Samuel Pitoiset
2018-03-13
2
-4
/
+6
*
ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.h
Samuel Pitoiset
2018-03-13
2
-5
/
+5
*
ac/nir: make handle_shader_output_decl() non-static
Samuel Pitoiset
2018-03-13
2
-10
/
+18
*
ac/nir: change prototype of handle_shader_output_decl()
Samuel Pitoiset
2018-03-13
1
-14
/
+14
*
ac/nir: move unpack_param() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
3
-33
/
+35
*
ac/nir: move trim_vector to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
3
-24
/
+27
*
ac/nir: move cast_ptr() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
3
-10
/
+13
*
ac/nir: move ac_build_alloca() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
3
-39
/
+41
*
ac/gpu_info: print ib_start_alignment, add assertion
Marek Olšák
2018-03-09
1
-0
/
+2
*
ac/nir: set number of channels for packed mrt exports
Samuel Pitoiset
2018-03-09
1
-0
/
+5
*
winsys/amdgpu: query GDS info
Marek Olšák
2018-03-08
2
-0
/
+13
[next]