radv/gfx10: Add pipeline state support for tess.
[mesa.git] / src / amd / vulkan /
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Add pipeline state support for tess.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Only set HW edge flags with gs & tess disabled.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Add tess eval ngg shader support.
2019-07-09 Bas Nieuwenhuizenradv: Use correct gs_out with tessellation.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Use correct count of max_offchip_buffers.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Load global pointers in correct userdata...
2019-07-08 Dave Airlieradv: only use specialised 3D meta paths on GFX9.
2019-07-08 Samuel Pitoisetradv: do not emit VGT_FLUSH on GFX10
2019-07-08 Connor Abbottradv: Use NIR barycentric intrinsics
2019-07-08 Connor Abbottradv: Make FragCoord a sysval
2019-07-08 Daniel Schürmannradv: Lower input attachments in NIR.
2019-07-08 Daniel Schürmannradv: Implement nir_intrinsic_load_layer_id().
2019-07-08 Dave Airlieradv/gfx10: don't emit PFP packets on ME.
2019-07-08 Samuel Pitoisetac: select the GFX ring when halting waves with UMR...
2019-07-07 Bas Nieuwenhuizenradv/gfx10: Move NGG output handling outside of giant...
2019-07-07 Bas Nieuwenhuizenradv: Actually use VK formats for the format table.
2019-07-07 Bas Nieuwenhuizenradv: Handle cmask being disallowed by addrlib.
2019-07-07 Samuel Pitoisetradv/gfx10: enable support for NAVI10, NAVI12 and NAVI14
2019-07-07 Bas Nieuwenhuizenradv/gfx10: Use GS rectlist when needed.
2019-07-07 Samuel Pitoisetradv/gfx10: implement NGG support (VS only)
2019-07-07 Bas Nieuwenhuizenradv: Combine vs and tes output keys parts.
2019-07-07 Bas Nieuwenhuizenradv/gfx10: Use new uconfig reg index packet for GFX10+.
2019-07-07 Bas Nieuwenhuizenradv/gfx10: Set MEM_ORDERED flags on shaders.
2019-07-07 Samuel Pitoisetradv/gfx10: emit GE_CNTL instead of IA_MULTI_VGT_PARAM...
2019-07-07 Samuel Pitoisetradv/gfx10: double the number of tessellation offchip...
2019-07-07 Samuel Pitoisetradv/gfx10: require LLVM 9+
2019-07-07 Samuel Pitoisetradv/gfx10: disable geometry and tessellation shaders
2019-07-07 Samuel Pitoisetradv/gfx10: disable binning
2019-07-07 Samuel Pitoisetradv/gfx10: disable CLEAR_STATE
2019-07-07 Samuel Pitoisetradv/gfx10: disable VK_EXT_transform_feedback
2019-07-07 Samuel Pitoisetradv/gfx10: set user data base registers
2019-07-07 Samuel Pitoisetradv/gfx10: add gfx10_cs_emit_cache_flush
2019-07-07 Samuel Pitoisetradv/gfx10: set the DCC constant encoding flag
2019-07-07 Samuel Pitoisetradv/gfx10: do not declare streamout SGPRS
2019-07-07 Samuel Pitoisetradv/gfx10: do not set stream output shader config
2019-07-07 Samuel Pitoisetradv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during...
2019-07-07 Samuel Pitoisetradv/gfx10: update shader-related fields in si_emit_gra...
2019-07-07 Samuel Pitoisetradv/gfx10: implement si_emit_compute()
2019-07-07 Samuel Pitoisetradv/gfx10: mask DCC tile swizzle by alignment
2019-07-07 Samuel Pitoisetradv/gfx10: initialize GE_{MAX,MIN}_VTX_INDX/INDX_OFFSET
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_flush_vertex_descriptors...
2019-07-07 Samuel Pitoisetradv/gfx10: implement fill_geom_tess_rings()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_CmdBindDescriptorSets()
2019-07-07 Samuel Pitoisetradv/gfx10: implement write_buffer_descriptor()
2019-07-07 Samuel Pitoisetradv/gfx10: use the correct register for image descript...
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_pipeline_generate_hw_hs()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_fill_shader_variant()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_pipeline_generate_geometry_s...
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_init_sampler()
2019-07-07 Samuel Pitoisetradv/gfx10: fix PS exports for SPI_SHADER_32_AR
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_get_device_name()
2019-07-07 Samuel Pitoisetradv/gfx10: set RADV_FORCE_FAMILY
2019-07-07 Samuel Pitoisetradv/gfx10: fix a possible hang with exp pos0 with...
2019-07-07 Samuel Pitoisetradv/gfx10: set PA_SC_TILE_STEERING_OVERRIDE
2019-07-07 Samuel Pitoisetradv/gfx10: set cache control registers
2019-07-07 Samuel Pitoisetradv/gfx10: update DB_DFSM_CONTROL register
2019-07-07 Samuel Pitoisetradv/gfx10: update DB_Z_INFO register
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_global_shader_pointers()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_tess_factor_ring()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_fb_ds_state()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_initialise_ds_surface()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_emit_fb_color_state()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_initialise_color_surface()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_init_dcc_control_reg()
2019-07-07 Samuel Pitoisetradv/gfx10: implement radv_make_buffer_descriptor()
2019-07-07 Samuel Pitoisetradv/gfx10: implement si_set_mutable_tex_desc_fields()
2019-07-07 Samuel Pitoisetradv/gfx10: add gfx10_make_texture_descriptor
2019-07-07 Samuel Pitoisetradv/gfx10: generate gfx10_format_table.h
2019-07-07 Samuel Pitoisetradv/gfx10: increase maximum number of layers to 8192
2019-07-07 Samuel Pitoisetradv/gfx10: increase maximum number of levels to 14
2019-07-07 Samuel Pitoisetradv/gfx10: set MAX_ALLOC_COUNT
2019-07-04 Marek Olšákac: destroy passes in ac_destroy_llvm_compiler
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for loads
2019-07-04 Marek Olšákac: replace glc,slc with cache_policy for stores
2019-07-04 Bas Nieuwenhuizenradv: Switch to using rtld.
2019-07-04 Bas Nieuwenhuizenradv: Move more stuff to variant create time.
2019-07-04 Bas Nieuwenhuizenradv: Add the concept of radv shader binaries.
2019-07-04 Bas Nieuwenhuizenradv: Add export_prim_id to the shader variant info.
2019-07-04 Bas Nieuwenhuizenradv: use last nir shader to determine stage in postpro...
2019-07-04 Bas Nieuwenhuizenradv: Merge rsrc1/rsrc2 fields with the config fields.
2019-07-04 Samuel Pitoisetradv: do not crash when generating binning state for...
2019-07-04 Samuel Pitoisetradv: fix potential crash in the compute resolve path
2019-07-03 Nicolai Hähnleamd/common/gfx10: add register JSON
2019-07-03 Nicolai Hähnleradv: gfx10 is not supported
2019-07-03 Bas Nieuwenhuizenradv: Support VK_EXT_queue_family_foreign.
2019-07-03 Bas Nieuwenhuizenradv: Fix interactions between variable descriptor...
2019-07-03 Samuel Pitoisetradv: only allocate a 32-bit value for the TC-compat...
2019-07-03 Samuel Pitoisetradv: remove unused code in radv_update_tc_compat_zrang...
2019-07-03 Samuel Pitoisetradv: add radv_get_depth_pipeline() helper
2019-07-02 Samuel Pitoisetradv: enable DCC for layers on GFX8
2019-07-02 Samuel Pitoisetradv: do not enable DCC for mipmapped arrays because...
2019-07-02 Samuel Pitoisetradv: implement clearing DCC layers on GFX8
2019-07-02 Samuel Pitoisetradv: merge radv_dcc_clear_level() into radv_clear_dcc()
2019-07-02 Samuel Pitoisetradv: add support for decompressing DCC layers with...
2019-07-01 Bas Nieuwenhuizenradv: Only allocate supplied number of descriptors...
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-07-01 Samuel Pitoisetradv: rework how the number of VGPRs is computed
2019-07-01 Samuel Pitoisetradv: gather if a vertex shaders needs the instance ID
2019-07-01 Samuel Pitoisetradv: fix decompressing DCC levels with compute
2019-07-01 Samuel Pitoisetradv: the number of VGPR_COMP_CNT for GS is expected...
next