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: Add support for VK_KHR_variable_pointers.
Bas Nieuwenhuizen
2017-07-20
3
-0
/
+18
*
radv: Add VK_KHR_storage_buffer_storage_class support.
Bas Nieuwenhuizen
2017-07-20
2
-0
/
+5
*
radv: port to new libdrm API.
Dave Airlie
2017-07-20
1
-29
/
+92
*
radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...
Dave Airlie
2017-07-20
1
-18
/
+70
*
radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for images
Alex Smith
2017-07-18
1
-0
/
+1
*
radv: don't shadow meta_va.
Dave Airlie
2017-07-18
1
-1
/
+1
*
ac/nir: rewrite shared variable handling (v2)
Connor Abbott
2017-07-17
1
-87
/
+158
*
ac/gpu_info: if clock crystal frequency is 0, print an error and set 1
Marek Olšák
2017-07-17
1
-0
/
+4
*
ac/surface/gfx9: flags.texture currently refers to TC-compatible HTILE
Marek Olšák
2017-07-17
1
-1
/
+3
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
2
-8
/
+11
*
radv: advertise v6 of the wayland surface extension
Emil Velikov
2017-07-17
1
-1
/
+1
*
radv: predicate cmask eliminate when using DCC.
Dave Airlie
2017-07-17
6
-7
/
+153
*
radv/clear: add r32g32b32a32 fast clear support (v2)
Dave Airlie
2017-07-17
2
-2
/
+26
*
amd/addrlib: fix typo in api name.
Dave Airlie
2017-07-17
11
-16
/
+16
*
radv: set cb base tile swizzles for MRT speedups (v4)
Dave Airlie
2017-07-17
5
-2
/
+34
*
radv: allow clear merging for depth/stencil with no care stencil
Dave Airlie
2017-07-17
1
-0
/
+3
*
radv: Remove NV dedicated alloc extension.
Bas Nieuwenhuizen
2017-07-15
1
-4
/
+0
*
radv: Use the KHR dedicated alloc for the WSI.
Bas Nieuwenhuizen
2017-07-15
1
-2
/
+2
*
radv: Implement VK_KHR_external_memory
Jason Ekstrand
2017-07-15
5
-3
/
+199
*
radv: Add support for VK_KHR_dedicated_allocation.
Bas Nieuwenhuizen
2017-07-15
2
-2
/
+35
*
radv: Add support for VK_KHR_get_memory_requirements2.
Bas Nieuwenhuizen
2017-07-15
2
-0
/
+32
*
radv: Drop support for VK_KHX_external_semaphore_*
Jason Ekstrand
2017-07-15
4
-188
/
+2
*
radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BIT
Alex Smith
2017-07-13
3
-29
/
+74
*
radv: Fix possible invalid free of dynamic descriptors
Alex Smith
2017-07-13
1
-1
/
+0
*
radv/ac: drop setting xnack
Dave Airlie
2017-07-09
1
-2
/
+1
*
radv: add support for using addrlib max alignment.
Dave Airlie
2017-07-09
5
-4
/
+14
*
radv: Add compute htile clear for combined depth+stencil surfaces.
Bas Nieuwenhuizen
2017-07-08
1
-9
/
+7
*
ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics
Alex Smith
2017-07-07
1
-1
/
+1
*
radv: don't overallocate depth/stencil formats
Dave Airlie
2017-07-06
1
-1
/
+1
*
radv: enable sisched toggle in perftest flags.
Dave Airlie
2017-07-06
5
-2
/
+10
*
ac/llvm: set xnack like radeonsi does.
Dave Airlie
2017-07-06
1
-1
/
+3
*
ac/llvm: create features list using snprintf.
Dave Airlie
2017-07-06
1
-2
/
+5
*
ac/radv: change api to create target machine
Dave Airlie
2017-07-06
3
-7
/
+14
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
5
-30
/
+64
*
ac/nir: Move VS position exports before param exports.
Bas Nieuwenhuizen
2017-07-05
1
-55
/
+54
*
radv: Always set depthbuffer using image format instead of iview format.
Bas Nieuwenhuizen
2017-07-05
1
-2
/
+2
*
radv: Disable depth & stencil tests when the depthbuffer doesn't support it.
Bas Nieuwenhuizen
2017-07-05
6
-11
/
+36
*
radv: enable Int64 capability (v2)
Dave Airlie
2017-07-03
2
-1
/
+2
*
ac/nir: fix 64-bit shifts
Connor Abbott
2017-07-03
1
-3
/
+12
*
ac/nir: implement 64-bit packing and unpacking
Connor Abbott
2017-07-03
2
-0
/
+32
*
radv: Use v4i32 variant of llvm.SI.load.const.
Bas Nieuwenhuizen
2017-06-30
1
-3
/
+1
*
ac/nir: remove last remnants of v16i8
Dave Airlie
2017-06-28
3
-9
/
+3
*
ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffers
Alex Smith
2017-06-28
1
-29
/
+34
*
ac/nir: assert printfs will fit
James Legg
2017-06-28
1
-5
/
+12
*
ac/nir: Make intrinsic_name buffer long enough
James Legg
2017-06-28
1
-1
/
+1
*
ac/nir: convert emit helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-117
/
+118
*
ac/nir: remove unused nir_to_llvm_context::has_ddxy
Nicolai Hähnle
2017-06-27
1
-2
/
+0
*
ac/nir: implement nir_op_f2b
Nicolai Hähnle
2017-06-27
1
-0
/
+12
*
ac/nir: implement nir_op_{b2i,i2b}
Nicolai Hähnle
2017-06-27
1
-0
/
+20
*
ac/nir: convert type helpers to ac_llvm_context
Nicolai Hähnle
2017-06-27
1
-95
/
+95
[next]