mesa: include mtypes.h less
[mesa.git] / src / amd / vulkan / radv_private.h
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Bas Nieuwenhuizenradv: Implement VK_EXT_vertex_attribute_divisor.
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-09 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-04-09 Samuel Pitoisetradv: clean up radv_vi_dcc_enabled()
2018-04-09 Samuel Pitoisetradv: clean up radv_htile_enabled()
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-04-05 Samuel Pitoisetradv: use a mask for VBOs and shaders prefetching
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-22 Samuel Pitoisetradv: remove unused radv_pipeline::needs_data_cache...
2018-03-15 Samuel Pitoisetradv: add dump_shader to the NIR compiler options
2018-03-14 Samuel Pitoisetradv: fix vkGetDeviceQueue2() when create flags don...
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c
2018-03-12 Bas Nieuwenhuizenradv: Increase the number of dynamic uniform buffers.
2018-03-01 Samuel Pitoisetradv: only emit cache flushes when the pool size is...
2018-03-01 Samuel Pitoisetradv: keep track of the query pool size
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2018-02-27 Dave Airlieradv: remove device pointer from buffer.
2018-02-27 Dave Airlieradv: merge tess rings into a single bo
2018-02-22 Bas Nieuwenhuizenradv: Return NULL for entrypoints when not supported.
2018-02-22 Bas Nieuwenhuizenradv: Track enabled extensions.
2018-02-22 Bas Nieuwenhuizenradv: Put supported extensions in a struct.
2018-02-07 Fredrik Höglundradv: implement VK_EXT_external_memory_host
2018-02-01 Samuel Pitoisetradv: use separate bindings for graphics and compute...
2018-02-01 Samuel Pitoisetradv: store the bind point when creating descriptors...
2018-01-31 Matthew Nichollsradv: remove predication on cache flushes
2018-01-30 Bas Nieuwenhuizenradv: Merge raster state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Move gs state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out cliprect rule generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge VGT_GS_MODE computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Move tessellation state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Move blend state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out generating VGT_SHADER_STAGES_EN.
2018-01-30 Bas Nieuwenhuizenradv: Split out the ia_multi_vgt_param precomputation.
2018-01-30 Bas Nieuwenhuizenradv: Split out db_shader_control computation.
2018-01-30 Bas Nieuwenhuizenradv: Compute shader_z_format when emitting it.
2018-01-30 Bas Nieuwenhuizenradv: Merge depth stencil state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge ps_input_cntl computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge vtx_reuse_depth computation with PM4 genera...
2018-01-30 Bas Nieuwenhuizenradv: Merge vs state computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge binning state generation with pm4 emission.
2018-01-30 Bas Nieuwenhuizenradv: Constify some pipeline helpers.
2018-01-30 Bas Nieuwenhuizenradv: Record a PM4 sequence for graphics pipeline switches.
2018-01-30 Bas Nieuwenhuizenradv: Determine unneeded dynamic states.
2018-01-24 Dave Airlieradv: move spi_baryc_cntl to pipeline
2018-01-24 Dave Airlieradv: fix sample_mask_in loading. (v3.1)
2018-01-23 Dave Airlieradv: add fs_key meta format support to resolve passes.
2018-01-19 Bas Nieuwenhuizenradv: Implement VK_ANDROID_native_buffer.
2018-01-19 Bas Nieuwenhuizenradv: Add create image flag to not use DCC/CMASK.
2018-01-17 Bas Nieuwenhuizenradv: Implement VK_EXT_debug_report.
2018-01-12 Dave Airlieradv: don't emit unneeded vertex state.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-08 Samuel Pitoisetradv: make shader BOs read-only for the GPU
2018-01-05 Samuel Pitoisetradv: remove unused radv_color_buffer_info::cb_clear_valueX
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-29 Bas Nieuwenhuizenradv: Add compute DCC decompress.
2017-12-29 Bas Nieuwenhuizenradv: Add GFX DCC decompress.
2017-12-28 Dave Airlieradv/gfx9: fix buffer to image for 3d images on compute...
2017-12-28 Dave Airlieradv/gfx9: fix 3d image clears on compute queues
2017-12-28 Dave Airlieradv/gfx9: fix 3d image to image transfers on compute...
2017-12-22 Dave Airlieradv/meta: fix blit paths for depth/stencil (v2.1)
2017-12-22 Dave Airlieradv: handle depth/stencil image copy with layouts...
2017-12-22 Dave Airlieradv/gfx9: add support for 3d images to blit 2d paths
2017-12-22 Dave Airlieradv/gfx9: add 3d sampler image->buffer copy shader...
2017-12-19 Samuel Pitoisetradv: create pipeline layout objects for all meta opera...
2017-12-18 Samuel Pitoisetradv: remove useless radv_cmask_info::base_address_reg
2017-12-18 Bas Nieuwenhuizenradv: Implement fences based on syncobjs.
2017-12-14 Samuel Pitoisetradv: store the dispatch initiator into the device
2017-12-08 Samuel Pitoisetradv: only re-mit the index type when it changes
2017-12-08 Samuel Pitoisetradv: track different status of a command buffer
2017-12-07 Alex Smithradv: Add LLVM version to the device name string
2017-12-04 Dave Airlieradv/wsi: drop allocate memory special case
2017-11-30 Samuel Pitoisetradv: remove set but unnecessary radv_color_buffer_info...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: drop radv_cmd_dirty_mask_t typedef
2017-11-15 Samuel Pitoisetradv: use an unsigned 32-bit integer for radv_queue...
2017-11-13 Samuel Pitoisetradv: make radv_emit_framebuffer_state() static
2017-11-13 Samuel Pitoisetradv: prefetch VBO descriptors at the right place
2017-11-13 Dave Airlieradv: move calculating vs out info regs into pipeline.
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
2017-11-06 Dave Airlieradv: add helper for setting a descriptor.
2017-11-06 Dave Airlieradv: move vertex binding out of cmd state.
2017-11-06 Dave Airlieradv: reorder cmd_state to remove a hole.
2017-11-04 Bas Nieuwenhuizenradv: Use an array to store descriptor sets.
2017-11-02 Bas Nieuwenhuizenradv: Don't expose heaps with 0 memory.
2017-11-02 Samuel Pitoisetradv: make radv_bind_descriptor_set() static
2017-11-02 Dave Airlieradv: make sure we set buffers as shareable properly.
2017-10-31 Samuel Pitoisetradv: bail out when binding the same index buffer
next