nir: Add a pass for lowering integer division by constants
[mesa.git] / src / intel / vulkan /
2018-12-12 Jason Ekstrandanv/pipeline: Set the correct binding count for compute...
2018-12-12 Jason Ekstrandanv: Advertise support for MinLod on Skylake+
2018-12-11 Jason Ekstrandanv,radv: Disable VK_EXT_pci_bus_info
2018-12-05 Lionel Landwerlinanv/query: flush render target before copying results
2018-12-04 Eric Engestromanv: add unreachable() for VK_EXT_fragment_density_map
2018-11-29 Lionel Landwerlinanv: flush pipeline before query result copies
2018-11-26 Anuj Phogatanv/icl: Set use full ways in L3CNTLREG
2018-11-26 Eric Engestromanv: correctly use vulkan 1.0 by default
2018-11-23 Tapani Pällianv: allow exporting an imported SYNC_FD semaphore...
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-11-22 Jason Ekstrandanv: Expose VK_EXT_scalar_block_layout
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-11-13 Lionel Landwerlinanv: move helper function internally
2018-11-13 Lionel Landwerlinanv: use image aspects rather than computed ones
2018-11-13 Lionel Landwerlinanv: associate vulkan formats with aspects
2018-11-13 Lionel Landwerlinanv/lower_ycbcr: make sure to set 0s on all components
2018-11-13 Lionel Landwerlinanv/image: remove unused parameter
2018-11-13 Lionel Landwerlinanv: simplify internal address offset
2018-11-08 Jason Ekstrandanv: Use nir_src_is_const and friends in lowering code
2018-11-06 Lionel Landwerlinanv/android: mark gralloc allocated BOs as external
2018-11-06 Lionel Landwerlinanv: stub internal android code
2018-11-02 Anuj Phogatanv/icl: Disable prefetching of sampler state entries
2018-11-01 Anuj Phogatanv/icl: Set Error Detection Behavior Control Bit in...
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-30 Danylo Piliaievanv: Disable dual source blending when shader doesn...
2018-10-30 Jason Ekstrandanv: Bump the advertised patch version to 90
2018-10-29 Eric Engestromanv: add missing meson build dependency
2018-10-27 Jason Ekstrandanv: Use absolute timeouts in wait_for_bo_fences
2018-10-27 Jason Ekstrandanv: Flag semaphore BOs as external
2018-10-27 Jason Ekstrandanv: Improve the asserts in anv_buffer_get_range
2018-10-26 Jason EkstrandRevert "anv/skylake: disable ForceThreadDispatchEnable"
2018-10-26 Jason Ekstrandanv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lost
2018-10-26 Jason Ekstrandanv/util: Split a vk_errorv helper out of vk_errorf
2018-10-26 Eric Engestromvulkan: drop always-true param
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-26 Jason Ekstrandanv: Handle the device loss abort in anv_device_set_lost
2018-10-26 Jason Ekstrandanv: Add helpers for setting/checking device lost
2018-10-26 Jason Ekstrandanv: Provide a error message with a DEVICE_LOST
2018-10-26 Alex Smithanv: Fix sanitization of stencil state when the depth...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Eric Engestromanv: move variable to proper scope and mark as MAYBE_UNUSED
2018-10-24 Eric Engestromanv: use snprintf() instead of memset()+strcpy()
2018-10-24 Eric Engestromanv: drop unused includes
2018-10-24 Alex Smithanv: Allow presenting via a different GPU
2018-10-22 Jason Ekstrandanv,radv: Trivially expose two new VK_GOOGLE extensions
2018-10-19 Jason Ekstrandanv: Define trampolines as the weak functions
2018-10-18 Jason EkstrandRevert "anv: Stop generating weak references for instan...
2018-10-18 Jason Ekstrandvulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
2018-10-18 Jason Ekstrandanv: Stop generating weak references for instance entry...
2018-10-18 Jason Ekstrandvulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
2018-10-18 Jason Ekstrandvulkan/wsi: Store the instance allocator in wsi_device
2018-10-18 Keith Packardvulkan: Add VK_EXT_calibrated_timestamps extension...
2018-10-16 Sergii Romantsovanv/skylake: disable ForceThreadDispatchEnable
2018-10-16 Lionel Landwerlinanv: Implement VK_EXT_pci_bus_info
2018-10-15 Jason Ekstrandanv: Don't advertise ASTC support on BSW
2018-10-15 Jason Ekstrandanv: Split dispatch tables into device and instance
2018-10-11 Nanley Cheryanv: Clear WM_HZ_OP overrides in init_device_state
2018-10-11 Jordan Justenanv/gen9+: Initialize new fields in STATE_BASE_ADDRESS
2018-10-10 Dave Airlieanv: add missing unlock in error path.
2018-10-03 Jason Ekstrandanv/batch_chain: Don't start a new BO just for BATCH_BU...
2018-10-03 Jason Ekstrandanv: Use separate MOCS settings for external BOs
2018-10-03 Gabriel Majerianv: Ensure discreteQueuePriorities is at least 2
2018-10-02 Eric Engestromanv: suppress warning about unhandled image layout
2018-10-01 Jason Ekstrandanv: Implement VK_KHR_driver_properties
2018-09-26 Jordan Justenanv: If softpin is supported, use it with the hiz clear...
2018-09-26 Jordan Justenanv: s/batch/value_bo/ on anv_device_init_hiz_clear_batch
2018-09-26 Jason Ekstrandintel/isl: Add a unit suffixes to some struct fields...
2018-09-21 Anuj Phogatanv/icl: Set Enabled Texel Offset Precision Fix bit
2018-09-21 Jason Ekstrandanv,radv: Implement vkAcquireNextImage2
2018-09-19 Jason Ekstrandanv/so_memcpy: Don't consider src/dst_offset when compu...
2018-09-17 Jason Ekstrandanv/query: Add an emit_srm helper
2018-09-17 Jason Ekstrandanv: Add a mi_memset and use it for zeroing queries
2018-09-17 Jason Ekstrandanv/query: Use anv_address everywhere
2018-09-17 Jason Ekstrandanv/query: Write both dwords in emit_zero_queries
2018-09-17 Jason Ekstrandanv/query: Increment an index while writing results
2018-09-15 Caio Marcelo de... anv/memcpy: fix build after starting to use addresses
2018-09-15 Jason Ekstrandanv/cmd_buffer: Take an address in emit_lrm
2018-09-15 Jason Ekstrandanv/memcpy: Use addresses instead of bo+offset
2018-09-15 Jason Ekstrandanv/so_memcpy: Use the correct SO_BUFFER size on gen8+
2018-09-13 Jason Ekstrandanv: Silence a couple compiler warnings
2018-09-10 Jason Ekstrandanv: Support v3 of VK_EXT_vertex_attribute_divisor
2018-09-07 Jason Ekstrandanv: Clamp scissors to the framebuffer boundary
2018-09-07 Jason Ekstrandanv: Disable the vertex cache when tessellating on...
2018-09-07 Jason Ekstrandanv: Implement a VF cache invalidate workaround
2018-09-07 Jason Ekstrandanv: Re-emit vertex buffers when the pipeline changes
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-07 Sergii Romantsovintel: compiler option msse2 and mstackrealign
2018-09-06 Jason Ekstrandanv/pipeline: Only consider double elements which actua...
2018-09-01 Jason Ekstrandanv/blorp: Fix a comment as per Nanley's review feedback
2018-09-01 Jason Ekstrandanv/blorp: Do more flushing around HiZ clears
2018-08-29 Jason Ekstrandintel/compiler: Remove surface_idx from brw_image_param
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-29 Jason Ekstrandanv/pipeline: Remove dead image loads in lower_input_at...
2018-08-29 Jason Ekstrandanv: Free the app and engine name
2018-08-29 Lionel Landwerlinanv: blorp: support multiple aspect blits
next