index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv,radv: Add support for VK_KHR_get_display_properties2
Jason Ekstrand
2018-07-09
2
-0
/
+57
*
anv/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-12
/
+0
*
anv: Implement VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-07-09
3
-0
/
+21
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
4
-12
/
+20
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
4
-8
/
+11
*
anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
3
-0
/
+13
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
3
-0
/
+165
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
8
-25
/
+28
*
anv/pass: Move implicit dependency setup to anv_render_pass_compile
Jason Ekstrand
2018-07-09
1
-70
/
+63
*
anv/pass: Move some dependency setup into a helper
Jason Ekstrand
2018-07-09
1
-18
/
+34
*
anv/pass: Move a bunch of analysis into a separate "compile" stage
Jason Ekstrand
2018-07-09
1
-50
/
+64
*
anv/pass: Use a designated initailizer for attachments
Jason Ekstrand
2018-07-09
1
-11
/
+11
*
anv: Bump the advertised patch version to 80
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
anv/pipeline: honor the pipeline_cache_enabled run-time flag
Iago Toral Quiroga
2018-07-09
1
-1
/
+1
*
python: Specify the JSON separators
Mathieu Bridon
2018-07-05
1
-1
/
+1
*
anv: Add support for the on-disk shader cache
Jason Ekstrand
2018-07-02
3
-11
/
+126
*
anv/pipeline_cache: Add a _locked suffix to a function
Jason Ekstrand
2018-07-02
1
-14
/
+15
*
anv: Add device-level helpers for searching for and uploading kernels
Jason Ekstrand
2018-07-02
3
-79
/
+98
*
anv/pipeline: Stop optimizing for not having a cache
Jason Ekstrand
2018-07-02
1
-34
/
+31
*
anv: Use a default pipeline cache if none is specified
Jason Ekstrand
2018-07-02
5
-18
/
+25
*
anv: Be more careful about hashing pipeline layouts
Jason Ekstrand
2018-07-02
1
-3
/
+38
*
anv,intel: Enable nir_opt_large_constants for Vulkan
Jason Ekstrand
2018-07-02
1
-0
/
+1
*
anv: Add state setup support for shader constants
Jason Ekstrand
2018-07-02
3
-19
/
+101
*
anv: Add support for shader constant data to the pipeline cache
Jason Ekstrand
2018-07-02
4
-0
/
+50
*
anv/cmd_buffer: make descriptors dirty when emitting base state address
Iago Toral Quiroga
2018-07-02
1
-0
/
+5
*
anv/cmd_buffer: clean dirty push constants flag after emitting push constants
Iago Toral Quiroga
2018-07-02
1
-0
/
+2
*
anv/cmd_buffer: never shrink the push constant buffer size
Iago Toral Quiroga
2018-07-02
1
-1
/
+16
*
anv: finish the binding_table_pool on destroyDevice when use_softpin
Jose Maria Casanova Crespo
2018-06-29
1
-0
/
+3
*
intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround
Jason Ekstrand
2018-06-28
1
-2
/
+18
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
1
-1
/
+1
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
1
-1
/
+1
*
intel/compiler: Add and use helpers for working with KSP indices
Jason Ekstrand
2018-06-28
1
-7
/
+11
*
Revert "anv: Print the actual enum for ignored structure types"
Jason Ekstrand
2018-06-27
1
-3
/
+1
*
anv: Print the actual enum for ignored structure types
Jason Ekstrand
2018-06-27
1
-1
/
+3
*
anv: add VK_EXT_display_control to anv driver [v5]
Keith Packard
2018-06-23
4
-0
/
+108
*
anv: Support wait for heterogeneous list of fences [v3]
Keith Packard
2018-06-23
1
-18
/
+90
*
anv/pipeline: Convert apply_pipeline_layout to deref instructions
Jason Ekstrand
2018-06-22
2
-74
/
+78
*
anv/apply_pipeline_layout: Simplify extract_tex_src_plane
Jason Ekstrand
2018-06-22
1
-34
/
+12
*
anv/pipeline: Convert lower_multiview to deref instructions
Jason Ekstrand
2018-06-22
1
-12
/
+5
*
anv/pipeline: Convert YCbCr lowering to deref instructiosn
Jason Ekstrand
2018-06-22
2
-18
/
+22
*
anv/pipeline: Convert lower_input_attachments to deref instructions
Jason Ekstrand
2018-06-22
2
-18
/
+19
*
anv/pipeline: Do less deref instruction lowering
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
1
-0
/
+6
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
1
-2
/
+4
*
vulkan: EXT_acquire_xlib_display requires libXrandr headers to build
Keith Packard
2018-06-20
1
-1
/
+1
*
anv: Add VK_EXT_display_surface_counter to anv driver [v2]
Keith Packard
2018-06-20
2
-0
/
+13
*
anv: Add EXT_acquire_xlib_display to anv driver [v3]
Keith Packard
2018-06-19
5
-6
/
+45
*
anv: Add EXT_direct_mode_display to anv driver [v2]
Keith Packard
2018-06-19
2
-0
/
+12
[next]