index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/pipeline: Make a copy of VkPipelineDepthStencilStateCreateinfo
Jason Ekstrand
2017-02-14
1
-16
/
+18
*
anv: Add support for the PMA fix on Broadwell
Jason Ekstrand
2017-02-14
9
-2
/
+221
*
genxml: Add the CACHE_MODE_1 register on gen8
Jason Ekstrand
2017-02-14
1
-0
/
+21
*
anv: Disable stencil writes when both write masks are zero
Jason Ekstrand
2017-02-14
4
-2
/
+17
*
anv/entrypoints: Only generate entrypoints for supported features
Jason Ekstrand
2017-02-14
1
-3
/
+41
*
anv: fix Get*MemoryRequirements for !LLC
Connor Abbott
2017-02-14
1
-6
/
+8
*
anv: Add support for shaderStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
6
-23
/
+65
*
anv/apply_pipeline_layout: Set image.write_only to false
Jason Ekstrand
2017-02-14
1
-0
/
+12
*
intel/isl: Add format metadata for typed reads/writes
Jason Ekstrand
2017-02-14
2
-251
/
+291
*
anv/cmd_buffer: Return a VkResult from verify_cmd_parser
Jason Ekstrand
2017-02-14
1
-7
/
+7
*
anv/blorp: Don't sanitize the swizzle for blorp_clear
Jason Ekstrand
2017-02-13
1
-2
/
+1
*
intel/blorp: Swizzle clear colors on the CPU
Jason Ekstrand
2017-02-13
1
-18
/
+30
*
intel/blorp: do not return const data by get_px_size_sa()
Emil Velikov
2017-02-10
1
-1
/
+1
*
anv/pipeline: set ThreadDispatchEnable conditionally
Juan A. Suarez Romero
2017-02-06
1
-23
/
+26
*
anv/blorp: Disable resolves for transparent black clears
Nanley Chery
2017-02-03
1
-2
/
+8
*
anv/cmd_buffer: Don't temporarily enable CCS_E within a render pass
Nanley Chery
2017-02-03
1
-2
/
+13
*
intel/isl: Add a better comment for format_supports_ccs_e
Jason Ekstrand
2017-02-02
1
-0
/
+6
*
anv: Remove the finishme for CCS_E with storage images
Jason Ekstrand
2017-02-02
1
-14
/
+7
*
intel/isl: Assert that we don't use CCS for storage images
Jason Ekstrand
2017-02-02
1
-0
/
+6
*
intel/isl: Add a formats_are_ccs_e_compatible helper
Jason Ekstrand
2017-02-02
3
-0
/
+41
*
intel/isl: Add a format_supports_ccs_d helper
Jason Ekstrand
2017-02-02
2
-0
/
+24
*
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
2017-02-02
4
-9
/
+8
*
anv/pass: Store the depth-stencil attachment's last subpass index
Nanley Chery
2017-02-02
1
-0
/
+1
*
anv: enable VK_KHR_shader_draw_parameters
Lionel Landwerlin
2017-02-02
2
-0
/
+5
*
anv: emit DrawID if needed
Lionel Landwerlin
2017-02-02
3
-7
/
+63
*
anv: always allocate a vertex element with vertexid or instanceid
Lionel Landwerlin
2017-02-02
1
-12
/
+0
*
anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31
Lionel Landwerlin
2017-02-02
3
-2
/
+4
*
anv: limit vertex buffers to 31
Lionel Landwerlin
2017-02-02
3
-4
/
+4
*
anv: Don't use bogus alpha swizzles
Jason Ekstrand
2017-02-01
3
-3
/
+22
*
isl: Add assertions for render target swizzle restrictions
Jason Ekstrand
2017-02-01
1
-0
/
+32
*
android: add vulkan build for intel
Tapani Pälli
2017-02-01
2
-0
/
+227
*
anv: Improve flushing around STATE_BASE_ADDRESS
Jason Ekstrand
2017-01-31
1
-0
/
+4
*
anv: Flush render cache before STATE_BASE_ADDRESS on gen7
Jason Ekstrand
2017-01-31
1
-3
/
+0
*
isl/formats: Only advertise sampling for A4B4G4R4 on Broadwell
Jason Ekstrand
2017-01-31
1
-2
/
+3
*
intel/blorp: Handle clearing of A4B4G4R4 on all platforms
Jason Ekstrand
2017-01-31
1
-0
/
+23
*
anv/cmd_buffer: Use the proper depth input attachment surface state
Nanley Chery
2017-01-31
1
-6
/
+6
*
anv: Advertise API version 1.0.39
Jason Ekstrand
2017-01-27
1
-1
/
+1
*
anv: add missing extension errors in vk_errorf()
Eric Engestrom
2017-01-27
1
-0
/
+5
*
anv: add missing core errors in vk_errorf()
Eric Engestrom
2017-01-27
1
-0
/
+3
*
anv: don't assert on out of memory descriptor pool in debug mode
Lionel Landwerlin
2017-01-27
1
-0
/
+2
*
intel/blorp/dbg: Name blit shaders for easy recognition in dumps
Topi Pohjolainen
2017-01-27
1
-0
/
+2
*
anv: fix descriptor pool internal size allocation
Lionel Landwerlin
2017-01-26
1
-4
/
+4
*
anv/lower_input_attachments: honor sample index parameter to subpassLoad()
Iago Toral Quiroga
2017-01-26
1
-4
/
+1
*
anv: Implement VK_KHR_get_physical_device_properties2
Chad Versace
2017-01-25
3
-0
/
+161
*
anv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()
Chad Versace
2017-01-25
1
-9
/
+17
*
anv: Refactor anv_GetPhysicalDeviceFormatProperties()
Chad Versace
2017-01-25
1
-28
/
+49
*
anv: Revive struct anv_common
Chad Versace
2017-01-25
1
-0
/
+5
*
anv: Define macro anv_debug()
Chad Versace
2017-01-25
1
-0
/
+2
*
anv: set command buffer to NULL when allocations fail
Lionel Landwerlin
2017-01-25
1
-1
/
+4
*
anv: Expose VK_KHR_maintenance1
Jason Ekstrand
2017-01-24
1
-1
/
+5
[next]