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/gfx10: enable VK_EXT_transform_feedback
Samuel Pitoiset
2019-07-24
1
-1
/
+1
*
radv/gfx10: do not enable NGG if a pipeline uses XFB
Samuel Pitoiset
2019-07-24
1
-0
/
+27
*
radv/gfx10: emit streamout shader config
Samuel Pitoiset
2019-07-24
1
-7
/
+7
*
radv/gfx10: declare streamout user SGPRs
Samuel Pitoiset
2019-07-24
1
-3
/
+0
*
radv/gfx10: update streamout descriptors
Samuel Pitoiset
2019-07-24
1
-2
/
+9
*
radv/gfx10: fix VS input VGPRs with the legacy path
Samuel Pitoiset
2019-07-24
2
-5
/
+15
*
radv/gfx10: Enable binning.
Bas Nieuwenhuizen
2019-07-23
1
-2
/
+1
*
radv/gfx10: Implement bin size calculation.
Bas Nieuwenhuizen
2019-07-23
1
-2
/
+112
*
radv/gfx9: Select between depth/color bins based on area.
Bas Nieuwenhuizen
2019-07-23
1
-2
/
+2
*
radv: Generalize binning settings.
Bas Nieuwenhuizen
2019-07-23
1
-10
/
+2
*
radv/gfx10: Use new scan converter.
Bas Nieuwenhuizen
2019-07-23
1
-9
/
+51
*
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
[next]