anv: move push constant allocation tracking into gfx pipeline state
[mesa.git] / src / intel / vulkan / anv_private.h
2020-08-28 Lionel Landwerlinanv: move push constant allocation tracking into gfx...
2020-08-14 Rohan Garganv: Mark anv_dump_{start,finish} as PUBLIC
2020-08-07 Lionel Landwerlinanv: track the current frame and write it into the...
2020-08-02 Tapani Pällianv: dynamic vertex input binding stride and size support
2020-08-02 Tapani Pällianv: depth/stencil dynamic state support
2020-08-02 Tapani Pällianv: add support for dynamic primitive topology change
2020-08-02 Tapani Pällianv: add support for dynamic cull mode and winding...
2020-08-02 Tapani Pällianv: handle dynamic viewport count
2020-08-02 Tapani Pällianv: add new dynamic states
2020-07-28 Lionel Landwerlinanv: fix descriptor set free
2020-07-10 Lionel Landwerlinanv: fix uninitialized variable access
2020-06-26 Rafael Antognollianv: Align "used" attribute to 64 bits.
2020-06-19 Jason Ekstrandanv: Use resolve_device_entrypoint for dispatch init
2020-06-17 Iván Brianoanv: support externally synchronized pipeline caches
2020-06-16 Lionel Landwerlinanv: add an option to disable secondary command buffer...
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... anv: Use new helper functions to pick SIMD variant...
2020-05-20 Eric Engestromanv: disable VK_EXT_calibrated_timestamps when the...
2020-05-20 Eric Engestromanv: pass the fd directly to anv_gem_reg_read()
2020-05-20 Lionel Landwerlinanv: store the workaround address
2020-05-20 Lionel Landwerlinanv: Implement VK_KHR_performance_query
2020-05-20 Lionel Landwerlinanv: add a new execution mode for secondary command...
2020-05-15 Rafael Antognolliintel: Store the aperture size in devinfo.
2020-05-14 Ian Romanickanv: Silence unused parameter warning in anv_image_get_...
2020-05-13 Iván Brianoanv: Implement VK_EXT_custom_border_color
2020-05-13 Iván Brianoanv: Add a way to reserve states from a pool
2020-05-08 Jason Ekstrandanv/allocator: Add a start_offset to anv_state_pool
2020-05-08 Lionel Landwerlinanv: fix alignments for uniform buffers
2020-05-04 Jason Ekstrandvulkan,anv: Move the DEFINE_HANDLE_CASTS macros to...
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-04-28 Jason Ekstrandanv: Handle NULL descriptors
2020-04-28 Jason Ekstrandanv: Use anv_layout_to_aux_usage for color during rende...
2020-04-28 Jason Ekstrandanv: Stop allowing non-zero clear colors in input attac...
2020-04-28 Jason Ekstrandanv: Allocate surface states per-subpass
2020-04-20 Rafael Antognollianv: Add support for new MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognollianv: Add anv_device parameter to anv_gem_munmap.
2020-04-17 Jason Ekstrandanv: Emit pushed UBO bounds checking code in the back...
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 Danylo Piliaievanv: Do not sample from 3d depth image with HiZ
2020-03-31 Jason Ekstrandanv/allocator: Use util_dynarray for blocks in anv_stat...
2020-03-18 Jason Ekstrandanv: Swizzle fast-clear values
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: Keep the shader stage in anv_shader_bin
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-07 Lionel Landwerlinanv: stop storing prog param data into shader blobs
2020-03-07 Jason Ekstrandanv: Bounds-check pushed UBOs when robustBufferAccess...
2020-03-07 Jason Ekstrandanv: Add an align_down_u32 helper
2020-03-07 Jason Ekstrandanv: Align UBO sizes to 32B
2020-03-02 Jason Ekstrandanv: Use a proper end-of-pipe sync instead of just...
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-02-12 Chad Versaceanv: Clarify behavior of anv_image_aspect_to_plane()
2020-02-12 Chad Versaceanv: Delete anv_image::ccs_e_compatible
2020-02-11 Chad Versaceanv: Drop unused anv_image_get_surface_for_aspect_mask()
2020-02-05 Lionel Landwerlinanv: implement gen9 post sync pipe control workaround
2020-01-31 Jason Ekstrandanv: Plumb deref block size through to 3DSTATE_SF
2020-01-29 Jason Ekstrandanv/block_pool: Ensure allocations have contiguous...
2020-01-25 Jason Ekstrandanv: Rework CCS memory handling on TGL-LP
2020-01-25 Jason Ekstrandanv: Make anv_vma_alloc/free a lot dumber
2020-01-25 Jason Ekstrandanv: Make AUX table invalidate a PIPE_* bit
2020-01-25 Jason Ekstrandanv: Add another align_down helper
2020-01-24 Jason Ekstrandanv: Replace aux_surface.isl.size_B checks with aux_usa...
2020-01-24 Jason Ekstrandanv: Rework the meaning of anv_image::planes[]::aux_usage
2020-01-24 Jason Ekstrandanv: Add a usage parameter to anv_layout_to_aux_usage
2020-01-24 Jason Ekstrandanv: Add a layout_to_aux_state helper
2020-01-20 Jason Ekstrandanv: Allow enumerating multiple physical devices
2020-01-20 Jason Ekstrandanv: Drop separate chipset_id fields
2020-01-20 Jason Ekstrandanv: Move the physical device dispatch table to anv_ins...
2020-01-20 Jason Ekstrandanv: Drop the instance pointer from anv_device
2020-01-20 Jason Ekstrandanv: Take a device in anv_perf_warn
2020-01-20 Jason Ekstrandanv: Take an anv_device in vk_errorf
2020-01-20 Jason Ekstrandanv: Add an anv_physical_device field to anv_device
2020-01-17 Jason Ekstrandanv: Support modifiers in GetImageFormatProperties2
2020-01-03 Jason Ekstrandanv: Drop unneeded struct keywords
2019-12-06 Jason Ekstrandanv: Use BO fences/semaphores for AcquireNextImage
2019-12-06 Jason Ekstrandanv: Add a fence_reset_reset_temporary helper
2019-12-05 Jason Ekstrandanv: Add allocator support for client-visible addresses
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-12-05 Jason Ekstrandanv: Stop advertising two heaps just for the VF cache WA
2019-12-05 Jason Ekstrandanv: Set up VMA heaps independently from memory heaps
2019-12-05 Jason Ekstrandanv: Stop tracking VMA allocations
2019-12-05 Jason Ekstrandanv: Use PIPE_CONTROL flushes to implement the gen8...
2019-12-05 Jason Ekstrandanv: Add a has_softpin boolean
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-12-03 Jason Ekstrandanv: Respect the always_flush_cache driconf option
2019-11-18 Jason Ekstrandanv: Use an anv_state for the next binding table
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindPipeline
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindDescriptorSets
2019-11-18 Jason Ekstrandanv: Rework push constant handling
2019-11-18 Jason Ekstrandanv: Re-arrange push constant data a bit
2019-11-18 Jason Ekstrandanv: Pre-compute push ranges for graphics pipelines
2019-11-18 Jason Ekstrandanv: Flatten descriptor bindings in anv_nir_apply_pipel...
2019-11-12 Rafael Antognollianv: Use mocs settings from isl_dev.
next