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_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Implement SSBOs bindings with GPU addresses in the descriptor BO
Jason Ekstrand
2019-04-19
1
-8
/
+29
*
anv: Implement VK_EXT_inline_uniform_block
Jason Ekstrand
2019-03-05
1
-0
/
+14
*
anv: Add a concept of a descriptor buffer
Jason Ekstrand
2019-03-05
1
-0
/
+31
*
anv: Take references to push descriptor set layouts
Jason Ekstrand
2019-03-05
1
-6
/
+16
*
anv: Refactor descriptor pushing a bit
Jason Ekstrand
2019-03-05
1
-28
/
+22
*
anv: Stop allocating buffer views for dynamic buffers
Jason Ekstrand
2019-03-05
1
-2
/
+2
*
anv: Rework arguments to anv_descriptor_set_write_*
Jason Ekstrand
2019-03-05
1
-6
/
+4
*
anv: Implement the basic form of VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
1
-0
/
+29
*
anv: Implement VK_EXT_conditional_rendering for gen 7.5+
Danylo Piliaiev
2019-01-18
1
-0
/
+8
*
anv: Remove state flush.
Rafael Antognolli
2019-01-17
1
-8
/
+0
*
anv: fix assert in anv_CmdBindDescriptorSets()
Samuel Iglesias Gonsálvez
2018-07-18
1
-1
/
+1
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
1
-2
/
+2
*
anv/cmd_buffer: never shrink the push constant buffer size
Iago Toral Quiroga
2018-07-02
1
-1
/
+16
*
anv: Add gen11 to anv_genX_call
Jordan Justen
2018-03-23
1
-0
/
+3
*
anv: Trivially implement VK_KHR_device_group
Jason Ekstrand
2018-03-07
1
-0
/
+7
*
anv: Implement vkCmdDispatchBase
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-2
/
+2
*
anv: Add version 1.1.0 but leave it disabled
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
anv: Move setting current_pipeline to cmd_state_init
Jason Ekstrand
2018-02-12
1
-1
/
+1
*
anv/cmd_buffer: Add a mark_image_written helper
Jason Ekstrand
2018-02-08
1
-0
/
+15
*
anv/cmd_buffer: Add an anv_genX_call macro
Jason Ekstrand
2018-02-08
1
-15
/
+25
*
anv/cmd_buffer: add the pipeline layout to the pipeline state
Iago Toral Quiroga
2018-01-26
1
-0
/
+8
*
anv/descriptor_set: add reference counting for descriptor set layouts
Iago Toral Quiroga
2018-01-26
1
-4
/
+2
*
anv/cmd_buffer: Move dynamic state to graphics state
Jason Ekstrand
2018-01-23
1
-21
/
+21
*
anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_state
Jason Ekstrand
2018-01-23
1
-2
/
+2
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-23
1
-12
/
+12
*
anv: Separate compute and graphics descriptor sets
Jason Ekstrand
2018-01-23
1
-17
/
+48
*
anv/cmd_buffer: Add a helper for binding descriptor sets
Jason Ekstrand
2018-01-23
1
-28
/
+42
*
anv/cmd_buffer: Refactor ensure_push_descriptor_set
Jason Ekstrand
2018-01-23
1
-11
/
+13
*
anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Jason Ekstrand
2018-01-23
1
-5
/
+7
*
anv/cmd_buffer: Rework anv_cmd_state_reset
Jason Ekstrand
2018-01-23
1
-38
/
+22
*
anv/cmd_buffer: Get rid of the meta query workaround
Jason Ekstrand
2018-01-23
1
-1
/
+0
*
intel/cs: Push subgroup ID instead of base thread ID
Jason Ekstrand
2017-11-07
1
-3
/
+3
*
intel/cs: Make thread_local_id a regular builtin param
Jason Ekstrand
2017-10-12
1
-6
/
+4
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-8
/
+25
*
anv/cmd_buffer: Reset state in cmd_buffer_destroy
Lionel Landwerlin
2017-10-06
1
-9
/
+3
*
anv/cmd_buffer: fix push descriptors with set > 0
Lionel Landwerlin
2017-10-06
1
-11
/
+48
*
anv/cmd_buffer: fix off by one error in assertion
Iago Toral Quiroga
2017-07-26
1
-1
/
+1
*
anv/cnl: Generate and use gen10 functions
Anuj Phogat
2017-06-22
1
-0
/
+2
*
anv/allocator: Convert the state stream to pull from a state pool
Jason Ekstrand
2017-05-04
1
-4
/
+4
*
anv/cmd_buffer: fix host memory leak
Craig Stout
2017-03-29
1
-1
/
+9
*
anv/cmd_buffer: handle out of memory during vkCmdPushConstants
Iago Toral Quiroga
2017-03-16
1
-3
/
+11
*
anv/cmd_buffer: add a status field to anv_batch
Iago Toral Quiroga
2017-03-16
1
-0
/
+4
*
anv: Use on-the-fly surface states for dynamic buffer descriptors
Jason Ekstrand
2017-03-13
1
-29
/
+18
*
anv/cmd_buffer: Enable render pass awareness
Nanley Chery
2017-03-02
1
-0
/
+3
*
anv: Store the user's VkAttachmentReference
Nanley Chery
2017-03-02
1
-2
/
+2
*
anv/descriptor_set: Store aux usage of sampled image descriptors
Nanley Chery
2017-03-02
1
-3
/
+2
*
anv: add VK_KHR_descriptor_update_template support
Lionel Landwerlin
2017-03-02
1
-0
/
+33
*
anv: add VK_KHR_push_descriptor support
Lionel Landwerlin
2017-03-02
1
-0
/
+91
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
1
-8
/
+4
[next]