vulkan/wsi/x11: add support to detect if we can support rendering (v3)
[mesa.git] / src / intel / vulkan / anv_private.h
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-15 Jason Ekstrandanv: Use vk_foreach_struct for handling extension structs
2017-02-14 Jason Ekstrandanv: Implement the Skylake stencil PMA optimization
2017-02-14 Jason Ekstrandanv: Add support for the PMA fix on Broadwell
2017-02-14 Jason Ekstrandanv: Disable stencil writes when both write masks are...
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-02 Lionel Landwerlinanv: emit DrawID if needed
2017-02-02 Lionel Landwerlinanv: move BaseVertexID/BaseInstanceID vertex buffer...
2017-02-02 Lionel Landwerlinanv: limit vertex buffers to 31
2017-02-01 Jason Ekstrandanv: Don't use bogus alpha swizzles
2017-01-26 Chad Versaceanv: Implement VK_KHR_get_physical_device_properties2
2017-01-26 Chad Versaceanv: Revive struct anv_common
2017-01-26 Chad Versaceanv: Define macro anv_debug()
2017-01-17 Samuel Iglesias... anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
2017-01-14 Grazvydas Ignotasanv: remove some unused macros and functions
2017-01-14 Jason Ekstrandanv/pipeline: Replace get_fs_input_map with get_last_vu...
2017-01-13 Nanley Cheryanv: Add a helper to determine sampling with HiZ
2017-01-13 Nanley Cheryanv: Avoid resolves incurred by fast depth clears
2017-01-13 Nanley Cheryanv: Prepare for transitioning to the requested final...
2017-01-13 Nanley Cheryanv: Store depth stencil layouts
2017-01-13 Nanley Cheryanv/blorp: Add a gen8 HiZ op resolve function
2017-01-13 Nanley Cheryanv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
2017-01-10 Lionel Landwerlinanv: add helper to get vue map for fragment shader
2017-01-10 Lionel Landwerlinanv: add get_.*_prog_data for tesselation stages
2017-01-10 Lionel Landwerlinanv: make get_.*_prog_data take a const pipeline
2016-12-10 Edward O'Callaghananv: Clean up some unused variables
2016-11-28 Gwan-gyeong Munanv: Add missing error-checking to anv_block_pool_init...
2016-11-28 Emil Velikovanv: Store UUID in physical device.
2016-11-28 Emil Velikovanv: use do { } while (0) in the anv_finishme macro
2016-11-22 Jason Ekstrandanv: Add support for fast clears on gen9
2016-11-22 Jason Ekstrandanv: Add a vk_to_isl_color helper
2016-11-22 Jason Ekstrandanv: Set up binding tables and surface states for input...
2016-11-22 Jason Ekstrandanv/pipeline: Handle depth/stencil self-dependencies
2016-11-22 Jason Ekstrandanv/pipeline: Add a input_attachment_index to the bindings
2016-11-22 Jason Ekstrandanv/pass: Calculate the combined image usage of attachments
2016-11-17 Jason Ekstrandanv/image: Add an aux_usage field for "default" aux
2016-11-17 Jason Ekstrandanv: Add initial support for Sky Lake color compression
2016-11-17 Jason Ekstrandanv/pass: Precompute some subpass usage information
2016-11-17 Jason Ekstrandanv/image: Rename hiz_surface to aux_surface
2016-11-17 Jason Ekstrandanv/cmd_buffer: Pull add_surface_state_reloc into genX_...
2016-11-16 Jason Ekstrandanv/blorp: Break the guts of alloc_binding_table into...
2016-11-16 Jason Ekstrandanv: Bring back anv_cmd_buffer_emit_state_base_address
2016-11-16 Jason Ekstrandanv: Rework the way render target surfaces are allocated
2016-11-16 Jason Ekstrandanv/cmd_buffer: Expose add_surface_state_reloc as an...
2016-11-16 Jason Ekstrandanv: Move INTERFACE_DESCRIPTOR_DATA setup to the pipeline
2016-11-16 Jason Ekstrandanv/pipeline: Get rid of the kernel pointer fields
2016-11-11 Tapani Pällianv: use STATIC_ASSERT instead of static_assert
2016-11-10 Jason Ekstrandanv: Rework fences
2016-11-09 Jason Ekstrandanv: Move relocation handling from EndCommandBuffer...
2016-11-09 Jason Ekstrandanv/batch: Move last_ss_pool_bo_offset to the command...
2016-11-09 Jason Ekstrandanv: Add an anv_execbuf helper struct
2016-11-09 Jason Ekstrandanv: Initialize anv_bo::offset to -1
2016-11-09 Jason Ekstrandanv/allocator: Simplify anv_scratch_pool
2016-11-09 Jason Ekstrandanv: Add a new bo_pool_init helper
2016-11-09 Jason Ekstrandanv: Don't presume to know what address is in a surface...
2016-11-09 Jason Ekstrandanv: Add a cmd_buffer_execbuf helper
2016-11-09 Jason Ekstrandanv/device: Add an execbuf wrapper
2016-11-09 Jason Ekstrandanv: Make anv_finishme only warn once per call-site
2016-11-02 Jason Ekstrandanv/pipeline: Properly cache prog_data::param
2016-11-02 Jason Ekstrandanv/pipeline: Put actual pointers in anv_shader_bin
2016-10-20 Dave Airlieanv: drop unused zero macro.
2016-10-19 Dave Airlieanv/wsi: remove all anv references from WSI common...
2016-10-19 Dave Airlieanv: move common wsi code to x11/wayland common files.
2016-10-19 Dave Airlieanv/wsi: abstract wsi interfaces away from device a...
2016-10-18 Dave Airlieanv: drop pointless struct decl.
2016-10-18 Dave Airlieanv: move to using vk_alloc helpers.
2016-10-18 Dave Airlieanv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieanv: port to using new u_vector shared helper.
2016-10-18 Jason Ekstrandanv: Get rid of anv_cmd_buffer_emit_state_base_address
2016-10-18 Jason Ekstrandanv/cmd_buffer: Move descriptor flushing into genX_cmd_...
2016-10-18 Jason Ekstrandanv/cmd_buffer: Expose ensure_push_constant_*
2016-10-18 Jason Ekstrandanv/cmd_buffer: Move Begin/End/Execute to genX_cmd_buffer.c
2016-10-14 Jason Ekstrandanv/image: Create views directly in VkCreate*View
2016-10-14 Jason Ekstrandanv/image: Get rid of the usage hacks for meta
2016-10-14 Jason Ekstrandanv: Move Create*Pipelines into genX_cmd_buffer.c
2016-10-14 Jason Ekstrandanv/pipeline: Remove support for direct-from-nir shaders
2016-10-14 Jason Ekstrandanv: Make entrypoint resolution take a gen_device_info
2016-10-14 Jason Ekstrandanv: Get rid of the ANV_CALL macro
2016-10-14 Jason Ekstrandanv: Get rid of graphics_pipeline_create_info_extra
2016-10-14 Jason Ekstrandanv: Get rid of meta
2016-10-14 Jason Ekstrandanv/image: Add an isl_view to anv_image_view
2016-10-14 Emil Velikovanv: use correct header guards
2016-10-07 Chad Versaceanv: Add func anv_image_has_hiz()
2016-10-07 Chad Versaceanv: Add anv_image::hiz_surface
2016-10-06 Jason Ekstrandanv/cmd_buffer: Don't call set_subpass in a secondary
2016-09-23 Lionel Landwerlinanv: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Lionel Landwerlinanv: device: calculate compute thread numbers using...
2016-09-13 Jason Ekstrandanv: Make image_get_surface_for_aspect_mask const
2016-09-13 Jason Ekstrandanv: Add initial blorp support
2016-09-13 Jason Ekstrandintel/anv: Use #defines for all __gen_ helpers
2016-09-13 Jason Ekstrandanv/pipeline: Roll compute_urb_partition into emit_urb_...
2016-09-13 Jason Ekstrandintel/isl: Add an isl_swizzle structure and use it...
2016-09-03 Jason Ekstrandanv: Refactor pipeline l3 config setup
2016-09-03 Jason Ekstrandanv: Leverage the shared L3$ config code
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-09-03 Jason Ekstrandintel: Add a new "common" library for more code sharing
2016-08-30 Jason Ekstrandanv: Rework pipeline caching
2016-08-30 Jason Ekstrandanv: Add a struct for storing a compiled shader
2016-08-30 Jason Ekstrandanv: Add pipeline_has_stage guards a few places
next