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
*
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
*
ac: use the ac i64 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: remove unused i16 llvm type
Timothy Arceri
2017-11-03
1
-2
/
+0
*
ac: use the ac ivoidt llvm type
Timothy Arceri
2017-11-03
1
-4
/
+2
*
ac: use the ac i8 llvm type
Timothy Arceri
2017-11-03
1
-6
/
+4
*
ac: use the ac i1 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the ac i32 llvm type
Timothy Arceri
2017-11-03
1
-181
/
+179
*
ac/radeonsi: add support for tex instr without a derefence
Timothy Arceri
2017-11-03
1
-34
/
+46
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
4
-13
/
+1
*
ac/llvm: drop pointless wrappers around umsb/imsb
Dave Airlie
2017-10-26
1
-14
/
+2
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
3
-29
/
+36
*
ac/llvm: drop v4f32empty. (v2)
Dave Airlie
2017-10-26
1
-12
/
+0
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
3
-41
/
+33
*
ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
Dave Airlie
2017-10-26
1
-60
/
+52
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
3
-41
/
+50
*
ac/nir: generate correct instruction for atomic min/max on unsigned images
Matthew Nicholls
2017-10-25
1
-2
/
+4
*
ac: add support for explicit component packing
Timothy Arceri
2017-10-25
1
-16
/
+52
[next]