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
*
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2018-05-09
1
-0
/
+1
*
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
2018-05-09
1
-1
/
+8
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-4
/
+0
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-4
/
+12
*
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2018-04-13
1
-1
/
+1
*
anv: Make blorp update the clear color.
Rafael Antognolli
2018-04-05
1
-42
/
+12
*
anv: Emit the fast clear color address, instead of value.
Rafael Antognolli
2018-04-05
1
-4
/
+48
*
anv: Add a helper to extract clear color from the attachment.
Rafael Antognolli
2018-04-05
1
-13
/
+1
*
intel: Use Clear Color struct size.
Rafael Antognolli
2018-04-05
1
-11
/
+12
*
anv/cmd_buffer: honor pending clear views for depth/stencil attachments
Iago Toral Quiroga
2018-04-02
1
-1
/
+21
*
anv/cmd_buffer: consider multiview masks for tracking pending clear aspects
Iago Toral Quiroga
2018-04-02
1
-3
/
+88
*
anv: Implement vkCmdDispatchBase
Jason Ekstrand
2018-03-07
1
-6
/
+53
*
anv/cmd_buffer: Add support for MCS fast-clears and resolves
Jason Ekstrand
2018-03-01
1
-5
/
+39
*
anv/cmd_buffer: Add helpers for computing resolve predicates
Jason Ekstrand
2018-03-01
1
-10
/
+64
*
anv/cmd_buffer: Handle MCS identical to CCS_E in compute_aux_usage
Jason Ekstrand
2018-03-01
1
-9
/
+5
*
anv: Don't assert that stencil HiZ clears are single-slice
Jason Ekstrand
2018-02-21
1
-3
/
+6
*
anv: Only copy clear dwords if we're rendering to the first slice
Jason Ekstrand
2018-02-21
1
-1
/
+4
*
anv/cmd_buffer: Delete some assert-only variables
Jason Ekstrand
2018-02-20
1
-4
/
+1
*
anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usage
Jason Ekstrand
2018-02-20
1
-18
/
+35
*
anv/cmd_buffer: Simplify transition_depth_buffer
Jason Ekstrand
2018-02-20
1
-12
/
+0
*
anv/cmd_buffer: Do subpass image transitions in begin/end_subpass
Jason Ekstrand
2018-02-20
1
-132
/
+88
*
anv/cmd_buffer: Mark depth/stencil surfaces written in begin_subpass
Jason Ekstrand
2018-02-20
1
-21
/
+29
*
anv/cmd_buffer: Sync clear values in begin_subpass
Jason Ekstrand
2018-02-20
1
-100
/
+48
*
anv/pass: Store usage in each subpass attachment
Jason Ekstrand
2018-02-20
1
-1
/
+1
*
anv/cmd_buffer: Add a concept of pending load aspects
Jason Ekstrand
2018-02-20
1
-6
/
+16
*
anv/cmd_buffer: Iterate all subpass attachments when clearing
Jason Ekstrand
2018-02-20
1
-45
/
+33
*
anv/cmd_buffer: Decide whether or not to HiZ clear up-front
Jason Ekstrand
2018-02-20
1
-35
/
+72
*
anv/cmd_buffer: Move the rest of clear_subpass into begin_subpass
Jason Ekstrand
2018-02-20
1
-2
/
+66
*
anv/cmd_buffer: Move the color portion of clear_subpass into begin_subpass
Jason Ekstrand
2018-02-20
1
-1
/
+53
*
anv/cmd_buffer: Pass a subpass id into begin_subpass
Jason Ekstrand
2018-02-20
1
-7
/
+5
*
anv/cmd_buffer: Add begin/end_subpass helpers
Jason Ekstrand
2018-02-20
1
-24
/
+31
*
anv/cmd_buffer: Apply subpass flushes before set_subpass
Jason Ekstrand
2018-02-20
1
-4
/
+4
*
anv: Use framebuffer layers for implicit subpass transitions
Jason Ekstrand
2018-02-20
1
-1
/
+1
*
anv: Be more careful about fast-clear colors
Jason Ekstrand
2018-02-20
1
-27
/
+19
*
anv/icl: Add render target flush after uploading binding table
Anuj Phogat
2018-02-16
1
-0
/
+20
*
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
[next]