aco: fix adjusting the sample index with FMASK if value is negative
[mesa.git] / src / intel / vulkan /
2020-04-28 Jason Ekstrandanv: Claim VK_EXT_robustness2 support
2020-04-28 Jason Ekstrandanv: Handle null vertex buffer bindings
2020-04-28 Jason Ekstrandanv: Handle NULL descriptors
2020-04-28 Jason Ekstrandanv: Allow all clear colors for texturing on Gen11+
2020-04-28 Jason Ekstrandanv: Use anv_layout_to_aux_usage for color during rende...
2020-04-28 Jason Ekstrandanv: Split color_attachment_compute_aux_usage in two
2020-04-28 Jason Ekstrandanv: Rework depth_stencil_attachment_compute_aux_usage
2020-04-28 Jason Ekstrandanv: Refactor cmd_buffer_setup_attachments
2020-04-28 Jason Ekstrandanv: Stop allowing non-zero clear colors in input attac...
2020-04-28 Jason Ekstrandanv: Disallow fast-clears which require format-reinterp...
2020-04-28 Jason Ekstrandanv: Allocate surface states per-subpass
2020-04-28 Jason Ekstrandanv: Split command buffer attachment setup in three
2020-04-28 Jason Ekstrandanv: Mark images written in end_subpass
2020-04-28 Jason Ekstrandanv: Use ANV_FROM_HANDLE for pInheritanceInfo fields
2020-04-28 Jason Ekstrandanv: Assert surface states are valid
2020-04-28 Jason Ekstrandanv: Stop filling out the clear color in compute_aux_usage
2020-04-28 Jason Ekstrandanv: Add TRANSFER_SRC to pass usage not subpass usage
2020-04-28 Jason Ekstrandanv: Return an error if allocating attachment memory...
2020-04-28 Jason Ekstrandanv: Expose CS workgroup sizes based on a maximum of...
2020-04-24 Jason Ekstrandanv: Add support for HiZ+CCS
2020-04-24 Jason Ekstrandanv/cmd_buffer: Move anv_image_init_aux_tt higher
2020-04-24 Jason Ekstrandanv: Simplify a case in layout_to_aux_usage
2020-04-24 Jason Ekstrandanv: Generalize some aux usage checks
2020-04-24 Jason Ekstrandanv/blorp: Do less hard-coding of aux usages
2020-04-24 Jason Ekstrandanv: Rework anv_layout_to_aux_state
2020-04-24 Jason Ekstrandanv: Be more conservative about image view usage
2020-04-24 Jason Ekstrandanv: Move vk_image_layout_is_read_only higher
2020-04-24 Jason Ekstrandanv: Add a vk_image_layout_to_usage_flags helper
2020-04-24 Rafael Antognollianv: Enable HiZ on multi-layer depth buffers.
2020-04-24 Jason Ekstrandanv: Drop an assert
2020-04-24 Jason Ekstrandspirv: Use nir_const_value for spec constants
2020-04-24 Jason Ekstrandanv: Properly handle all sizes of specialization constants
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-23 Lionel Landwerlinanv: force whole EU array to be powered for perf queries
2020-04-21 Abhishek Kumaranv/android: fix assert in anv_import_ahw_memory
2020-04-20 Jonathan Marekanv: use common nir_convert_ycbcr
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-19 Jason Ekstrandanv: Apply any needed PIPE_CONTROLs before emitting...
2020-04-19 Jason Ekstrandanv: Move vb_emit setup closer to where it's used in...
2020-04-18 Lionel Landwerlinanv: skip writing perfcntr in results on Gen12+
2020-04-17 Jason Ekstrandanv: Emit pushed UBO bounds checking code in the back...
2020-04-16 Jason Ekstrandanv: Report correct SLM size
2020-04-15 Jason Ekstrandanv: Fix UBO range detection in anv_nir_compute_push_layout
2020-04-15 Jason Ekstrandanv: Advertise SEND count through VK_EXT_pipeline_execu...
2020-04-10 Caio Marcelo de... anv: Stop using cs_prog_data->threads
2020-04-10 Caio Marcelo de... intel/compiler: Replace cs_prog_data->push.total with...
2020-04-07 Caio Marcelo de... anv/gen12: Lower VK_KHR_multiview using Primitive Repli...
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2020-04-02 Jason Ekstrandanv/image: Use align_u64 for image offsets
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-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-31 Jason Ekstrandanv: Account for the header in anv_state_stream_alloc
2020-03-30 Jason Ekstrandanv: Set alignments on descriptor and constant loads
2020-03-28 Eric Engestromintel: drop unused include directories
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Lionel Landwerlinintel/perf: store the probed i915-perf version
2020-03-24 Pierre-Eric Pellou... util/os_file: extend os_read_file to return the file...
2020-03-24 Jason Ekstrandanv: Stop fetching the timestamp frequency ourselves
2020-03-23 Sagar Ghugeanv: Set patch count threshold in 3DSTATE_HS
2020-03-19 Jason Ekstrandanv: Only add END_OF_PIPE_SYNC if we actually have...
2020-03-18 Jason Ekstrandanv: Swizzle fast-clear values
2020-03-18 Jason Ekstrandintel/blorp: Add support for swizzling fast-clear colors
2020-03-18 Chad Versaceanv: Use isl_drm_modifier_get_default_aux_state()
2020-03-17 Jason Ekstrandanv: Do an end-of-pipe sync before updating AUX table...
2020-03-17 Caio Marcelo de... intel/blorp: Plumb the stage through blorp upload_shader
2020-03-16 Jason Ekstrandanv: Push UBO ranges relative to the start of the binding
2020-03-16 Jason Ekstrandanv: Fix the comparison in an assert
2020-03-16 Tapani Pälliintel/compiler: detect if atomic load store operations...
2020-03-13 Jason Ekstrandanv: Dump push ranges via VK_KHR_pipeline_executable_pr...
2020-03-12 Caio Marcelo de... anv: Remove duplicate code in anv_cmd_buffer_bind_descr...
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: Decouple flush_descriptor_sets() from pipeline...
2020-03-12 Caio Marcelo de... anv: Decouple flush_descriptor_sets() helpers from...
2020-03-12 Caio Marcelo de... anv: Remove redundant check in flush_descriptor_sets...
2020-03-12 Caio Marcelo de... anv: Pass the right pipe_state to flush_descriptor_sets()
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: Use pipeline type to decide whether or not lower...
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-07 Jason Ekstrandanv: Delete some pointless break statements
2020-03-07 Jason Ekstrandanv: Pass buffer addresses into emit_push_constant*
2020-03-07 Jason Ekstrandanv: Mark max_push_range UNUSED and simplify the code
2020-03-07 Jason Ekstrandanv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
2020-03-06 Chad Versaceanv: Flatten the logic add_aux_surface_if_supported...
2020-03-06 Chad Versaceanv: Refactor creation of aux surfaces (v2)
2020-03-06 Chad Versaceanv: Add anv_image_plane_needs_shadow_surface() (v2)
2020-03-05 Jason Ekstrandanv: Enable HiZ for VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
2020-03-03 Rafael Antognolliintel/gen12+: Disable mid thread preemption.
2020-03-03 Rafael Antognolliintel/isl: Implement D16_UNORM workarounds.
2020-03-03 Paulo Zanonianv: multiply the scratch space by 4 on gen9-10 like...
2020-03-03 Paulo Zanoniintel: fix the gen 12 compute shader scratch IDs
next