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: Set FLUSH_ON_BINNING_TRANSITION.
Bas Nieuwenhuizen
2019-07-23
3
-10
/
+50
*
radv: Use pbb_allow for framebuffer BREAK_BATCH.
Bas Nieuwenhuizen
2019-07-23
1
-1
/
+1
*
ac/nir: implement nir_op_pack_{us}norm_2x16
Marek Olšák
2019-07-23
1
-5
/
+14
*
radv/gfx10: enable CLEAR_state
Samuel Pitoiset
2019-07-23
1
-2
/
+1
*
radv: fix dumping disassembly with RADV_DEBUG=shaders
Samuel Pitoiset
2019-07-23
1
-1
/
+2
*
radv: fix crash in vkCmdClearAttachments with unused attachment
Samuel Pitoiset
2019-07-22
1
-1
/
+1
*
radv/gfx10: update descriptors for inline uniform blocks
Samuel Pitoiset
2019-07-22
1
-3
/
+10
*
radv/gfx10: emit the GS NGG prologue before the nested barrier
Samuel Pitoiset
2019-07-22
1
-6
/
+1
*
radv/gfx10: do not allocate space for the ZPASS_DONE bug
Samuel Pitoiset
2019-07-22
1
-6
/
+8
*
radv/gfx10: do not set ELEMENT_SIZE for buffer descriptors
Samuel Pitoiset
2019-07-22
1
-4
/
+4
*
radv: clean up fill_geom_tess_rings()
Samuel Pitoiset
2019-07-22
1
-25
/
+9
*
radv: change a bunch of >= GFX9 to == GFX9
Samuel Pitoiset
2019-07-22
4
-15
/
+15
*
ac/nir: do not clamp shadow reference on GFX10
Samuel Pitoiset
2019-07-22
1
-2
/
+6
*
radv: move nir_opt_conditional_discard out of optimization loop
Daniel Schürmann
2019-07-22
1
-1
/
+1
*
radv: replace memset()+strcpy() with snprintf()
Eric Engestrom
2019-07-21
1
-3
/
+1
*
radv: drop unnecessary memset() before snprintf()
Eric Engestrom
2019-07-21
1
-1
/
+0
*
radv: Fix uninitialized warning.
Bas Nieuwenhuizen
2019-07-21
1
-1
/
+2
*
radeonsi/gfx10: use 32-bit wavemasks for Wave32
Marek Olšák
2019-07-19
3
-8
/
+23
*
ac: create the LLVM builder in ac_llvm_context_init
Marek Olšák
2019-07-19
3
-13
/
+12
*
ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_init
Marek Olšák
2019-07-19
3
-5
/
+8
*
ac/rtld: add support for Wave32
Marek Olšák
2019-07-19
5
-5
/
+16
*
ac: add Wave32 LLVM target machine
Marek Olšák
2019-07-19
2
-1
/
+20
*
ac: initial Wave32 support in LLVM build helpers
Marek Olšák
2019-07-19
3
-12
/
+20
*
ac: use llvm.amdgcn.writelane
Marek Olšák
2019-07-19
1
-2
/
+6
*
ac: fix shader clock on LLVM 9
Marek Olšák
2019-07-19
1
-2
/
+3
*
util: use standard name for strchrnul()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
radv: reset the window scissor with no clear state.
Dave Airlie
2019-07-19
1
-1
/
+1
*
radv: fix crash in shader tracing.
Dave Airlie
2019-07-19
3
-3
/
+8
*
radv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable the primitive ID
Samuel Pitoiset
2019-07-18
1
-0
/
+8
*
radv/gfx10: move emitting VGT_PRIMITIVEID_EN into the NGG path
Samuel Pitoiset
2019-07-18
1
-6
/
+11
*
radv/gfx10: do not always execute a barrier before the second shader
Samuel Pitoiset
2019-07-18
1
-1
/
+30
*
radv: fix VGT_GS_MODE if VS uses the primitive ID
Samuel Pitoiset
2019-07-18
1
-5
/
+5
*
radv: put back VGT_FLUSH at ring init on gfx10
Dave Airlie
2019-07-18
1
-4
/
+2
*
radv: dont store disasm string unless keep_shader_info flag set
Timothy Arceri
2019-07-18
1
-11
/
+13
*
radv/gfx10: set the pgm rsrc3/4 regs using index sh reg set
Dave Airlie
2019-07-18
3
-18
/
+37
*
radv: use correct register setter for ngg hw addr
Dave Airlie
2019-07-18
1
-1
/
+1
*
radv: Only save the descriptor set if we have one.
Bas Nieuwenhuizen
2019-07-18
1
-1
/
+1
*
radv: add an option for disabling NGG on GFX10
Samuel Pitoiset
2019-07-17
4
-1
/
+8
*
radv/gfx10: implement VK_EXT_post_depth_coverage
Samuel Pitoiset
2019-07-17
5
-0
/
+5
*
radv/gfx10: disable the TC compat zrange workaround
Samuel Pitoiset
2019-07-17
4
-4
/
+13
*
radv/gfx10: fallback to the legacy path if tess and extreme geometry
Samuel Pitoiset
2019-07-17
2
-1
/
+13
*
radv/gfx10: always build the GS copy shader but uses it on-demand
Samuel Pitoiset
2019-07-17
3
-7
/
+24
*
android: radv/gfx10: generate gfx10_format_table.h
Mauro Rossi
2019-07-16
2
-1
/
+17
*
radv: add radv_emit_streamout_{begin,end} helpers
Samuel Pitoiset
2019-07-16
1
-8
/
+35
*
radv: pass output values to radv_emit_stream_output()
Samuel Pitoiset
2019-07-16
1
-13
/
+18
*
radv: allow to select DST_SEL with RELEASE_MEM
Samuel Pitoiset
2019-07-16
4
-3
/
+11
*
radv: allow to emit PS_DONE/CS_DONE with RELEASE_MEM
Samuel Pitoiset
2019-07-16
1
-1
/
+2
*
radv: restore an assertion in handle_vs_outputs()
Samuel Pitoiset
2019-07-16
1
-1
/
+1
*
radv/gfx10: emit ES outputs of TES when it's not NGG
Samuel Pitoiset
2019-07-16
1
-3
/
+3
*
radv: update LATE_ALLOC_VS.LIMIT
Samuel Pitoiset
2019-07-16
1
-18
/
+42
[next]