radeonsi/gfx10: make sure GDS is idle between IBs
[mesa.git] / src /
2019-07-03 Marek Olšákradeonsi/gfx10: make sure GDS is idle between IBs
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement streamout
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement streamout-related queries
2019-07-03 Nicolai Hähnleradeonsi/gfx10: enable the workaround for unaligned...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: re-order the initialization order in...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: apply DCC MSAA blend workaround
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_emit_global_shader_pointers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_init_tess_factor_ring
2019-07-03 Nicolai Hähnleradeonsi/gfx10: initialize EXEC for TES-as-NGG (without...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: use correct VGPR for instance ID in...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_shader_hs
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_create_sampler_state
2019-07-03 Nicolai Hähnleradeonsi/gfx10: double the number of tessellation offch...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement get_tess_ring_descriptor
2019-07-03 Nicolai Hähnleradeonsi/gfx10: mask DCC tile swizzle by alignment
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement hardware MSAA resolve
2019-07-03 Nicolai Hähnleradeonsi/gfx10: fix binding on si_update_scratch_relocs
2019-07-03 Nicolai Hähnleradeonsi/gfx10: set llvm_has_working_vgpr_indexing
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement load_const_buffer_desc_fast_path
2019-07-03 Nicolai Hähnleradeonsi/gfx10: take PRIMID from the correct output...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: change location of instance ID shader...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: set USER_DATA_ADDR offset for geometry...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_emit_derived_tess_state
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_shader_gs
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement preload_ring_buffers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_set_ring_buffer
2019-07-03 Nicolai Hähnleradeonsi/gfx10: allow rectangle outputs from NGG primit...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: emit VGT_GS_OUT_PRIM_TYPE from draw...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: NGG geometry shader PM4 and upload
2019-07-03 Nicolai Hähnleradeonsi/gfx10: generate geometry shaders for NGG
2019-07-03 Nicolai Hähnleradeonsi/gfx10: use the correct register for image...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PA...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_O...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: setup registers for OpenGL compute
2019-07-03 Nicolai Hähnleradeonsi/gfx10: set user data base registers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement gfx10_shader_ngg
2019-07-03 Nicolai Hähnleradeonsi/gfx10: add NGG registers to si_init_config
2019-07-03 Nicolai Hähnleradeonsi/gfx10: update shader-related fields in si_init...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_shader_ps
2019-07-03 Nicolai Hähnleradeonsi/gfx10: generate VS and TES as NGG merged ESGS...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: distinguish between merged shaders...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: update si_get_shader_name
2019-07-03 Nicolai Hähnleradeonsi/gfx10: add as_ngg shader key bit
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_update_shaders
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_build_vgt_shader_config
2019-07-03 Nicolai Hähnleradeonsi/gfx10: keep track of whether NGG is used
2019-07-03 Nicolai Hähnleradeonsi/gfx10: document NGG shader stages
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement gfx10_emit_cache_flush
2019-07-03 Nicolai Hähnleradeonsi/gfx10: add si_context::emit_cache_flush
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement DB registers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: set CB registers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: always set up sample locations
2019-07-03 Nicolai Hähnleradeonsi/gfx10: use Z32_FLOAT_CLAMP for upgraded depth...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement vertex format changes
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_set_{constant,shader}_buffer
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_make_buffer_descriptor
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_set_mutable_tex_desc_fields
2019-07-03 Nicolai Hähnleradeonsi/gfx10: gfx10 can render up to 8192 layers
2019-07-03 Nicolai Hähnleradeonsi/gfx10: add gfx10_make_texture_descriptor
2019-07-03 Nicolai Hähnleradeonsi/gfx10: add pipe_screen::make_texture_descriptor
2019-07-03 Nicolai Hähnleradeonsi/gfx10: determine view->is_integer based on...
2019-07-03 Nicolai Hähnleradeonsi/gfx10: implement si_is_format_supported
2019-07-03 Nicolai Hähnleradeonsi/gfx10: generate gfx10_format_table.h
2019-07-03 Nicolai Hähnleradeonsi/gfx10: set MAX_ALLOC_COUNT
2019-07-03 Nicolai Hähnleradeonsi/gfx10: require LLVM 9
2019-07-03 Boyuan Zhangradeon/vcn: update for new vcn enc interface
2019-07-03 Boyuan Zhangradeonsi: enable jpeg decode for navi10
2019-07-03 Boyuan Zhangradeon/vcn: implement vcn 2.0 jpeg decode
2019-07-03 Boyuan Zhangradeon/vcn: add direct register bool
2019-07-03 Boyuan Zhangradeon/vcn: add defines for vcn 2.0 jpeg
2019-07-03 Boyuan Zhangradeon/vcn: use variable to assign ib cmd
2019-07-03 Boyuan Zhangradeon/vcn: implement vcn 2.0 encode
2019-07-03 Boyuan Zhangradeon/vcn: add vcn2.0 encode skeleton
2019-07-03 Boyuan Zhangradeon/vcn: move vcn1.0 specific defines to c
2019-07-03 Boyuan Zhangradeon/vcn: assign function pointer with ib functions
2019-07-03 Boyuan Zhangradeon/vcn: add function pointer for ib functions
2019-07-03 Boyuan Zhangradeon/vcn: move header related algorithm to vcn_enc
2019-07-03 Boyuan Zhangradeon/vcn: move add buf func to common file
2019-07-03 Boyuan Zhangradeon/vcn: move cs defines to enc header file
2019-07-03 Leo Liuradeon/vcn: add VP9 support for Navi10
2019-07-03 Leo Liuradeonsi: enable encode support for newer HW
2019-07-03 Leo Liuradeon/vcn: add VCN2 set of internal registers for IB
2019-07-03 Leo Liuradeonsi/uvd: allow newer HW to create HW decoder
2019-07-03 Nicolai Hähnleac/surface/gfx10: allow "rotated" micro mode
2019-07-03 Nicolai Hähnleac/surface/gfx10: DCC is only supported with SW_64KB_...
2019-07-03 Nicolai Hähnleamd/addrlib/gfx10: forbid DCC for swizzle modes which...
2019-07-03 Nicolai Hähnleamd/addrlib/gfx10: fix assertion in Addr2IsValidDisplay...
2019-07-03 Nicolai Hähnleamd/common/gfx10: print gfx10 registers in debug dumps
2019-07-03 Nicolai Hähnleamd/common/gfx10: CMASK is only used for FMASK
2019-07-03 Nicolai Hähnleamd/common/gfx10: support new tbuffer encoding
2019-07-03 Nicolai Hähnleamd/common/gfx10: pad shader buffers for instruction...
2019-07-03 Nicolai Hähnleamd/common/gfx10: implement scan & reduce operations
2019-07-03 Nicolai Hähnleamd/common/gfx10: add GS_ALLOC_REQ message define
2019-07-03 Nicolai Hähnleamd/common/gfx10: print out GCR_CNTL as part of {ACQUIR...
2019-07-03 Nicolai Hähnleamd/common/gfx10: add register JSON
2019-07-03 Nicolai Hähnleamd/common: add GFX10 chips
2019-07-03 Nicolai Hähnleradv: gfx10 is not supported
2019-07-03 Marek Olšákamd/addrlib: add gfx10 support
2019-07-03 Nicolai Hähnleradeonsi: make emit_streamout_output externally accessible
2019-07-03 Nicolai Hähnleradeonsi: pass the context to query destroy functions
next