index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-18
meson: fix i965/anv/isl genX static lib names
Eric Engestrom
1
-1
/
+1
2018-06-12
anv: Disable __gen_validate_value if NDEBUG is set.
Kenneth Graunke
1
-0
/
+2
2018-06-11
anv: Set fence/semaphore types to NONE in impl_cleanup
Jason Ekstrand
1
-13
/
+16
2018-05-10
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
1
-0
/
+1
2018-05-10
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
1
-1
/
+8
2018-05-02
anv: Allow lookup of vkEnumerateInstanceVersion without an instance
Jason Ekstrand
1
-0
/
+1
2018-04-27
anv/allocator: Don't shrink either end of the block pool
Jason Ekstrand
1
-4
/
+4
2018-04-20
anv/blorp: Do the gen11 BTI flush
Jason Ekstrand
1
-0
/
+14
2018-04-19
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2
-7
/
+1
2018-04-19
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2
-4
/
+14
2018-04-16
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
1
-6
/
+1
2018-04-13
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2
-1
/
+5
2018-04-11
blorp: Silence unused function warnings
Nanley Chery
1
-1
/
+1
2018-04-11
vulkan: fix build issue on android (both anv/radv)
Tapani Pälli
1
-2
/
+2
2018-04-10
vulkan: Drop vk_android_native_buffer.xml
Jason Ekstrand
2
-17
/
+12
2018-04-09
anv/pipeline: Lower more constant initializers earlier
Jason Ekstrand
1
-7
/
+5
2018-04-05
anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCS
Jason Ekstrand
2
-19
/
+40
2018-04-05
anv: Make blorp update the clear color.
Rafael Antognolli
3
-63
/
+66
2018-04-05
anv: Use clear address for HiZ fast clears too.
Rafael Antognolli
3
-3
/
+27
2018-04-05
anv: Emit the fast clear color address, instead of value.
Rafael Antognolli
3
-4
/
+70
2018-04-05
anv: Add a helper to extract clear color from the attachment.
Rafael Antognolli
2
-13
/
+21
2018-04-05
intel: Use Clear Color struct size.
Rafael Antognolli
3
-13
/
+22
2018-04-05
anv/image: Do not override lower bits of dword.
Rafael Antognolli
2
-15
/
+12
2018-04-03
anv: Fix close(fd) before import issue in vkCreateDmaBufImageINTEL
Kevin Strasser
1
-2
/
+2
2018-04-02
anv/cmd_buffer: honor pending clear views for depth/stencil attachments
Iago Toral Quiroga
1
-1
/
+21
2018-04-02
anv/cmd_buffer: consider multiview masks for tracking pending clear aspects
Iago Toral Quiroga
2
-3
/
+96
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
3
-6
/
+6
2018-03-23
anv: Set genX_table for gen11
Jordan Justen
1
-0
/
+3
2018-03-23
anv: Add gen11 to anv_genX_call
Jordan Justen
1
-0
/
+3
2018-03-23
nir: Rename image intrinsics to image_var
Jason Ekstrand
2
-13
/
+13
2018-03-21
anv/pipeline: don't pass constant view index in multiview
Caio Marcelo de Oliveira Filho
1
-6
/
+11
2018-03-21
anv/pipeline: use less instructions for multiview
Caio Marcelo de Oliveira Filho
1
-1
/
+1
2018-03-20
anv: off-by-one in GetDescriptorSetLayoutSupport
Scott D Phillips
1
-1
/
+1
2018-03-19
anv/pipeline: set active_stages early
Caio Marcelo de Oliveira Filho
2
-3
/
+10
2018-03-19
anv/pipeline: fail if TCS/TES compile fail
Caio Marcelo de Oliveira Filho
1
-7
/
+9
2018-03-16
anv: Silence warning about heap_size.
Eric Anholt
1
-1
/
+1
2018-03-15
anv: silence unused variable warning
Lionel Landwerlin
1
-7
/
+0
2018-03-15
anv: silence unused function warning on gen11
Lionel Landwerlin
1
-0
/
+2
2018-03-14
anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands
Iago Toral Quiroga
1
-1
/
+5
2018-03-14
anv/entrypoints: dispatches to VkQueue are device-level
Iago Toral Quiroga
1
-2
/
+7
2018-03-09
intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
1
-17
/
+28
2018-03-07
anv: Support version overrides
Jason Ekstrand
1
-1
/
+7
2018-03-07
anv: Enable Vulkan 1.1
Jason Ekstrand
1
-1
/
+4
2018-03-07
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2
-0
/
+30
2018-03-07
anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVER
Jason Ekstrand
1
-29
/
+7
2018-03-07
anv: Implement vkEnumerateInstanceVersion
Jason Ekstrand
1
-0
/
+7
2018-03-07
anv/device: fail to initialize device if we have queues with unsupported flags
Iago Toral Quiroga
1
-0
/
+9
2018-03-07
anv/device: GetDeviceQueue2 should only return queues with matching flags
Iago Toral Quiroga
2
-1
/
+7
2018-03-07
anv: Support querying for protected memory
Jason Ekstrand
1
-0
/
+6
2018-03-07
anv: Implement GetDeviceQueue2
Jason Ekstrand
1
-0
/
+12
[next]