summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv/gfx10: enable VK_EXT_transform_feedbackSamuel Pitoiset2019-07-241-1/+1
* radv/gfx10: do not enable NGG if a pipeline uses XFBSamuel Pitoiset2019-07-241-0/+27
* radv/gfx10: emit streamout shader configSamuel Pitoiset2019-07-241-7/+7
* radv/gfx10: declare streamout user SGPRsSamuel Pitoiset2019-07-241-3/+0
* radv/gfx10: update streamout descriptorsSamuel Pitoiset2019-07-241-2/+9
* radv/gfx10: fix VS input VGPRs with the legacy pathSamuel Pitoiset2019-07-242-5/+15
* radv/gfx10: Enable binning.Bas Nieuwenhuizen2019-07-231-2/+1
* radv/gfx10: Implement bin size calculation.Bas Nieuwenhuizen2019-07-231-2/+112
* radv/gfx9: Select between depth/color bins based on area.Bas Nieuwenhuizen2019-07-231-2/+2
* radv: Generalize binning settings.Bas Nieuwenhuizen2019-07-231-10/+2
* radv/gfx10: Use new scan converter.Bas Nieuwenhuizen2019-07-231-9/+51
* radv: Set FLUSH_ON_BINNING_TRANSITION.Bas Nieuwenhuizen2019-07-233-10/+50
* radv: Use pbb_allow for framebuffer BREAK_BATCH.Bas Nieuwenhuizen2019-07-231-1/+1
* ac/nir: implement nir_op_pack_{us}norm_2x16Marek Olšák2019-07-231-5/+14
* radv/gfx10: enable CLEAR_stateSamuel Pitoiset2019-07-231-2/+1
* radv: fix dumping disassembly with RADV_DEBUG=shadersSamuel Pitoiset2019-07-231-1/+2
* radv: fix crash in vkCmdClearAttachments with unused attachmentSamuel Pitoiset2019-07-221-1/+1
* radv/gfx10: update descriptors for inline uniform blocksSamuel Pitoiset2019-07-221-3/+10
* radv/gfx10: emit the GS NGG prologue before the nested barrierSamuel Pitoiset2019-07-221-6/+1
* radv/gfx10: do not allocate space for the ZPASS_DONE bugSamuel Pitoiset2019-07-221-6/+8
* radv/gfx10: do not set ELEMENT_SIZE for buffer descriptorsSamuel Pitoiset2019-07-221-4/+4
* radv: clean up fill_geom_tess_rings()Samuel Pitoiset2019-07-221-25/+9
* radv: change a bunch of >= GFX9 to == GFX9Samuel Pitoiset2019-07-224-15/+15
* ac/nir: do not clamp shadow reference on GFX10Samuel Pitoiset2019-07-221-2/+6
* radv: move nir_opt_conditional_discard out of optimization loopDaniel Schürmann2019-07-221-1/+1
* radv: replace memset()+strcpy() with snprintf()Eric Engestrom2019-07-211-3/+1
* radv: drop unnecessary memset() before snprintf()Eric Engestrom2019-07-211-1/+0
* radv: Fix uninitialized warning.Bas Nieuwenhuizen2019-07-211-1/+2
* radeonsi/gfx10: use 32-bit wavemasks for Wave32Marek Olšák2019-07-193-8/+23
* ac: create the LLVM builder in ac_llvm_context_initMarek Olšák2019-07-193-13/+12
* ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_initMarek Olšák2019-07-193-5/+8
* ac/rtld: add support for Wave32Marek Olšák2019-07-195-5/+16
* ac: add Wave32 LLVM target machineMarek Olšák2019-07-192-1/+20
* ac: initial Wave32 support in LLVM build helpersMarek Olšák2019-07-193-12/+20
* ac: use llvm.amdgcn.writelaneMarek Olšák2019-07-191-2/+6
* ac: fix shader clock on LLVM 9Marek Olšák2019-07-191-2/+3
* util: use standard name for strchrnul()Eric Engestrom2019-07-191-1/+1
* radv: reset the window scissor with no clear state.Dave Airlie2019-07-191-1/+1
* radv: fix crash in shader tracing.Dave Airlie2019-07-193-3/+8
* radv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable the primitive IDSamuel Pitoiset2019-07-181-0/+8
* radv/gfx10: move emitting VGT_PRIMITIVEID_EN into the NGG pathSamuel Pitoiset2019-07-181-6/+11
* radv/gfx10: do not always execute a barrier before the second shaderSamuel Pitoiset2019-07-181-1/+30
* radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset2019-07-181-5/+5
* radv: put back VGT_FLUSH at ring init on gfx10Dave Airlie2019-07-181-4/+2
* radv: dont store disasm string unless keep_shader_info flag setTimothy Arceri2019-07-181-11/+13
* radv/gfx10: set the pgm rsrc3/4 regs using index sh reg setDave Airlie2019-07-183-18/+37
* radv: use correct register setter for ngg hw addrDave Airlie2019-07-181-1/+1
* radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen2019-07-181-1/+1
* radv: add an option for disabling NGG on GFX10Samuel Pitoiset2019-07-174-1/+8
* radv/gfx10: implement VK_EXT_post_depth_coverageSamuel Pitoiset2019-07-175-0/+5