anv: refresh cached current batch bo after emitting some commands
[mesa.git] / src / intel / vulkan / genX_pipeline.c
2020-08-11 Lionel Landwerlinanv: centralize vk to gen arrays
2020-08-02 Tapani Pällianv: handle dynamic viewport count
2020-08-02 Tapani Pällianv: consider dynamic state when creating pipeline
2020-06-24 Jordan Justenanv/pipeline: Split VFE/INTERFACE_DESCRIPTOR out to...
2020-06-17 Iván Brianoanv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMP...
2020-06-16 Jason Ekstrandanv: Add anv_pipeline_init/finish helpers
2020-06-16 Jason Ekstrandanv: Add an anv_batch_set_storage helper
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... anv: Use new helper functions to pick SIMD variant...
2020-05-20 Lionel Landwerlinanv: store the workaround address
2020-05-14 Jason Ekstrandanv: Set 3DSTATE_VF_INSTANCING on the SVGS element
2020-05-04 Jason Ekstrandvulkan,anv: Add a base object struct type
2020-05-04 Jason Ekstrandvulkan,anv: Add a common base object type for VkDevice
2020-05-01 D Scott Phillipsanv,iris: Fix input vertex max for tcs on gen12
2020-04-10 Caio Marcelo de... anv: Stop using cs_prog_data->threads
2020-04-07 Caio Marcelo de... anv/gen12: Lower VK_KHR_multiview using Primitive Repli...
2020-04-01 Juan A. Suarez Romeroanv/pipeline: allow more than 16 FS inputs
2020-04-01 Juan A. Suarez Romeroanv: use urb_setup_attribs in SBE
2020-03-23 Sagar Ghugeanv: Set patch count threshold in 3DSTATE_HS
2020-03-12 Caio Marcelo de... anv: Reduce compute pipeline batch_data size
2020-03-12 Caio Marcelo de... anv: Split graphics and compute bits from anv_pipeline
2020-03-12 Caio Marcelo de... anv: Use a separate field in the pipeline for compute...
2020-03-12 Caio Marcelo de... anv: Use a dynamic array for storing executables in...
2020-03-12 Caio Marcelo de... anv: Add a new enum to identify the pipeline type
2020-03-03 Rafael Antognolliintel/gen12+: Disable mid thread preemption.
2020-02-27 Caio Marcelo de... anv: Remove unused field `urb.total_size`
2020-02-27 Caio Marcelo de... anv: Remove unused field xfb_used from anv_pipeline
2020-02-25 Jason Ekstrandanv: Always enable the data cache
2020-01-31 Jason Ekstrandanv: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/common: Return the block size from get_urb_config
2020-01-31 Jason Ekstrandanv: Emit URB setup earlier
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
2020-01-31 Jason Ekstrandanv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly...
2020-01-27 Jason Ekstrandanv: Insert holes for non-existant XFB varyings
2020-01-23 Lionel Landwerlinanv/iris: warn gen12 3DSTATE_HS restriction
2020-01-20 Jason Ekstrandanv: Drop the instance pointer from anv_device
2020-01-20 Jason Ekstrandanv: Add an anv_physical_device field to anv_device
2020-01-03 Caio Marcelo de... anv: Ignore some CreateInfo structs when rasterization...
2020-01-03 Caio Marcelo de... anv: Drop unused function parameter
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-03 Jason Ekstrandanv: Set up SBE_SWIZ properly for gl_Viewport
2019-11-18 Jason Ekstrandanv: Flatten descriptor bindings in anv_nir_apply_pipel...
2019-11-13 Caio Marcelo de... anv: Initialize depth_bounds_test_enable when not expli...
2019-11-01 Erik Faye-Lundanv: remove incorrect polygonMode=point early-out
2019-10-31 Jason Ekstrandanv: Set the batch allocator for compute pipelines
2019-10-31 Jason Ekstrandanv: Allocate misc BOs from the cache
2019-10-28 Plamena Manolovaanv: Add support for depth bounds testing.
2019-08-12 Jason Ekstrandanv: Implement VK_KHR_pipeline_executable_properties
2019-08-12 Jason Ekstrandanv: Add a ralloc context to anv_pipeline
2019-08-12 Jason Ekstrandanv: Force a full re-compile when CAPTURE_INTERNAL_REPR...
2019-08-06 Jason Ekstrandanv: Implement VK_EXT_line_rasterization
2019-07-31 Eric Engestromanv: drop MAYBE_UNUSED var
2019-07-31 Eric Engestromintel: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromintel: drop incorrect MAYBE_UNUSED
2019-07-23 Lionel Landwerlinanv: fix use of comma operator
2019-06-21 Jason Ekstrandanv: Implement "pop-free" clipping
2019-06-21 Jason Ekstrandanv: Enable the guardband clip test
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-04-29 Lionel LandwerlinRevert "anv: limit URB reconfigurations when using...
2019-04-19 Lionel Landwerlinanv: limit URB reconfigurations when using blorp
2019-04-12 Jason Ekstrandanv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpac...
2019-03-14 Jason Ekstrandanv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-02-22 Juan A. Suarez Romeroanv: advertise 8 subpixel precision bits
2019-02-20 Lionel Landwerlinanv: implement VK_EXT_depth_clip_enable
2019-02-04 Danylo Piliaievanv: Fix VK_EXT_transform_feedback working with varying...
2019-01-22 Jason Ekstrandanv: Implement transform feedback queries
2019-01-22 Jason Ekstrandanv: Implement the basic form of VK_EXT_transform_feedback
2019-01-22 Jason Ekstrandanv: Always emit at least one vertex element
2019-01-17 Rafael Antognollianv: Remove state flush.
2019-01-09 Andrii Simiklitanv/pipeline: remove unnecessary null-pointer check
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2018-12-12 Jason Ekstrandanv/pipeline: Set the correct binding count for compute...
2018-11-02 Anuj Phogatanv/icl: Disable prefetching of sampler state entries
2018-10-30 Danylo Piliaievanv: Disable dual source blending when shader doesn...
2018-10-26 Jason EkstrandRevert "anv/skylake: disable ForceThreadDispatchEnable"
2018-10-26 Alex Smithanv: Fix sanitization of stencil state when the depth...
2018-10-16 Sergii Romantsovanv/skylake: disable ForceThreadDispatchEnable
2018-09-07 Jason Ekstrandanv: Disable the vertex cache when tessellating on...
2018-09-06 Jason Ekstrandanv/pipeline: Only consider double elements which actua...
2018-08-25 Jason Ekstrandanv: Fill holes in the VF VUE to zero
2018-08-21 Anuj Phogatanv/icl: Disable binding table prefetching
2018-08-02 Jason Ekstrandanv/pipeline: Drop anv_pipeline_add_compiled_stage
2018-07-23 Jason Ekstrandanv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
2018-07-22 Ilia Mirkinanv/gen9: expose VK_EXT_post_depth_coverage
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 Jason Ekstrandanv: Make subpass::depth_stencil_attachment a pointer
2018-07-02 Jason Ekstrandanv: Use a default pipeline cache if none is specified
2018-06-28 Jason Ekstrandintel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32...
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Jason Ekstrandintel/compiler: Add and use helpers for working with...
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-04-19 Neil Robertsnir: Offset vertex_id by first_vertex instead of base_v...
2018-04-19 Neil Robertsspirv: Lower BaseVertex to FIRST_VERTEX instead of...
2018-03-19 Caio Marcelo de... anv/pipeline: set active_stages early
2018-03-07 Jason Ekstrandvulkan: Rename multiview from KHX to KHR
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-02-16 Anuj Phogatanv/icl: Don't use DISPATCH_MODE_SIMD4X2
next