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
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: fix uninitialized variable access
Lionel Landwerlin
2020-07-10
1
-1
/
+2
*
anv: Align "used" attribute to 64 bits.
Rafael Antognolli
2020-06-25
1
-2
/
+5
*
anv: Use resolve_device_entrypoint for dispatch init
Jason Ekstrand
2020-06-19
1
-0
/
+2
*
anv: support externally synchronized pipeline caches
Iván Briano
2020-06-17
1
-0
/
+2
*
anv: add an option to disable secondary command buffer calls
Lionel Landwerlin
2020-06-16
1
-0
/
+1
*
anv: Add anv_pipeline_init/finish helpers
Jason Ekstrand
2020-06-16
1
-4
/
+16
*
anv: Add an anv_batch_set_storage helper
Jason Ekstrand
2020-06-16
1
-0
/
+9
*
anv: Use new helper functions to pick SIMD variant for CS
Caio Marcelo de Oliveira Filho
2020-05-27
1
-4
/
+7
*
anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unre...
Eric Engestrom
2020-05-20
1
-0
/
+7
*
anv: pass the fd directly to anv_gem_reg_read()
Eric Engestrom
2020-05-20
1
-2
/
+1
*
anv: store the workaround address
Lionel Landwerlin
2020-05-20
1
-5
/
+7
*
anv: Implement VK_KHR_performance_query
Lionel Landwerlin
2020-05-20
1
-1
/
+39
*
anv: add a new execution mode for secondary command buffers
Lionel Landwerlin
2020-05-20
1
-5
/
+11
*
intel: Store the aperture size in devinfo.
Rafael Antognolli
2020-05-15
1
-1
/
+0
*
anv: Silence unused parameter warning in anv_image_get_clear_color_addr
Ian Romanick
2020-05-14
1
-1
/
+1
*
anv: Implement VK_EXT_custom_border_color
Iván Briano
2020-05-13
1
-0
/
+32
*
anv: Add a way to reserve states from a pool
Iván Briano
2020-05-13
1
-0
/
+15
*
anv/allocator: Add a start_offset to anv_state_pool
Jason Ekstrand
2020-05-08
1
-1
/
+7
*
anv: fix alignments for uniform buffers
Lionel Landwerlin
2020-05-08
1
-1
/
+6
*
vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.h
Jason Ekstrand
2020-05-04
1
-58
/
+54
*
vulkan,anv: Add a base object struct type
Jason Ekstrand
2020-05-04
1
-6
/
+49
*
vulkan,anv: Add a common base object type for VkDevice
Jason Ekstrand
2020-05-04
1
-4
/
+3
*
anv: Handle NULL descriptors
Jason Ekstrand
2020-04-28
1
-0
/
+10
*
anv: Use anv_layout_to_aux_usage for color during render passes
Jason Ekstrand
2020-04-28
1
-2
/
+0
*
anv: Stop allowing non-zero clear colors in input attachments
Jason Ekstrand
2020-04-28
1
-1
/
+0
*
anv: Allocate surface states per-subpass
Jason Ekstrand
2020-04-28
1
-2
/
+2
*
anv: Add support for new MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
1
-0
/
+1
*
anv: Add anv_device parameter to anv_gem_munmap.
Rafael Antognolli
2020-04-20
1
-1
/
+1
*
anv: Emit pushed UBO bounds checking code in the back-end compiler
Jason Ekstrand
2020-04-17
1
-1
/
+3
*
anv: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
1
-0
/
+6
*
anv/gen12: Lower VK_KHR_multiview using Primitive Replication
Caio Marcelo de Oliveira Filho
2020-04-07
1
-0
/
+6
*
anv: Do not sample from 3d depth image with HiZ
Danylo Piliaiev
2020-04-01
1
-0
/
+10
*
anv/allocator: Use util_dynarray for blocks in anv_state_stream
Jason Ekstrand
2020-03-31
1
-3
/
+1
*
anv: Swizzle fast-clear values
Jason Ekstrand
2020-03-18
1
-2
/
+2
*
anv: Reduce compute pipeline batch_data size
Caio Marcelo de Oliveira Filho
2020-03-12
1
-1
/
+3
*
anv: Split graphics and compute bits from anv_pipeline
Caio Marcelo de Oliveira Filho
2020-03-12
1
-40
/
+64
*
anv: Use a separate field in the pipeline for compute shader
Caio Marcelo de Oliveira Filho
2020-03-12
1
-1
/
+8
*
anv: Keep the shader stage in anv_shader_bin
Caio Marcelo de Oliveira Filho
2020-03-12
1
-0
/
+5
*
anv: Use a dynamic array for storing executables in pipeline
Caio Marcelo de Oliveira Filho
2020-03-12
1
-5
/
+1
*
anv: Add a new enum to identify the pipeline type
Caio Marcelo de Oliveira Filho
2020-03-12
1
-0
/
+6
*
anv: stop storing prog param data into shader blobs
Lionel Landwerlin
2020-03-07
1
-1
/
+1
*
anv: Bounds-check pushed UBOs when robustBufferAccess = true
Jason Ekstrand
2020-03-07
1
-3
/
+3
*
anv: Add an align_down_u32 helper
Jason Ekstrand
2020-03-07
1
-1
/
+8
*
anv: Align UBO sizes to 32B
Jason Ekstrand
2020-03-07
1
-0
/
+2
*
anv: Use a proper end-of-pipe sync instead of just CS stall
Jason Ekstrand
2020-03-02
1
-4
/
+5
*
anv: Remove unused field `urb.total_size`
Caio Marcelo de Oliveira Filho
2020-02-27
1
-4
/
+1
*
anv: Remove unused field xfb_used from anv_pipeline
Caio Marcelo de Oliveira Filho
2020-02-27
1
-2
/
+0
*
anv: Always enable the data cache
Jason Ekstrand
2020-02-25
1
-2
/
+0
*
anv: Clarify behavior of anv_image_aspect_to_plane()
Chad Versace
2020-02-12
1
-0
/
+6
*
anv: Delete anv_image::ccs_e_compatible
Chad Versace
2020-02-12
1
-5
/
+0
[next]