anv: force whole EU array to be powered for perf queries
[mesa.git] / src / intel / vulkan /
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
2020-03-03 Paulo Zanoniintel: fix the gen 11 compute shader scratch IDs
2020-03-02 Rafael Antognollianv: Wait for the GPU to be idle before invalidating...
2020-03-02 Jason Ekstrandanv: Do end-of-pipe sync around MCS/CCS ops instead...
2020-03-02 Jason Ekstrandanv: Use a proper end-of-pipe sync instead of just...
2020-03-02 Jason Ekstrandanv: Use the PIPE_CONTROL instead of bits for the CS...
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-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-25 Jason Ekstrandanv: Always enable the data cache
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-21 Caio Marcelo de... anv: Add pipe_state_for_stage() helper
2020-02-21 Caio Marcelo de... anv: Use intel_debug_flag_for_shader_stage()
2020-02-19 Chad Versaceanv: Drop anv_image.c:get_surface()
2020-02-18 Caio Marcelo de... anv: Advertise VK_KHR_shader_non_semantic_info
2020-02-13 Jason Ekstrandanv: Reject modifiers on depth/stencil formats
2020-02-12 Chad Versaceanv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_sur...
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-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-11 Chad Versaceanv: Rename param make_surface::dev to device
2020-02-11 Chad Versaceanv: Drop unused anv_image_get_surface_for_aspect_mask()
2020-02-06 Jason Ekstrandanv: No-op submit and wait calls when no_hw is set
2020-02-06 Lionel Landwerlinanv: set MOCS on push constants
2020-02-05 Lionel Landwerlinanv: implement gen12 post sync pipe control workaround
2020-02-05 Lionel Landwerlinanv: implement gen9 post sync pipe control workaround
2020-02-02 Jason Ekstrandanv/blorp: Use the correct size for vkCmdCopyBufferToImage
2020-01-31 Jason Ekstrandanv: Always fill out the AUX table even if CCS is disabled
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/blorp: Always emit URB config on Gen7+
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
2020-01-31 Jason Ekstrandintel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
next