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
/
genX_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Don't resolve or ambiguate non-existent layers
Jason Ekstrand
2018-02-12
1
-2
/
+10
*
anv: Allow fast-clearing the first slice of a multi-slice image
Jason Ekstrand
2018-02-08
1
-4
/
+8
*
anv/cmd_buffer: Rework aux tracking
Jason Ekstrand
2018-02-08
1
-99
/
+265
*
anv/cmd_buffer: Move the mi_alu helper higher up
Jason Ekstrand
2018-02-08
1
-17
/
+19
*
anv: Use blorp_ccs_ambiguate instead of fast-clears
Jason Ekstrand
2018-02-08
1
-50
/
+35
*
anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clears
Jason Ekstrand
2018-02-08
1
-17
/
+14
*
anv/cmd_buffer: Pull the undefined layout condition into the if
Jason Ekstrand
2018-02-08
1
-9
/
+4
*
anv: Only fast clear single-slice images
Jason Ekstrand
2018-02-08
1
-17
/
+17
*
anv/cmd_buffer: Add a mark_image_written helper
Jason Ekstrand
2018-02-08
1
-0
/
+44
*
anv/cmd_buffer: Generalize transition_color_buffer
Jason Ekstrand
2018-02-08
1
-12
/
+47
*
anv/cmd_buffer: Recurse in transition_color_buffer instead of falling through
Jason Ekstrand
2018-02-08
1
-9
/
+9
*
anv/blorp: Rework HiZ ops to look like MCS and CCS
Jason Ekstrand
2018-02-08
1
-6
/
+7
*
anv/blorp: Rework image clear/resolve helpers
Jason Ekstrand
2018-02-08
1
-7
/
+21
*
anv/cmd_buffer: Re-emit the pipeline at every subpass
Jason Ekstrand
2018-01-30
1
-0
/
+11
*
anv/cmd_buffer: Emit PIPE_CONTROL with ISP bit on older platforms.
Rafael Antognolli
2018-01-29
1
-4
/
+2
*
anv/gen10: Emit CS stall and mark push constants dirty.
Rafael Antognolli
2018-01-26
1
-6
/
+12
*
anv/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
1
-0
/
+47
*
anv/cmd_buffer: add the pipeline layout to the pipeline state
Iago Toral Quiroga
2018-01-26
1
-5
/
+3
*
anv/cmd_buffer: Move num_workgroups to compute state
Jason Ekstrand
2018-01-23
1
-7
/
+10
*
anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_state
Jason Ekstrand
2018-01-23
1
-3
/
+3
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-23
1
-10
/
+10
*
anv: Separate compute and graphics descriptor sets
Jason Ekstrand
2018-01-23
1
-11
/
+13
*
anv/cmd_buffer: Use anv_descriptor_for_binding for samplers
Jason Ekstrand
2018-01-23
1
-4
/
+2
*
anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Jason Ekstrand
2018-01-23
1
-21
/
+24
*
anv/cmd_buffer: Use some pre-existing pipeline temporaries
Jason Ekstrand
2018-01-23
1
-5
/
+4
*
anv: Make sure state on primary is correct after CmdExecuteCommands
Alex Smith
2018-01-11
1
-0
/
+9
*
intel: Apply Geminilake "Barrier Mode" workaround.
Kenneth Graunke
2018-01-09
1
-0
/
+21
*
anv: Allow PMA optimization to be enabled in secondary command buffers
Alex Smith
2018-01-08
1
-1
/
+21
*
anv/cmd_buffer: Add support for pushing UBO ranges
Jason Ekstrand
2017-12-08
1
-32
/
+110
*
anv/cmd_buffer: Add some stage asserts
Jason Ekstrand
2017-12-08
1
-0
/
+6
*
anv/cmd_buffer: Add some helpers for working with descriptor sets
Jason Ekstrand
2017-12-08
1
-11
/
+34
*
anv: Let blorp handle indirect clear colors for CCS resolves
Jason Ekstrand
2017-11-27
1
-50
/
+1
*
anv: Move get_fast_clear_state_address into anv_private.h
Jason Ekstrand
2017-11-27
1
-50
/
+6
*
anv/cmd_buffer: Take bo_offset into account in fast clear state addresses
Jason Ekstrand
2017-11-17
1
-1
/
+1
*
anv/cmd_buffer: Advance the address when initializing clear colors
Jason Ekstrand
2017-11-17
1
-3
/
+6
*
anv: Suffix anv-private 'VK' tokens with 'ANV'
Chad Versace
2017-11-07
1
-12
/
+12
*
anv: Better support for Android logging (v2)
Chad Versace
2017-10-17
1
-2
/
+2
*
anv: Do not assert() on VK_ATTACHMENT_UNUSED
Józef Kucia
2017-10-09
1
-1
/
+2
*
anv: enable multiple planes per image/imageView
Lionel Landwerlin
2017-10-06
1
-106
/
+190
*
anv: Take a single aspect in anv_layout_to_aux_usage
Jason Ekstrand
2017-10-06
1
-5
/
+5
*
anv/cmd_buffer: Make get_fast_clear_state return an address
Jason Ekstrand
2017-10-06
1
-22
/
+24
*
anv: prepare sampler emission code for multiplanar images
Lionel Landwerlin
2017-10-06
1
-1
/
+1
*
anv: add an assertion in genX(BeginCommandBuffer)
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
anv/image: Support creating uncompressed views of compressed images
Jason Ekstrand
2017-09-20
1
-2
/
+19
*
anv: Add a new anv_surface_state struct
Jason Ekstrand
2017-09-20
1
-72
/
+42
*
anv/image: Break surface state fill logic into a helper
Jason Ekstrand
2017-09-20
1
-38
/
+36
*
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
2017-09-12
1
-1
/
+2
*
anv: wire up anv_perf_warn macro to do debug reporting
Tapani Pälli
2017-09-12
1
-4
/
+8
*
anv: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-1
/
+1
*
anv: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-16
/
+4
[next]