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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
8
-27
/
+27
*
radv: make radv_emit_framebuffer_state() static
Samuel Pitoiset
2017-11-13
2
-3
/
+2
*
radv: do not emit the framebuffer when restoring a pass
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: prefetch VBO descriptors at the right place
Samuel Pitoiset
2017-11-13
2
-0
/
+21
*
radv: add radv_emit_prefetch_TC_L2_async() helper
Samuel Pitoiset
2017-11-13
1
-2
/
+9
*
radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch()
Samuel Pitoiset
2017-11-13
1
-6
/
+6
*
radv: emit esgs ring size in one place.
Dave Airlie
2017-11-13
2
-7
/
+8
*
radv: move calculating vs out info regs into pipeline.
Dave Airlie
2017-11-13
3
-25
/
+34
*
ac: add emit_vertex to the abi
Timothy Arceri
2017-11-12
2
-5
/
+10
*
radv: Fix architecture in radeon_icd.{arch}.json
Chad Versace
2017-11-09
1
-1
/
+1
*
ac/nir: add support for all intrinsics. (v2)
Dave Airlie
2017-11-09
1
-1
/
+31
*
amd: add amdgpu_asic_addr.h to the sources list
Emil Velikov
2017-11-08
1
-0
/
+1
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
31
-3334
/
+1354
*
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
*
radv: move is_local up to the winsys level.
Dave Airlie
2017-11-06
4
-3
/
+6
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
6
-41
/
+49
*
radv: when loading regs no need to add buffer
Dave Airlie
2017-11-06
1
-2
/
+0
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
5
-52
/
+55
*
radv: add initial copy descriptor support. (v2)
Dave Airlie
2017-11-06
1
-2
/
+53
*
radv: move descriptor sets out of cmd_state.
Dave Airlie
2017-11-06
3
-17
/
+20
*
radv: add helper for setting a descriptor.
Dave Airlie
2017-11-06
3
-10
/
+17
*
radv: move vertex binding out of cmd state.
Dave Airlie
2017-11-06
2
-4
/
+4
*
radv: reorder cmd_state to remove a hole.
Dave Airlie
2017-11-06
1
-1
/
+1
*
radv: free attachments on end command buffer.
Dave Airlie
2017-11-06
1
-0
/
+2
*
radv: Optimize calling radv_save_descriptors.
Bas Nieuwenhuizen
2017-11-04
1
-4
/
+2
*
radv: Use an array to store descriptor sets.
Bas Nieuwenhuizen
2017-11-04
2
-26
/
+50
*
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
*
radv: use the optimal packets order for dispatch calls
Samuel Pitoiset
2017-11-02
1
-8
/
+53
*
radv: Don't expose heaps with 0 memory.
Bas Nieuwenhuizen
2017-11-02
3
-53
/
+101
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
4
-13
/
+1
*
radv: make radv_bind_descriptor_set() static
Samuel Pitoiset
2017-11-02
2
-6
/
+3
[prev]
[next]