radeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits higher to make space there
[mesa.git] / src / gallium / drivers / radeonsi /
2020-01-15 Marek Olšákradeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits...
2020-01-15 Marek Olšákradeonsi: make si_insert_input_* functions non-static
2020-01-15 Marek Olšákradeonsi: separate code computing info for small primit...
2020-01-15 Pierre-Eric Pellou... radeonsi: drop the negation from fmask_is_not_identity
2020-01-15 Pierre-Eric Pellou... radeonsi: unbind image before compute clear
2020-01-15 Pierre-Eric Pellou... radeonsi: make sure fmask expand is done if needed
2020-01-15 Pierre-Eric Pellou... radeonsi: fix fmask expand compute shader
2020-01-14 Marek Olšákradeonsi: move PS LLVM code into si_shader_llvm_ps.c
2020-01-14 Marek Olšákradeonsi: remove always constant ballot_mask_bits from...
2020-01-14 Marek Olšákradeonsi: fold si_create_function into si_llvm_create_func
2020-01-14 Marek Olšákradeonsi: rename si_shader_create -> si_create_shader_v...
2020-01-14 Marek Olšákradeonsi: rename si_compile_tgsi_main -> si_build_main_...
2020-01-14 Marek Olšákradeonsi: clean up si_shader_info
2020-01-14 Marek Olšákradeonsi: merge si_tessctrl_info into si_shader_info
2020-01-14 Marek Olšákradeonsi: fork tgsi_shader_info and tgsi_tessctrl_info
2020-01-14 Marek Olšákradeonsi: rename si_shader_info -> si_shader_binary_info
2020-01-14 Marek Olšákradeonsi: remove TGSI from comments
2020-01-14 Marek Olšákradeonsi: rename DBG_NO_TGSI -> DBG_NO_NIR
2020-01-14 Marek Olšákradeonsi: don't adjust depth and stencil PS output...
2020-01-14 Marek Olšákradeonsi: actually enable VBOs in user SGPRs
2020-01-14 Marek Olšákradeonsi: fix assertion and other failures in si_emit_g...
2020-01-13 Marek Olšákradeonsi: don't enable VBOs in user SGPRs if compute...
2020-01-13 Marek Olšákradeonsi: put up to 5 VBO descriptors into user SGPRs
2020-01-13 Marek Olšákac,radeonsi: increase the maximum number of shader...
2020-01-13 Marek Olšákradeonsi: simplify si_set_vertex_buffers
2020-01-13 Marek Olšákradeonsi: don't allow draw calls with uninitialized...
2020-01-13 Marek Olšákradeonsi: add si_context::num_vertex_elements
2020-01-13 Marek Olšákradeonsi: rename desc_list_byte_size -> vb_desc_list_al...
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_compute_do_clea...
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_compute_clear_1...
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_compute_copy_image
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_compute_clear_r...
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_compute_expand_...
2020-01-10 Pierre-Eric Pellou... radeonsi: release saved resources in si_retile_dcc
2020-01-09 Marek Olšákradeonsi/gfx9: force the micro tile mode for MSAA resol...
2020-01-08 Marek Olšákac/gpu_info: add pc_lines and use it in radeonsi
2020-01-08 Marek Olšákac: unify primitive export code
2020-01-08 Marek Olšákac: unify build_sendmsg_gs_alloc_req
2020-01-08 Marek Olšákradeonsi: clean up messy si_emit_rasterizer_prim_state
2020-01-08 Marek Olšákradeonsi: determine accurately if line stippling is...
2020-01-08 Marek Olšákradeonsi: test polygon mode enablement accurately
2020-01-08 Marek Olšákradeonsi: fix context roll tracking in si_emit_shader_vs
2020-01-08 Marek Olšákradeonsi: fix monolithic pixel shaders with two-sided...
2020-01-08 Pierre-Eric Pellou... radeonsi: check ctx->sdma_cs before using it
2020-01-06 Marek Olšákradeonsi: remove TGSI
2020-01-06 Marek Olšákradeonsi: disable SDMA on gfx8 to fix corruption on...
2020-01-06 Marek Olšákradeonsi: move SI and CIK+ SDMA code into 1 common...
2020-01-06 Marek Olšákradeonsi: rename dma_cs -> sdma_cs
2020-01-06 Marek Olšákradeonsi: add AMD_DEBUG=nodmacopyimage for debugging
2020-01-06 Marek Olšákradeonsi: add AMD_DEBUG=nodmaclear for debugging
2020-01-06 Marek Olšákradeonsi: remove broken and unused SI SDMA image copy...
2020-01-06 Marek Olšákradeonsi: rename SDMA debug flags
2020-01-03 Marek Olšákradeonsi: remove the "display_dcc_offset == 0" assertion
2020-01-03 Marek Olšákradeonsi: ignore PIPE_BIND_SCANOUT for imported textures
2020-01-03 Marek Olšákradeonsi: preserve the scanout flag for shared resource...
2020-01-03 Thong Thairadeon: Use P010 for decoding of 10-bit videos
2019-12-27 Marek Olšákradeonsi/gfx10: improve performance for TES using PrimI...
2019-12-27 Marek Olšákradeonsi/gfx10: enable NGG passthrough for eligible...
2019-12-27 Marek Olšákradeonsi/gfx10: don't declare any LDS for NGG if it...
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-16 Marek Olšákradeonsi/gfx10: fix ngg_get_ordered_id
2019-12-16 Marek Olšákradeonsi: reset more fields in si_llvm_context_set_ir...
2019-12-16 Marek Olšákradeonsi: fix determining whether the VS prolog is...
2019-12-16 Marek Olšákradeonsi: allow generating VS prologs with 0 inputs
2019-12-16 Marek Olšákradeonsi/gfx10: don't insert NGG streamout atomics...
2019-12-16 Marek Olšákradeonsi: don't wrap the VS prolog in if (ES thread...
2019-12-16 Marek Olšákradeonsi: set is_monolithic for VS prologs when the...
2019-12-16 Marek Olšákradeonsi: disallow compute-based culling if polygon...
2019-12-16 Marek Olšákradeonsi: deduplicate ES and GS thread enablement code
2019-12-16 Pierre-Eric Pellou... radeonsi: disable dcc for 2x MSAA surface and bpe < 4
2019-12-10 Marek Olšákradeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERI...
2019-12-10 Marek Olšákradeonsi/gfx10: simplify the tess_turns_off_ngg condition
2019-12-10 Marek Olšákradeonsi/gfx10: disable vertex grouping
2019-12-10 Marek Olšákradeonsi: enable NIR by default and document GL 4.6...
2019-12-10 Pierre-Eric Pellou... radeonsi: dcc dirty flag
2019-12-10 Pierre-Eric Pellou... radeonsi: fix multi plane buffers creation
2019-12-10 Pierre-Eric Pellou... radeonsi: use gfx9.surf_offset to compute texture offset
2019-12-10 Sonny Jiangradeonsi: use compute shader for clear 12-byte buffer
2019-12-05 Mauro Rossiandroid: radeonsi: fix build after vl refactoring (v2)
2019-12-04 Pierre-Eric Pellou... radeonsi: display cs blit count for AMD_DEBUG=testdma
2019-12-04 Pierre-Eric Pellou... radeonsi: implement sdma for GFX9
2019-12-02 Marek Olšákradeonsi/gfx10: fix the vertex order for triangle strip...
2019-12-02 Marek Olšákradeonsi/gfx10: simplify some duplicated NGG GS code
2019-11-28 Marek Olšákradeonsi: enable SPIR-V and GL 4.6 for NIR
2019-11-28 Marek Olšákradeonsi/nir: support interface output types to fix...
2019-11-28 Marek Olšákradeonsi/nir: fix location_frac handling for TCS outputs
2019-11-28 Marek Olšákradeonsi/nir: don't rely on data.patch for tess factors
2019-11-28 Marek Olšákradeonsi/nir: validate is_patch because SPIR-V doesn...
2019-11-28 Marek Olšákradeonsi: simplify get_tcs_tes_buffer_address_from_gene...
2019-11-28 Marek Olšákradeonsi: simplify the interface of get_dw_address_from...
2019-11-28 Marek Olšákradeonsi/nir: implement subgroup system values for...
2019-11-25 Marek Olšákradeonsi/nir: don't run si_nir_opts again if there...
2019-11-25 Marek Olšákradeonsi: initialize the per-context compiler on demand
2019-11-25 Marek Olšákac: set swizzled bit in cache policy as a hint not...
2019-11-25 Connor Abbottac/nir, radv, radeonsi: Switch to using ac_shader_args
2019-11-19 Marek Olšákac: add radeon_info::num_rings and move ring_type to...
2019-11-15 Mauro Rossiandroid: radeonsi: fix build error due to wrong u_forma...
2019-11-15 Marek Olšákradeonsi/nir: don't lower fma, instead, fuse fma
2019-11-15 Marek Olšákradeonsi/nir: call nir_lower_flrp only once per shader
2019-11-15 Marek Olšákradeonsi/nir: remove dead function temps
next