anv/pipline: Add a helper struct for per-stage info
[mesa.git] / src / intel / vulkan / anv_pipeline.c
2018-08-02 Jason Ekstrandanv/pipline: Add a helper struct for per-stage info
2018-08-02 Jason Ekstrandanv/pipeline: Add populate_tcs/tes_key helpers
2018-08-02 Jason Ekstrandanv/pipeline: Rework the parameters to populate_wm_prog_key
2018-08-02 Jason Ekstrandanv/pipeline: More aggressively optimize away color...
2018-08-02 Jason Ekstrandanv: Restrict the number of color regions to those...
2018-08-02 Jason Ekstrandanv/pipeline: Fix up deref modes if we delete a FS...
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-22 Ilia Mirkinanv/gen9: expose VK_EXT_post_depth_coverage
2018-07-09 Jason Ekstrandanv: Implement VK_EXT_vertex_attribute_divisor
2018-07-09 Jason Ekstrandanv/pipeline: Add a per-VB instance divisor
2018-07-09 Jason Ekstrandanv/pipeline: Use a per-VB struct instead of separate...
2018-07-09 Jose Maria Casanov... anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
2018-07-09 Jason Ekstrandanv: Make subpass::depth_stencil_attachment a pointer
2018-07-02 Jason Ekstrandanv: Add device-level helpers for searching for and...
2018-07-02 Jason Ekstrandanv/pipeline: Stop optimizing for not having a cache
2018-07-02 Jason Ekstrandanv: Add support for shader constant data to the pipeli...
2018-06-28 Francisco Jerezi965: Add plumbing for shader time in 32-wide FS dispat...
2018-06-23 Jason Ekstrandanv/pipeline: Convert apply_pipeline_layout to deref...
2018-06-23 Jason Ekstrandanv/pipeline: Convert YCbCr lowering to deref instructiosn
2018-06-23 Jason Ekstrandanv/pipeline: Convert lower_input_attachments to deref...
2018-06-23 Jason Ekstrandanv/pipeline: Do less deref instruction lowering
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandspirv: Use NIR per-member splitting
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-08 Gustavo Lima Chavesanv: enable VK_EXT_shader_stencil_export
2018-05-09 Samuel Iglesias... anv: ignore pColorBlendState if all color attachments...
2018-05-03 Iago Toral Quirogaanv/pipeline: support SpvCapabilityInt16 in gen8+
2018-04-26 Caio Marcelo de... anv: enable VK_EXT_shader_viewport_index_layer
2018-04-10 Jason Ekstrandanv/pipeline: Lower more constant initializers earlier
2018-03-19 Caio Marcelo de... anv/pipeline: set active_stages early
2018-03-19 Caio Marcelo de... anv/pipeline: fail if TCS/TES compile fail
2018-03-07 Jason Ekstrandanv: Add support for SPIR-V 1.3 subgroup operations
2018-03-07 Jason Ekstrandanv: Trivially implement VK_KHR_device_group
2018-03-07 Jason Ekstrandanv: Implement vkCmdDispatchBase
2018-01-30 Iago Toral Quirogaanv/pipeline: lower constant initializers on output...
2018-01-26 Iago Toral Quirogaanv/pipeline: remove the pipeline layout field from...
2018-01-26 Iago Toral Quirogaanv/pipeline: don't take the layout from the pipeline...
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2017-12-12 Samuel Iglesias... anv: fix bug when using component qualifier in FS outputs
2017-12-08 Jason Ekstrandanv: Enable UBO pushing
2017-12-06 Alejandro Piñeiroanv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_stor...
2017-12-06 Jason Ekstrandanv: Add support for the variablePointers feature
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-25 Jason Ekstrandanv/pipeline: Call nir_lower_system_valaues after brw_p...
2017-10-25 Jason Ekstrandanv/pipeline: Drop nir_lower_clip_cull_distance_arrays
2017-10-25 Jason Ekstrandanv/pipeline: Dump shader immedately after spirv_to_nir
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-13 Jason Ekstrandanv/pipeline: Refactor setup of the prog_data::param...
2017-10-13 Jason Ekstrandanv/pipeline: Grow the param array for images
2017-10-13 Jason Ekstrandanv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONST...
2017-10-13 Jason Ekstrandintel/cs: Grow prog_data::param on-demand for thread_lo...
2017-10-13 Jason Ekstrandanv/pipeline: Ralloc prog_data::param of the compile...
2017-10-13 Jason Ekstrandanv/pipeline: Add a mem_ctx parameter to anv_pipeline_c...
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-13 Jason Ekstrandanv/pipeline: Declare bind maps closer to their use
2017-10-06 Lionel Landwerlinanv: add nir lowering pass for ycbcr textures
2017-08-30 Juan A. Suarez Romeroanv: set right datatypes in anv_pipeline_binding
2017-08-29 Matt Turneranv: Use GNU C empty brace initializer
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
2017-07-18 Jason Ekstrandanv: Advertise support for VK_KHR_variable_pointers
2017-07-14 Juan A. Suarez Romeroanv/pipeline: do not use BITFIELD64_BIT()
2017-07-14 Juan A. Suarez Romeroanv/pipeline: use unsigned long long constant to check...
2017-07-03 Samuel Iglesias... anv: merge tessellation's primitive mode in merge_tess_...
2017-05-09 Jason Ekstrandintel/compiler/vs: Move inputs_read handling to generic...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-03 Jason Ekstrandanv: Enable VK_KHX_multiview and SPV_KHR_multiview
2017-05-03 Jason Ekstrandanv/pipeline: Add shader lowering for multiview
2017-05-03 Jason Ekstrandanv/pipeline: Add a subpass field to anv_pipeline
2017-05-03 Jason Ekstrandanv/pipeline: Call nir_gather_info later
2017-05-03 Jason Ekstrandanv: Move shader hashing to anv_pipeline
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-24 Iago Toral Quiroganir/lower_wpos_center: support adding sample position...
2017-03-16 Iago Toral Quirogaanv: improve error reporting when creating pipelines
2017-03-13 Jason Ekstrandanv: Use on-the-fly surface states for dynamic buffer...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-07 Jason Ekstrandanv: Drop the anv_validate block helper
2017-03-07 Jason Ekstrandanv: Remove a pointless finishme
2017-03-03 Jason Ekstrandanv: Advertise shaderInt64 on Broadwell and above
2017-03-02 Nanley Cheryanv: Store the user's VkAttachmentReference
2017-02-23 Jason Ekstrandanv: Enable MSAA compression
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-02 Lionel Landwerlinanv: enable VK_KHR_shader_draw_parameters
2017-01-14 Jason Ekstrandanv/pipeline: Replace get_fs_input_map with get_last_vu...
2017-01-13 Kenneth Graunkeanv: Move nir_lower_wpos_center after dead variable...
2017-01-10 Kenneth Graunkeanv: Enable tessellation shaders.
2017-01-10 Kenneth Graunkeanv: Compile TCS/TES shaders.
2017-01-10 Kenneth Graunkeanv: Handle patch primitives.
2017-01-10 Lionel Landwerlinanv: set input_slots_valid on brw_wm_prog_key
2017-01-09 Samuel Iglesias... anv: enable float64 feature on supported platforms
2017-01-09 Juan A. Suarez Romeroanv/pipeline: get map for double input attributes
2017-01-09 Samuel Iglesias... spirv: add support for doubles to OpSpecConstant
2017-01-07 Jason Ekstrandanv/pipeline: Call NIR passes using NIR_PASS_V
2017-01-07 Jason Ekstrandanv/pipeline: Only call remove_dead_variables once
2016-12-28 Dave Airliespirv: add interface for drivers to define support...
2016-12-22 Timothy Arcerii965: use nir_lower_indirect_derefs() for GLSL
2016-12-05 Jason Ekstrandanv/pipeline: Call nir_lower_constant_initializers
2016-12-05 Jason EkstrandRevert "i965: use nir_lower_indirect_derefs() for GLSL"
next