r600/shader: only read back the necessary tess factor components.
[mesa.git] / src / intel / vulkan /
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-08 Alex Smithanv: Allow PMA optimization to be enabled in secondary...
2018-01-05 Alex Smithanv: Take write mask into account in has_color_buffer_w...
2018-01-04 Alex Smithanv: Add missing unlock in anv_scratch_pool_alloc
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2017-12-28 Jason Ekstrandanv/device: Mark all state buffers as needing capture
2017-12-20 Samuel Iglesias... anv: disallow VK_REMAINING_ARRAY_LAYERS in vkCmdClearAt...
2017-12-17 Bas Nieuwenhuizenanv: Remove unused variable.
2017-12-12 Samuel Iglesias... anv: fix bug when using component qualifier in FS outputs
2017-12-08 Jason Ekstrandanv: Enable UBO pushing
2017-12-08 Jason Ekstrandanv/device: Increase the UBO alignment requirement...
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add support for pushing UBO ranges
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add some stage asserts
2017-12-08 Jason Ekstrandanv/cmd_buffer: Add some helpers for working with descr...
2017-12-08 Jason Ekstrandanv/pipeline: Translate vulkan_resource_index to a...
2017-12-08 Jason Ekstrandanv: Disable VK_KHR_16bit_storage
2017-12-06 Fredrik Höglundanv: fix a case statement in GetMemoryFdPropertiesKHR
2017-12-06 Alejandro Piñeiroanv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_stor...
2017-12-06 Jason Ekstrandanv: Add support for the variablePointers feature
2017-12-06 Jason Ekstrandanv: Handle nir_intrinsic_vulkan_resource_reindex
2017-12-04 Lionel Landwerlinanv: query CS timestamp frequency from the kernel
2017-12-04 Jason Ekstrandvulkan/wsi: Initialize individual WSI interfaces in...
2017-12-04 Jason Ekstrandvulkan/wsi: Drop some unneeded cruft from the API
2017-12-04 Jason Ekstrandvulkan/wsi: Add wrappers for all of the surface queries
2017-12-04 Jason Ekstrandvulkan/wsi: Drop the can_handle_different_gpu parameter...
2017-12-04 Jason Ekstrandvulkan/wsi: Add a helper for AcquireNextImage
2017-12-04 Dave Airlievulkan/wsi: move swapchain create/destroy to common...
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Jason Ekstrandanv/wsi: Enable prime support
2017-12-04 Jason Ekstrandanv/wsi: Use the common QueuePresent code
2017-12-04 Jason Ekstrandvulkan/wsi: Do image creation in common code
2017-12-04 Jason Ekstrandvulkan/wsi: Implement prime in a completely generic way
2017-12-04 Jason Ekstrandanv/image: Implement the wsi "extension"
2017-12-04 Jason Ekstrandanv: Require a dedicated allocation for modified images
2017-12-04 Jason Ekstrandanv/image: Add a drm_format_mod field
2017-12-04 Jason Ekstrandanv: Implement VK_EXT_external_memory_dma_buf
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-11-30 Vinson Leeanv: Check if memfd_create is already defined.
2017-11-28 Jason Ekstrandanv: Let blorp handle indirect clear colors for CCS...
2017-11-28 Jason Ekstrandanv: Move get_fast_clear_state_address into anv_private.h
2017-11-28 Jason Ekstrandintel/blorp: Add initial support for indirect clear...
2017-11-22 Lionel Landwerlinanv: flag batch & instruction BOs for capture
2017-11-22 Lionel Landwerlinanv: setup BO flags at state_pool/block_pool creation
2017-11-17 Jason Ekstrandanv/cmd_buffer: Take bo_offset into account in fast...
2017-11-17 Jason Ekstrandanv/cmd_buffer: Advance the address when initializing...
2017-11-14 Anuj Phogatanv/gen10: Enable float blend optimization
2017-11-14 Anuj Phogatanv/gen10: Implement WaSampleOffsetIZ workaround
2017-11-14 Jason Ekstrandintel/blorp: Make the MOCS setting part of blorp_address
2017-11-14 Jason Ekstrandanv/blorp: Add a device parameter to blorp_surf_for_anv...
2017-11-13 Jason Ekstrandanv: Don't crash on invalid heap sizes when the PCI...
2017-11-10 Chad Versaceanv/meson: Generate dev_icd.json
2017-11-10 Chad Versaceanv: Fix architecture in intel_icd.{arch}.json
2017-11-10 Chad Versaceanv: Refactor anv_GetImageSubresourceLayout()
2017-11-10 Chad Versaceanv/image: Refactor choice of isl_tiling_flags_t
2017-11-10 Chad Versaceanv: Refactor anv_get_format_plane() - explicit unsupported
2017-11-10 Chad Versaceanv: Remove anv_physical_device_get_format_properties()
2017-11-10 Chad Versaceanv: Simplify anv_physical_device_get_format_properties()
2017-11-10 Chad Versaceanv: Simplify anv_get_image_format_properties()
2017-11-10 Chad Versaceanv: Rename get_image_format_properties()
2017-11-10 Chad Versaceanv: Fix get_image_format_properties() - YCbCr
2017-11-10 Chad Versaceanv: Fix get_image_format_properties() - 3-channel...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - Reduce...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - base_isl_...
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - plane_format
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - ASTC
2017-11-10 Chad Versaceanv: Refactor get_image_format_properties() - depthsten...
2017-11-10 Chad Versaceanv: Better types for 'aspect' function params
2017-11-10 Chad Versaceanv: Refactor get_buffer_format_properties()
2017-11-09 Nicolai Hähnleanv: fix build failure
2017-11-09 Timothy Arcerimesa: Add new fast mtx_t mutex type for basic use cases
2017-11-07 Jason Ekstrandintel/cs: Push subgroup ID instead of base thread ID
2017-11-07 Chad Versaceanv: Suffix anv-private 'VK' tokens with 'ANV'
2017-11-07 Chad Versaceanv: Remove unused variable 'gen'
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-10-27 Kenneth Graunkeanv: Fix assert about source attrs.
2017-10-27 Kenneth Graunkeanv: Drop URB entry output read handling in 3DSTATE_XS.
2017-10-25 Jason Ekstrandanv/entrypoints: Dump useful data if mako throws an...
2017-10-25 Jason Ekstrandintel/compiler: Call nir_lower_system_values in brw_pre...
2017-10-25 Jason Ekstrandanv/pipeline: Call nir_lower_system_valaues after brw_p...
2017-10-25 Jason Ekstrandanv/pipeline: Drop nir_lower_clip_cull_distance_arrays
2017-10-25 Jason Ekstrandanv/pipeline: Dump shader immedately after spirv_to_nir
2017-10-21 Lionel Landwerlinanv: don't assert on device init on Cannonlake
2017-10-21 Lionel Landwerlinanv: disable stencil pma fix on Gen > 9
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-18 Vinson Leeanv: Fix instance typos.
2017-10-18 Chad Versaceanv: Implement VK_ANDROID_native_buffer (v9)
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Chad Versaceanv: Add func anv_gem_get_tiling()
2017-10-17 Chad Versaceanv: Move close(fd) from anv_bo_cache_import to its...
2017-10-17 Chad Versaceanv: Add field anv_image::planes[]::bo_is_owned (v2)
2017-10-17 Chad Versaceanv: Better support for Android logging (v2)
2017-10-17 Jason Ekstrandanv/apply_pipeline_layout: Use nir_tex_instr_remove_src
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-10-16 Jason Ekstrandanv: Get rid of gen fall-through
2017-10-13 Jason Ekstrandblob: Use intptr_t instead of ssize_t
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandanv/pipeline: Refactor setup of the prog_data::param...
next