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
/
vulkan
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
1
-6
/
+9
*
anv: Pull all clflushing into a clflush_range helper
Jason Ekstrand
2017-02-21
1
-9
/
+9
*
anv: Remove the unused state_pool_emit macro
Jason Ekstrand
2017-02-21
1
-14
/
+0
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
1
-3
/
+3
*
anv: Add an invalidate_range helper
Jason Ekstrand
2017-02-21
1
-0
/
+13
*
anv: remove unused anv_dispatch_table dtable
Emil Velikov
2017-02-21
1
-2
/
+0
*
anv: remove unneeded extern C notation
Emil Velikov
2017-02-21
1
-8
/
+0
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
1
-0
/
+1
*
anv: Use vk_foreach_struct for handling extension structs
Jason Ekstrand
2017-02-14
1
-5
/
+0
*
anv: Implement the Skylake stencil PMA optimization
Jason Ekstrand
2017-02-14
1
-0
/
+1
*
anv: Add support for the PMA fix on Broadwell
Jason Ekstrand
2017-02-14
1
-0
/
+17
*
anv: Disable stencil writes when both write masks are zero
Jason Ekstrand
2017-02-14
1
-0
/
+1
*
anv: Add support for shaderStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
1
-1
/
+10
*
anv: emit DrawID if needed
Lionel Landwerlin
2017-02-02
1
-1
/
+2
*
anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31
Lionel Landwerlin
2017-02-02
1
-0
/
+2
*
anv: limit vertex buffers to 31
Lionel Landwerlin
2017-02-02
1
-1
/
+1
*
anv: Don't use bogus alpha swizzles
Jason Ekstrand
2017-02-01
1
-0
/
+15
*
anv: Implement VK_KHR_get_physical_device_properties2
Chad Versace
2017-01-25
1
-0
/
+18
*
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: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
Samuel Iglesias Gonsálvez
2017-01-17
1
-1
/
+1
*
anv: remove some unused macros and functions
Grazvydas Ignotas
2017-01-13
1
-15
/
+0
*
anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_data
Jason Ekstrand
2017-01-13
1
-5
/
+5
*
anv: Add a helper to determine sampling with HiZ
Nanley Chery
2017-01-12
1
-0
/
+7
*
anv: Avoid resolves incurred by fast depth clears
Nanley Chery
2017-01-12
1
-0
/
+15
*
anv: Prepare for transitioning to the requested final layout
Nanley Chery
2017-01-12
1
-0
/
+3
*
anv: Store depth stencil layouts
Nanley Chery
2017-01-12
1
-0
/
+11
*
anv/blorp: Add a gen8 HiZ op resolve function
Nanley Chery
2017-01-12
1
-0
/
+5
*
anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
Nanley Chery
2017-01-12
1
-11
/
+7
*
anv: add helper to get vue map for fragment shader
Lionel Landwerlin
2017-01-10
1
-0
/
+11
*
anv: add get_.*_prog_data for tesselation stages
Lionel Landwerlin
2017-01-10
1
-0
/
+2
*
anv: make get_.*_prog_data take a const pipeline
Lionel Landwerlin
2017-01-10
1
-1
/
+1
*
anv: Clean up some unused variables
Edward O'Callaghan
2016-12-10
1
-15
/
+0
*
anv: Add missing error-checking to anv_block_pool_init (v2)
Gwan-gyeong Mun
2016-11-28
1
-2
/
+2
*
anv: Store UUID in physical device.
Emil Velikov
2016-11-28
1
-2
/
+2
*
anv: use do { } while (0) in the anv_finishme macro
Emil Velikov
2016-11-28
1
-7
/
+8
*
anv: Add support for fast clears on gen9
Jason Ekstrand
2016-11-22
1
-0
/
+3
*
anv: Add a vk_to_isl_color helper
Jason Ekstrand
2016-11-22
1
-0
/
+13
*
anv: Set up binding tables and surface states for input attachments
Jason Ekstrand
2016-11-22
1
-0
/
+1
*
anv/pipeline: Handle depth/stencil self-dependencies
Jason Ekstrand
2016-11-22
1
-0
/
+3
*
anv/pipeline: Add a input_attachment_index to the bindings
Jason Ekstrand
2016-11-22
1
-0
/
+3
*
anv/pass: Calculate the combined image usage of attachments
Jason Ekstrand
2016-11-22
1
-0
/
+1
*
anv/image: Add an aux_usage field for "default" aux
Jason Ekstrand
2016-11-17
1
-0
/
+3
*
anv: Add initial support for Sky Lake color compression
Jason Ekstrand
2016-11-17
1
-0
/
+1
*
anv/pass: Precompute some subpass usage information
Jason Ekstrand
2016-11-17
1
-0
/
+11
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-11-17
1
-4
/
+5
*
anv/cmd_buffer: Pull add_surface_state_reloc into genX_cmd_buffer.c
Jason Ekstrand
2016-11-17
1
-11
/
+0
*
anv/blorp: Break the guts of alloc_binding_table into a shared helper
Jason Ekstrand
2016-11-16
1
-0
/
+5
*
anv: Bring back anv_cmd_buffer_emit_state_base_address
Jason Ekstrand
2016-11-16
1
-0
/
+2
*
anv: Rework the way render target surfaces are allocated
Jason Ekstrand
2016-11-16
1
-5
/
+19
[next]