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: 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
*
anv: Return better errors from AllocateDescriptorSets
Jason Ekstrand
2017-01-24
1
-2
/
+7
*
anv: Allow selecting the slice of a 3D image
Jason Ekstrand
2017-01-24
1
-1
/
+1
*
anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR
Jason Ekstrand
2017-01-24
1
-1
/
+13
*
anv: Add trivial support for TrimCommandPoolKHR
Jason Ekstrand
2017-01-24
1
-0
/
+8
*
anv: Set viewport extents correctly when height is negative
Jason Ekstrand
2017-01-24
1
-2
/
+2
*
vulkan: Don't install vk_platform.h or vulkan.h.
Matt Turner
2017-01-24
1
-3
/
+5
*
anv: descriptors: don't update immutables samplers with anything but their im...
Lionel Landwerlin
2017-01-21
1
-12
/
+19
*
intel/blorp/copy: Properly handle clear colors for CCS_E images
Jason Ekstrand
2017-01-21
1
-0
/
+82
*
anv: don't require render target isl bit for depth/stencil surfaces
Lionel Landwerlin
2017-01-20
1
-2
/
+5
*
anv: fix comment typo
Lionel Landwerlin
2017-01-20
1
-1
/
+1
*
blorp: remove unnecessary struct declaration
Lionel Landwerlin
2017-01-20
1
-1
/
+0
*
anv: set UAV coherence required bit when needed
Iago Toral Quiroga
2017-01-17
1
-0
/
+51
*
anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
Samuel Iglesias Gonsálvez
2017-01-17
2
-2
/
+2
*
anv: generate entry points from vk.xml
Lionel Landwerlin
2017-01-14
2
-65
/
+71
*
anv: remove some unused macros and functions
Grazvydas Ignotas
2017-01-13
2
-34
/
+0
*
anv: Default PointSize to 1.0 if not written by the shader
Jason Ekstrand
2017-01-13
1
-2
/
+10
*
anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_data
Jason Ekstrand
2017-01-13
3
-22
/
+10
*
anv: Move nir_lower_wpos_center after dead variable elimination.
Kenneth Graunke
2017-01-13
1
-3
/
+3
*
anv: Avoid some resolves for samplable HiZ buffers
Nanley Chery
2017-01-12
1
-18
/
+49
*
anv: Enable sampling from HiZ
Nanley Chery
2017-01-12
2
-4
/
+17
*
anv/blorp: Don't fast depth clear samplable HiZ buffers on BDW
Nanley Chery
2017-01-12
1
-0
/
+9
*
anv: Add a helper to determine sampling with HiZ
Nanley Chery
2017-01-12
1
-0
/
+7
*
isl/surface_state: Handle ISL_AUX_USAGE_HIZ
Nanley Chery
2017-01-12
1
-0
/
+29
[next]