index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd/common: Add detection of the syncobj wait/signal/reset ioctls.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+2
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
3
-12
/
+13
*
amd/common: more use of i32_1
Samuel Pitoiset
2017-12-14
1
-4
/
+4
*
amd/common: more use of i32_0
Samuel Pitoiset
2017-12-14
1
-9
/
+9
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
1
-0
/
+1
*
radv: export SampleMask from pixel shaders at full rate
Samuel Pitoiset
2017-12-14
1
-11
/
+35
*
amd/common: add ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
3
-0
/
+80
*
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
2017-12-14
3
-1
/
+6
*
amd/common: scan which components of gl_LocalInvocationID are used
Samuel Pitoiset
2017-12-14
2
-1
/
+7
*
amd/common: scan which components of gl_WorkGroupID are used
Samuel Pitoiset
2017-12-14
2
-0
/
+9
*
radv: replace grid_components_used by uses_grid_size
Samuel Pitoiset
2017-12-14
3
-5
/
+6
*
radv: always emit all compute block components
Samuel Pitoiset
2017-12-14
1
-3
/
+6
*
ac: fix nir_op_f2f64
Timothy Arceri
2017-12-13
1
-0
/
+1
*
ac/nir: Support vulkan_resource_reindex.
Bas Nieuwenhuizen
2017-12-12
1
-0
/
+14
*
ac/nir: Don't load the descriptor in vulkan_resource_index.
Bas Nieuwenhuizen
2017-12-12
1
-5
/
+13
*
radv: use a faster version for nir_op_pack_half_2x16
Samuel Pitoiset
2017-12-07
1
-11
/
+1
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
2
-14
/
+34
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
3
-28
/
+32
*
ac: add basic nir -> llvm type helper
Timothy Arceri
2017-12-04
1
-0
/
+22
*
ac/surface: always compute DCC info when DCC is possible on GFX9
Marek Olšák
2017-11-30
1
-1
/
+0
*
radeonsi: dismantle si_common_screen_init/destroy
Marek Olšák
2017-11-29
2
-0
/
+56
*
radeonsi: move/remove ac_shader_binary helpers
Marek Olšák
2017-11-29
2
-0
/
+14
*
ac/surface: enable DCC computation for MSAA
Marek Olšák
2017-11-29
1
-4
/
+2
*
meson: build r600 driver
Dylan Baker
2017-11-28
1
-2
/
+0
*
ac/surface: fix indentation
Nicolai Hähnle
2017-11-28
1
-1
/
+1
*
amd/common: sid.h cleanups
Nicolai Hähnle
2017-11-28
1
-13
/
+29
*
ac: pack legacy_surf_level better
Marek Olšák
2017-11-27
1
-3
/
+3
*
ac: change legacy_surf_level::slice_size to dword units
Marek Olšák
2017-11-27
2
-2
/
+2
*
ac: pack ac_surface better
Marek Olšák
2017-11-27
1
-4
/
+5
*
ac/nir: don't write tcs outputs to LDS that aren't read back.
Dave Airlie
2017-11-27
1
-1
/
+16
*
radeon/common: add vcn enc ip info query
Boyuan Zhang
2017-11-17
1
-1
/
+9
*
ac: add gs_{prim,invocation}_id to the abi
Timothy Arceri
2017-11-16
2
-8
/
+10
*
meson: Remove build_by_default from amd code
Dylan Baker
2017-11-13
1
-1
/
+0
*
ac: add emit_vertex to the abi
Timothy Arceri
2017-11-12
2
-5
/
+10
*
ac/nir: add support for all intrinsics. (v2)
Dave Airlie
2017-11-09
1
-1
/
+31
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
2
-222
/
+29
*
radeonsi: use ac_create_target_machine
Marek Olšák
2017-11-07
2
-2
/
+8
*
radeonsi: use ac_get_llvm_processor_name
Marek Olšák
2017-11-07
2
-1
/
+3
*
radeonsi: remove unused field in the PCI ID table
Marek Olšák
2017-11-07
1
-1
/
+1
*
ac/nir: for ubo load use correct num_components
Dave Airlie
2017-11-07
1
-1
/
+1
*
ac: remove the remaining duplicate llvm types
Timothy Arceri
2017-11-03
1
-12
/
+1
*
ac: remove usused v4f32
Timothy Arceri
2017-11-03
1
-4
/
+0
*
ac: add v2f32 to the common code and make use of it
Timothy Arceri
2017-11-03
3
-10
/
+7
*
ac: use the ac f16 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the ac f32 llvm type
Timothy Arceri
2017-11-03
1
-35
/
+33
*
ac: use the ac f64 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the common v8i32 llvm type
Timothy Arceri
2017-11-03
1
-4
/
+2
*
ac: use the common v4i32 llvm type
Timothy Arceri
2017-11-03
1
-9
/
+7
*
ac: add v3i32 to the common code and make use of it
Timothy Arceri
2017-11-03
3
-5
/
+5
*
ac: add v2i32 to the common code and use it
Timothy Arceri
2017-11-03
3
-11
/
+11
[next]