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: 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
*
radv: Don't compute as_ls/as_es before hashing.
Bas Nieuwenhuizen
2017-10-26
1
-14
/
+12
*
ac/nir: generate correct instruction for atomic min/max on unsigned images
Matthew Nicholls
2017-10-25
1
-2
/
+4
*
radv: print NIR before LLVM IR and disassembly
Samuel Pitoiset
2017-10-25
1
-7
/
+10
*
radv: Fix truncation issue hexifying the cache uuid for the disk cache.
Bas Nieuwenhuizen
2017-10-25
1
-2
/
+2
*
radv: enable lower to scalar nir pass
Timothy Arceri
2017-10-25
1
-0
/
+24
*
ac: add support for explicit component packing
Timothy Arceri
2017-10-25
1
-16
/
+52
*
radv: use device name in cache creation like radeonsi.
Dave Airlie
2017-10-25
1
-2
/
+3
*
radv: use a define for the transition point between cp and compute shader
Dave Airlie
2017-10-25
1
-3
/
+9
*
radv: only emit dfsm packets if dfsm is allowed.
Dave Airlie
2017-10-24
2
-3
/
+4
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
2
-0
/
+8
*
ac: use llvm.amdgcn.kill with LLVM 6.0
Marek Olšák
2017-10-24
1
-0
/
+6
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
3
-26
/
+11
*
radv: move nir print after linking is done
Timothy Arceri
2017-10-24
2
-5
/
+7
*
radv: clone meta shaders before linking
Timothy Arceri
2017-10-24
1
-1
/
+8
*
radv: Update code pointer correctly if a variant is already created
Alex Smith
2017-10-23
1
-0
/
+2
*
ac: Silence a compiler warning about results[0].
Eric Anholt
2017-10-23
1
-0
/
+1
*
ac: Fix a compiler warning for possibly undefined "name"
Eric Anholt
2017-10-23
1
-1
/
+1
*
amd/common/gfx9: workaround DCC corruption more conservatively
Nicolai Hähnle
2017-10-23
1
-7
/
+25
*
radv: automake: include radv_extensions.py in the tarball
17.3-branchpoint
Juan A. Suarez Romero
2017-10-23
1
-0
/
+1
*
ac/nir: Only clamp shadow reference on radeonsi.
Bas Nieuwenhuizen
2017-10-23
3
-2
/
+8
*
radv: Disallow indirect outputs for GS on GFX9 as well.
Bas Nieuwenhuizen
2017-10-23
1
-3
/
+1
*
ac/nir: Fix nir_texop_lod on GFX for 1D arrays.
Bas Nieuwenhuizen
2017-10-23
1
-1
/
+3
*
radv/ac/nir: only emit tess factors to storage if tes reads them
Dave Airlie
2017-10-23
3
-2
/
+4
*
radv: Don't use vgpr indexing for outputs on GFX9.
Bas Nieuwenhuizen
2017-10-22
1
-0
/
+5
*
ac/nir: Account for compact array index in GS input load from LDS.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
radv: Don't compile shaders when they are cached already.
Bas Nieuwenhuizen
2017-10-21
1
-19
/
+23
*
radv: Don't check for max GL GS invocations.
Bas Nieuwenhuizen
2017-10-21
1
-2
/
+0
*
radv: Don't explicitly reference vertex shader for draw_id.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
radv: Don't reset cmd_buffer->state.dirty.
Bas Nieuwenhuizen
2017-10-21
1
-2
/
+0
*
radv: Correctly detect changed shaders for vertex descriptors.
Bas Nieuwenhuizen
2017-10-21
1
-6
/
+6
*
ac/nir: Set larged wrokgroup size for GS on GFX9.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
ac/nir: Take the max workgroup size of all provided shaders.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+6
*
radv: Fix pipeline cache locking issues
Alex Smith
2017-10-21
1
-7
/
+23
[next]