intel/compiler: Get rid of struct gen_disasm
[mesa.git] / src / intel / vulkan / anv_pipeline.c
2019-03-15 Jason Ekstrandnir: Rename nir_address_format_vk_index_offset to not...
2019-03-11 Timothy Arcerianv: add support for dumping shader info via VK_EXT_deb...
2019-03-09 Jason Ekstrandanv/pipeline: Move lower_explicit_io much later
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-04 Jason Ekstrandanv/pipeline: Drop anv_fill_binding_table
2019-03-04 Jason Ekstrandanv: Use an actual binding for gl_NumWorkgroups
2019-02-20 Lionel Landwerlinanv: implement VK_EXT_depth_clip_enable
2019-02-01 Jason Ekstrandanv: Implement VK_EXT_buffer_device_address
2019-01-22 Jason Ekstrandanv: Implement the basic form of VK_EXT_transform_feedback
2019-01-22 Jason Ekstrandanv: Add pipeline cache support for xfb_info
2019-01-21 Jason Ekstrandanv/pipeline: Add a pdevice helper variable
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-11 Jason Ekstrandanv/pipeline: Cache the pre-lowered NIR
2019-01-11 Jason Ekstrandanv/pipeline: Hash shader modules and spec constants...
2019-01-11 Jason Ekstrandanv/pipeline: Move wpos and input attachment lowering...
2019-01-10 Jason Ekstrandanv/pipeline: Constant fold after apply_pipeline_layout
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2019-01-08 Jason Ekstrandanv: Enable the new deref-based UBO/SSBO path
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2019-01-08 Jason Ekstrandspirv: Add explicit pointer types
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2018-12-12 Jason Ekstrandanv: Advertise support for MinLod on Skylake+
2018-11-22 Jason Ekstrandanv/nir: Rework arguments to apply_pipeline_layout
2018-11-22 Jason Ekstrandanv: Put robust buffer access in the pipeline hash
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-17 Jason Ekstrandanv/pipeline: Lower pipeline layouts etc. after linking
2018-08-17 Jason Ekstrandanv/pipeline: Set tess IO read/written key fields in...
2018-08-17 Jason Ekstrandanv/pipeline: Use more fields from stage in compile_cs
2018-08-09 Eric Engestromanv: set error in all failure paths
2018-08-03 Jason Ekstrandanv/pipeline: Disable FS dispatch for pointless fragmen...
2018-08-02 Jason Ekstrandanv/pipeline: Do cross-stage linking optimizations
2018-08-02 Jason Ekstrandanv/pipeline: Pull most of the anv_pipeline_compile_...
2018-08-02 Jason Ekstrandanv/pipeline: Add a separate "link" stage
2018-08-02 Jason Ekstrandanv/pipeline: Compile to NIR in compile_graphics
2018-08-02 Jason Ekstrandanv/pipeline: Recompile all shaders if any are missing...
2018-08-02 Jason Ekstrandanv/pipeline: Drop anv_pipeline_add_compiled_stage
2018-08-02 Jason Ekstrandanv/pipeline: Pull shader compilation out into a helper.
2018-08-02 Jason Ekstrandanv/pipeline: Call anv_pipeline_compile_* in a loop
2018-08-02 Jason Ekstrandanv/pipeline: Hash the entire pipeline in one go
2018-08-02 Jason Ekstrandanv/pipeline: Populate keys up-front
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...
next