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
*
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
*
radv: make sure we set buffers as shareable properly.
Dave Airlie
2017-11-02
2
-2
/
+7
*
radv: bail out when binding the same vertex buffers
Samuel Pitoiset
2017-10-31
1
-2
/
+16
*
radv: bail out when binding the same index buffer
Samuel Pitoiset
2017-10-31
2
-0
/
+14
*
radv: use correct alloc function when loading from disk
Timothy Arceri
2017-10-31
1
-1
/
+14
*
radv: Fix -Wformat-security issue
Alex Smith
2017-10-30
1
-1
/
+1
*
radv: add cache items to in memory cache when reading from disk
Timothy Arceri
2017-10-30
1
-70
/
+71
*
radv: Implement VK_AMD_shader_info
Alex Smith
2017-10-29
6
-35
/
+171
*
radv: allow to use a compute shader for resetting the query pool
Samuel Pitoiset
2017-10-27
1
-7
/
+9
*
radv: make radv_fill_buffer() return the needed flush bits
Samuel Pitoiset
2017-10-27
4
-58
/
+57
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
11
-22
/
+51
*
radv: only copy the dynamic states that changed
Samuel Pitoiset
2017-10-26
1
-23
/
+69
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
3
-7
/
+12
*
radv: only emit the depth bounds test values when set dynamically
Samuel Pitoiset
2017-10-26
1
-2
/
+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
*
radv: Compute ac keys from pipeline key.
Bas Nieuwenhuizen
2017-10-26
1
-72
/
+41
*
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
2017-10-26
3
-8
/
+55
[next]