radeonsi: limit DPBB context_states_per_bin batches when using gfx9 workaround
[mesa.git] / src / gallium / drivers / radeonsi /
2019-08-07 Pierre-Eric Pellou... radeonsi: limit DPBB context_states_per_bin batches...
2019-08-07 Pierre-Eric Pellou... radeonsi: reduce DPBB persistent_states_per_bin value...
2019-08-07 Pierre-Eric Pellou... radeonsi: fix typo in DPBB register field
2019-08-07 Pierre-Eric Pellou... radeonsi: fix S_028C48_MAX_ALLOC_COUNT value
2019-08-06 Pierre-Eric Pellou... radeonsi: enable EXT_shader_image_load_store
2019-08-06 Pierre-Eric Pellou... radeonsi: add support for nir atomic_inc_wrap/atomic_de...
2019-08-06 Pierre-Eric Pellou... radeonsi: add support for tgsi ATOMDEC_WRAP / ATOMINC_W...
2019-08-06 Marek Olšákradeonsi/gfx10: enable all CUs for GS if NGG is never...
2019-08-06 Marek Olšákradeonsi/gfx10: add global use_ngg and use_ngg_streamou...
2019-08-06 Marek Olšákradeonsi/gfx10: remove an obsolete VGT_REUSE_OFF workaround
2019-08-06 Marek Olšákradeonsi/gfx10: disable LATE_ALLOC_GS on Navi14
2019-08-06 Marek Olšákradeonsi/gfx10: implement a bug workaround for GE_PC_ALLOC
2019-08-06 Marek Olšákradeonsi/gfx10: implement a bug workaround for NGG...
2019-08-06 Marek Olšákradeonsi/gfx10: implement a GE bug workaround
2019-08-06 Marek Olšákradeonsi/gfx10: set GE_CNTL for tessellation correctly
2019-08-06 Marek Olšákradeonsi/gfx10: simplify NGG code in si_update_shaders
2019-08-06 Marek Olšákradeonsi/gfx10: fix input VGPRs for legacy VS
2019-08-06 Marek Olšákradeonsi: make sure that rasterizer state != NULL and...
2019-08-06 Marek Olšákradeonsi: make sure that DSA state != NULL and remove...
2019-08-06 Marek Olšákradeonsi: make sure that blend state != NULL and remove...
2019-08-06 Marek Olšákradeonsi: DCC MSAA blending bug - include logic op...
2019-08-06 Marek Olšákradeonsi: determine accurately whether logic op is...
2019-08-06 Marek Olšákradeonsi: skip draw calls with 0-sized index buffers
2019-08-06 Marek Olšákradeonsi/nir: lower PS inputs before scanning the shader
2019-08-06 Marek Olšákradeonsi/nir: handle key.mono.u.ps.interpolate_at_sampl...
2019-08-06 Marek Olšákradeonsi: add missing prints into si_dump_shader_key
2019-08-06 Marek Olšákradeonsi: disable SDMA image copies on dGPUs to fix...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Marek Olšákradeonsi: release NIR in the right place to fix crashes
2019-07-31 Marek Olšákradeonsi: fix packing of key.mono.u.ps
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the prim discard...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if (in most common places)
2019-07-31 Marek Olšákradeonsi: don't use lp_build_alloca
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-31 Marek Olšákradeonsi/nir: set input_interpolate_loc for color inputs
2019-07-31 Marek Olšákradeonsi/nir: set tgsi_shader_info::num_memory_instructions
2019-07-31 Marek Olšákradeonsi/nir: accurately set input_usage_mask for doubl...
2019-07-31 Marek Olšákradeonsi/nir: accurately set output_usagemask (v2)
2019-07-31 Marek Olšákradeonsi/nir: accurately set reads_*_outputs for TCS
2019-07-31 Marek Olšákradeonsi/nir: clean up gather_intrinsic_load_deref_inpu...
2019-07-31 Marek Olšákradeonsi/nir: add an option to convert TGSI to NIR
2019-07-31 Marek Olšákradeonsi/nir: clean up some nir_scan_shader code
2019-07-31 Marek Olšákradeonsi/gfx10: disable DCC image stores
2019-07-31 Marek Olšákradeonsi: adjust RB+ blend optimization settings
2019-07-29 Marek Olšákradeonsi: add AMD_DEBUG=nogfx for testing
2019-07-29 Marek Olšákradeonsi: add support for compute-only chips
2019-07-25 Marek Olšákradeonsi: fix DAL hang due to incorrect DCC offset...
2019-07-23 Marek Olšákradeonsi/nir: set tgsi_shader_info::uses_fbfetch for...
2019-07-23 Marek Olšáktgsi/scan: add uses_fbfetch
2019-07-23 Marek Olšákradeonsi: fail if importing a texture with incorrect...
2019-07-23 Marek Olšákradeonsi: rewrite si_get_opaque_metadata, also for...
2019-07-23 Marek Olšákradeonsi: simplify si_get_input_prim and remove incorre...
2019-07-23 Marek Olšákradeonsi/gfx10: fix and enable CLEAR_STATE
2019-07-23 Marek Olšákradeonsi: stop using info.opcode_count[TGSI_OPCODE_INTE...
2019-07-23 Marek Olšákac/nir: implement nir_op_pack_{us}norm_2x16
2019-07-23 Pierre-Eric Pellou... u_blitter: add a msaa parameter to util_blitter_clear
2019-07-23 Michel Dänzerradeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_fro...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-23 Marek Olšákradeonsi: fix warning: ‘ret’ may be used uninitialized
2019-07-20 Marek Olšákradeonsi: initialize scissor registers etc. without...
2019-07-20 Marek Olšákradeonsi: return success from vi_dcc_clear_level to...
2019-07-20 Marek Olšákradeonsi: fix compute-based culling regression in 1ce52...
2019-07-20 Marek Olšákradeonsi/gfx10: fix VGT_PRIMITIVE_TYPE programming
2019-07-20 Marek Olšákradeonsi/gfx10: enable Wave32 for vertex, geometry...
2019-07-20 Marek Olšákradeonsi/gfx10: add debug options to enable/disable...
2019-07-20 Marek Olšákradeonsi/gfx10: add as_ngg variant for TES as ES to...
2019-07-20 Marek Olšákradeonsi/gfx10: implement Wave32
2019-07-20 Marek Olšákradeonsi/gfx10: use 32-bit wavemasks for Wave32
2019-07-20 Marek Olšákac: create the LLVM builder in ac_llvm_context_init
2019-07-20 Marek Olšákac: create the LLVM module for Wave32 or Wave64 in...
2019-07-20 Marek Olšákac/rtld: add support for Wave32
2019-07-20 Marek Olšákac: initial Wave32 support in LLVM build helpers
2019-07-20 Marek Olšákradeonsi: assume that selector != NULL for compute...
2019-07-20 Marek Olšákradeonsi: remove what appears to be legacy compute...
2019-07-20 Marek Olšákradeonsi: remove si_program::use_code_object_v2
2019-07-20 Marek Olšákradeonsi: add si_shader_selector into si_compute
2019-07-20 Marek Olšákradeonsi: set threadgroup size to 0 for threadgroups...
2019-07-20 Marek Olšákradeonsi/gfx10: set as_ngg for GS prolog
2019-07-20 Marek Olšákradeonsi/gfx10: remove the disable_ngg option
2019-07-20 Marek Olšákradeonsi/gfx10: combine hw edgeflags with user edgeflag...
2019-07-20 Marek Olšákradeonsi/gfx10: deduplicate code for esvert_lds_size
2019-07-20 Marek Olšákradeonsi/gfx10: simplify a streamout loop in gfx10_emit...
2019-07-20 Marek Olšákradeonsi/gfx10: don't use MALLOC for outputs
2019-07-20 Marek Olšákradeonsi/gfx10: clean up ESGS ring size computation
2019-07-20 Marek Olšákradeonsi/gfx10: fix unnecessary LDS overallocation...
2019-07-20 Marek Olšákradeonsi/gfx10: don't compile the GS copy shader if...
2019-07-20 Marek Olšákradeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
2019-07-20 Marek Olšákradeonsi/gfx10: update a tunable max_es_verts_base...
2019-07-20 Marek Olšákradeonsi/gfx10: implement ARB_post_depth_coverage
2019-07-20 Marek Olšákradeonsi: fix leaked compute shader NIR
2019-07-20 Marek Olšákradeonsi: save the enable_nir option in the shader...
2019-07-20 Marek Olšákradeonsi/gfx10: enable SDMA
2019-07-15 Pierre-Eric Pellou... radeonsi: verify buffer_offset value before using it
2019-07-15 Marek Olšákgallium: use MAP_DIRECTLY to mean supression of DISCARD...
2019-07-12 Samuel Pitoisetac: import ac_get_compute_resource_limits() from RadeonSI
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
next