aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
Commit message (Expand)AuthorAgeFilesLines
* radv: store the dynamic state mask into radv_dynamic_stateSamuel Pitoiset2017-10-261-1/+6
* radv: Add single pipeline cache key.Bas Nieuwenhuizen2017-10-261-2/+11
* radv: only emit dfsm packets if dfsm is allowed.Dave Airlie2017-10-241-0/+1
* radv: factor out radv_alloc_memoryAndres Rodriguez2017-10-211-0/+11
* radv: Implement VK_EXT_global_priorityAndres Rodriguez2017-10-211-0/+1
* radv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_DIRTY_FRAMEBUFFERSamuel Pitoiset2017-10-201-1/+1
* radv: calculate and emit GFX9 GS registers to pipeline state.Bas Nieuwenhuizen2017-10-201-0/+8
* radv: Use control shader presence for detecting tess.Bas Nieuwenhuizen2017-10-201-1/+1
* radv: drop unused r600_htile_info.Dave Airlie2017-10-201-9/+0
* radv: Remove remaining hard coded references to VS.Bas Nieuwenhuizen2017-10-191-0/+2
* radv: reuse the multiple shader store & load functions for gs copy variantTimothy Arceri2017-10-181-11/+1
* radv: remove some now unused shader compile codeTimothy Arceri2017-10-181-8/+0
* radv: add radv_hash_shaders() helperBas Nieuwenhuizen2017-10-181-0/+7
* radv: Add multiple shader cache store & load functions.Bas Nieuwenhuizen2017-10-181-0/+14
* radv/image: bump all the offset to uint64_t.Dave Airlie2017-10-171-4/+4
* radv: port to using updated anv entrypoint/extension generator.Dave Airlie2017-10-171-6/+5
* radv: take unsafe_math and sisched into account when hashing shaders.Dave Airlie2017-10-121-1/+4
* radv: add has_clear_state and enable it on CIK+ onlySamuel Pitoiset2017-10-121-1/+1
* radv: create on-disk shader cacheTimothy Arceri2017-10-121-0/+6
* radv: remove duplicate debug_flags fieldTimothy Arceri2017-10-121-1/+0
* radv: configure VGT_VERTEX_REUSE at pipeline creationSamuel Pitoiset2017-10-091-0/+1
* radv: remove unused fields in radv_raster_stateSamuel Pitoiset2017-10-091-3/+0
* radv: add radv_htile_enabled() helperSamuel Pitoiset2017-10-061-0/+6
* radv: Implement TC compatible HTILE.Bas Nieuwenhuizen2017-10-041-0/+1
* radv: make radv_dynamic_state_copy() staticSamuel Pitoiset2017-10-021-4/+0
* radv: remove unused radv_meta_state::btoi::render_pass handleSamuel Pitoiset2017-10-021-1/+0
* radv: add radv_vi_dcc_enabled() helperSamuel Pitoiset2017-10-021-0/+5
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-2/+0
* radv: use pipeline handles instead of objects for meta clear operationsSamuel Pitoiset2017-10-021-4/+4
* radv: save/restore all viewports/scissors for meta operationsSamuel Pitoiset2017-09-251-8/+12
* Revert "Revert "radv: fallback to an in-memory cache when no pipline cache is...Bas Nieuwenhuizen2017-09-251-1/+2
* radv: make radv_pipeline_init() staticSamuel Pitoiset2017-09-251-7/+0
* radv: make use of ATI_VENDOR_ID everywhereSamuel Pitoiset2017-09-251-0/+2
* radv: Add code to check if two formats can share DCC metadata.Bas Nieuwenhuizen2017-09-161-0/+2
* radv: dump the list of enabled options when a hang occuredSamuel Pitoiset2017-09-141-0/+7
* radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset2017-09-131-2/+1
* radv: work out a base ia_multi_vgt_param.Dave Airlie2017-09-111-0/+1
* radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie2017-09-111-0/+6
* radv: move calculating primgroup_size to pipeline.Dave Airlie2017-09-111-0/+1
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-081-42/+1
* radv: add radv_vertex_elements_info data structureSamuel Pitoiset2017-09-081-5/+10
* radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset2017-09-071-1/+1
* radv: reduce radv_image struct size.Dave Airlie2017-09-071-3/+2
* radv: reduce radv_shader_variant struct size.Dave Airlie2017-09-071-1/+1
* radv: reduce radv_cmd_state struct size.Dave Airlie2017-09-071-2/+2
* radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2017-09-041-2/+1
* radv: report VM faults if detectedSamuel Pitoiset2017-09-011-0/+3
* radv: move RADV_TRACE_FILE functions to radv_debug.cSamuel Pitoiset2017-09-011-1/+0
* radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2017-08-281-1/+1
* radv: Implement multiview draws.Bas Nieuwenhuizen2017-08-241-0/+1