anv/pipeline: remove the pipeline layout field from anv_pipeline
[mesa.git] / src / intel / vulkan / anv_pipeline.c
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"
2016-12-05 Timothy Arcerii965: use nir_lower_indirect_derefs() for GLSL
2016-11-22 Jason Ekstrandanv: Add an input attachment lowering pass
2016-11-22 Kenneth Graunkeanv: Combine ClipDistance and CullDistance arrays.
2016-11-17 Jason Ekstrandanv: Handle null in all destructors
2016-11-16 Jason Ekstrandanv/pipeline: Get rid of the kernel pointer fields
2016-11-02 Jason Ekstrandanv/pipeline: Properly cache prog_data::param
2016-11-02 Jason Ekstrandanv/pipeline: Put actual pointers in anv_shader_bin
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-18 Dave Airlieanv: move to using vk_alloc helpers.
2016-10-14 Jason Ekstrandanv: Move Create*Pipelines into genX_cmd_buffer.c
2016-10-14 Jason Ekstrandanv/pipeline: Remove support for direct-from-nir shaders
2016-10-14 Jason Ekstrandanv: Get rid of graphics_pipeline_create_info_extra
2016-10-14 Jason Ekstrandanv: Get rid of meta
2016-10-12 Kenneth Graunkeanv: Fix anv_pipeline_validate_create_info assertions.
2016-09-13 Jason Ekstrandanv/pipeline: Roll compute_urb_partition into emit_urb_...
2016-09-06 Jason Ekstrandanv/pipeline: Lower indirect outputs when EmitNoIndirec...
2016-09-03 Jason Ekstrandanv: Refactor pipeline l3 config setup
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-30 Jason Ekstrandanv: Rework pipeline caching
2016-08-30 Jason Ekstrandanv/pipeline: Properly handle OOM during shader compilation
2016-08-30 Jason Ekstrandanv/pipeline: Fix bind maps for fragment output arrays
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-25 Jason Ekstrandanv: Include the pipeline layout in the shader hash
2016-07-22 Jason Ekstrandanv/pipeline: Set binding_table.gather_texture_start
2016-07-13 Jason Ekstrandanv/pipeline: Assert that the number of uniforms from...
2016-06-22 Jason Ekstrandanv: Use different BOs for different scratch sizes...
2016-06-20 Jason Ekstrandanv: Add proper support for depth clamping
2016-06-20 Jason Ekstrandanv/pipeline: Do invariance propagation on SPIR-V shaders
2016-06-15 Chad Versaceanv: Fix a harmless overflow warning
2016-06-13 Nanley Cheryanv/pipeline: Don't dereference NULL dynamic state...
2016-06-13 Nanley Cheryanv: Document and rename anv_pipeline_init_dynamic_state()
2016-06-10 Jason Ekstrandanv/pipeline: Store the (set, binding, index) tripple...
2016-06-04 Jason Ekstrandanv/pipeline: Refactor specialization constant handling...
2016-06-02 Jordan Justeni965: Add uniform for a CS thread local base ID
2016-05-27 Jason Ekstrandanv: Move push constant allocation to the command buffer
next