glsl: refactor get_variable_being_redeclared() to return always an ir_variable pointer
[mesa.git] / src / intel /
2017-02-22 Jason Ekstrandanv/Makefile: Gather all the genX files into one place
2017-02-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dylan Bakervulkan/util: Add generator for enum_to_str functions
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Pull all clflushing into a clflush_range helper
2017-02-21 Jason Ekstrandanv: Remove the unused state_pool_emit macro
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Jason Ekstrandintel/blorp: Explicitly flush all allocated state
2017-02-21 Jason Ekstrandanv: Put everything about queries in genX_query.c
2017-02-21 Jason Ekstrandanv/Makefile: alphabetize
2017-02-21 Jason Ekstrandanv/query: Perform CmdResetQueryPool on the GPU
2017-02-21 Jason Ekstrandgenxml: Make MI_STORE_DATA_IMM more consistent
2017-02-21 Jason Ekstrandanv/query: clflush the bo map on non-LLC platforms
2017-02-21 Jason Ekstrandanv: Add an invalidate_range helper
2017-02-21 Emil Velikovanv: remove unused anv_dispatch_table dtable
2017-02-21 Emil Velikovanv: remove unneeded extern C notation
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-17 Jason Ekstrandanv/TODO: Check off Storage Image Without Format
2017-02-15 Matt Turneranv: Use build-id for pipeline cache UUID.
2017-02-15 Lionel Landwerlinanv: wsi: report presentation error per image request
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 Ekstrandgenxml: Add the CACHE_MODE_0 register on gen9
2017-02-14 Jason Ekstrandanv/pipeline: Be smarter about depth/stencil state
2017-02-14 Jason Ekstrandanv/pipeline: Make a copy of VkPipelineDepthStencilStat...
2017-02-14 Jason Ekstrandanv: Add support for the PMA fix on Broadwell
2017-02-14 Jason Ekstrandgenxml: Add the CACHE_MODE_1 register on gen8
2017-02-14 Jason Ekstrandanv: Disable stencil writes when both write masks are...
2017-02-14 Jason Ekstrandanv/entrypoints: Only generate entrypoints for supporte...
2017-02-14 Connor Abbottanv: fix Get*MemoryRequirements for !LLC
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-14 Jason Ekstrandanv/apply_pipeline_layout: Set image.write_only to...
2017-02-14 Jason Ekstrandintel/isl: Add format metadata for typed reads/writes
2017-02-14 Jason Ekstrandanv/cmd_buffer: Return a VkResult from verify_cmd_parser
2017-02-13 Jason Ekstrandanv/blorp: Don't sanitize the swizzle for blorp_clear
2017-02-13 Jason Ekstrandintel/blorp: Swizzle clear colors on the CPU
2017-02-10 Emil Velikovintel/blorp: do not return const data by get_px_size_sa()
2017-02-06 Juan A. Suarez Romeroanv/pipeline: set ThreadDispatchEnable conditionally
2017-02-03 Nanley Cheryanv/blorp: Disable resolves for transparent black clears
2017-02-03 Nanley Cheryanv/cmd_buffer: Don't temporarily enable CCS_E within...
2017-02-02 Jason Ekstrandintel/isl: Add a better comment for format_supports_ccs_e
2017-02-02 Jason Ekstrandanv: Remove the finishme for CCS_E with storage images
2017-02-02 Jason Ekstrandintel/isl: Assert that we don't use CCS for storage...
2017-02-02 Jason Ekstrandintel/isl: Add a formats_are_ccs_e_compatible helper
2017-02-02 Jason Ekstrandintel/isl: Add a format_supports_ccs_d helper
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-02-02 Nanley Cheryanv/pass: Store the depth-stencil attachment's last...
2017-02-02 Lionel Landwerlinanv: enable VK_KHR_shader_draw_parameters
2017-02-02 Lionel Landwerlinanv: emit DrawID if needed
2017-02-02 Lionel Landwerlinanv: always allocate a vertex element with vertexid...
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-02-01 Jason Ekstrandisl: Add assertions for render target swizzle restrictions
2017-02-01 Tapani Pälliandroid: add vulkan build for intel
2017-02-01 Jason Ekstrandanv: Improve flushing around STATE_BASE_ADDRESS
2017-02-01 Jason Ekstrandanv: Flush render cache before STATE_BASE_ADDRESS on...
2017-02-01 Jason Ekstrandisl/formats: Only advertise sampling for A4B4G4R4 on...
2017-02-01 Jason Ekstrandintel/blorp: Handle clearing of A4B4G4R4 on all platforms
2017-01-31 Nanley Cheryanv/cmd_buffer: Use the proper depth input attachment...
2017-01-27 Jason Ekstrandanv: Advertise API version 1.0.39
2017-01-27 Eric Engestromanv: add missing extension errors in vk_errorf()
2017-01-27 Eric Engestromanv: add missing core errors in vk_errorf()
2017-01-27 Lionel Landwerlinanv: don't assert on out of memory descriptor pool...
2017-01-27 Topi Pohjolainenintel/blorp/dbg: Name blit shaders for easy recognition...
2017-01-26 Lionel Landwerlinanv: fix descriptor pool internal size allocation
2017-01-26 Iago Toral Quirogaanv/lower_input_attachments: honor sample index paramet...
2017-01-26 Chad Versaceanv: Implement VK_KHR_get_physical_device_properties2
2017-01-26 Chad Versaceanv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()
2017-01-26 Chad Versaceanv: Refactor anv_GetPhysicalDeviceFormatProperties()
2017-01-26 Chad Versaceanv: Revive struct anv_common
2017-01-26 Chad Versaceanv: Define macro anv_debug()
2017-01-25 Lionel Landwerlinanv: set command buffer to NULL when allocations fail
2017-01-24 Jason Ekstrandanv: Expose VK_KHR_maintenance1
2017-01-24 Jason Ekstrandanv: Return better errors from AllocateDescriptorSets
2017-01-24 Jason Ekstrandanv: Allow selecting the slice of a 3D image
2017-01-24 Jason Ekstrandanv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR
2017-01-24 Jason Ekstrandanv: Add trivial support for TrimCommandPoolKHR
2017-01-24 Jason Ekstrandanv: Set viewport extents correctly when height is...
2017-01-24 Matt Turnervulkan: Don't install vk_platform.h or vulkan.h.
2017-01-21 Lionel Landwerlinanv: descriptors: don't update immutables samplers...
2017-01-21 Jason Ekstrandintel/blorp/copy: Properly handle clear colors for...
2017-01-20 Lionel Landwerlinanv: don't require render target isl bit for depth...
2017-01-20 Lionel Landwerlinanv: fix comment typo
2017-01-20 Lionel Landwerlinblorp: remove unnecessary struct declaration
2017-01-17 Iago Toral Quirogaanv: set UAV coherence required bit when needed
2017-01-17 Samuel Iglesias... anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
2017-01-14 Lionel Landwerlinanv: generate entry points from vk.xml
2017-01-14 Grazvydas Ignotasanv: remove some unused macros and functions
2017-01-14 Jason Ekstrandanv: Default PointSize to 1.0 if not written by the...
2017-01-14 Jason Ekstrandanv/pipeline: Replace get_fs_input_map with get_last_vu...
2017-01-13 Kenneth Graunkeanv: Move nir_lower_wpos_center after dead variable...
2017-01-13 Nanley Cheryanv: Avoid some resolves for samplable HiZ buffers
2017-01-13 Nanley Cheryanv: Enable sampling from HiZ
2017-01-13 Nanley Cheryanv/blorp: Don't fast depth clear samplable HiZ buffers...
2017-01-13 Nanley Cheryanv: Add a helper to determine sampling with HiZ
2017-01-13 Nanley Cheryisl/surface_state: Handle ISL_AUX_USAGE_HIZ
2017-01-13 Nanley Cheryanv: Perform HiZ resolves only on layout transitions
2017-01-13 Nanley Cheryanv: Disable HiZ for input attachments
2017-01-13 Nanley Cheryanv: Avoid resolves incurred by fast depth clears
next