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: 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
*
anv: Separate surface states by layout instead of aux_usage
Jason Ekstrand
2017-07-22
1
-9
/
+20
*
anv: Predicate fast-clear resolves
Nanley Chery
2017-07-22
1
-11
/
+109
*
anv/cmd_buffer: Skip some input attachment transitions
Nanley Chery
2017-07-22
1
-5
/
+26
*
anv: Transition more color buffer layouts
Nanley Chery
2017-07-22
1
-27
/
+166
*
anv/cmd_buffer: Warn about not enabling CCS_E
Nanley Chery
2017-07-22
1
-5
/
+7
*
anv/cmd_buffer: Move aux_usage assignment up
Nanley Chery
2017-07-22
1
-32
/
+30
*
anv/cmd_buffer: Always enable CCS_D in render passes
Nanley Chery
2017-07-22
1
-4
/
+1
*
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
Nanley Chery
2017-07-22
1
-11
/
+5
*
anv/cmd_buffer: Ensure fast-clear values are current
Nanley Chery
2017-07-22
1
-0
/
+114
*
anv/cmd_buffer: Restrict fast clears in the GENERAL layout
Nanley Chery
2017-07-22
1
-0
/
+16
*
anv/cmd_buffer: Don't partially fast clear image layers
Nanley Chery
2017-07-22
1
-8
/
+23
*
anv/cmd_buffer: Initialize the clear values buffer
Nanley Chery
2017-07-22
1
-1
/
+78
*
anv: Transition MCS buffers from the undefined layout
Nanley Chery
2017-07-22
1
-10
/
+27
*
anv/cmd_buffer: Properly handle render passes with 0 attachments
Jason Ekstrand
2017-07-17
1
-12
/
+11
*
anv/gpu_memcpy: Rename the gpu_memcpy function
Nanley Chery
2017-06-26
1
-3
/
+3
*
anv: Adjust params of color buffer transitioning functions
Nanley Chery
2017-06-26
1
-13
/
+25
*
anv/cmd_buffer: Adjust the image view reloc function
Nanley Chery
2017-06-26
1
-20
/
+25
*
anv/cmd_buffer: Adjust layout transition aspect checking
Nanley Chery
2017-06-26
1
-5
/
+3
*
anv: Fix L3 cache programming on Bay Trail
Jonas Kulla
2017-06-19
1
-1
/
+1
*
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
2017-06-06
1
-1
/
+1
*
genxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
Kenneth Graunke
2017-06-01
1
-4
/
+4
*
anv: Handle transitioning depth from UNDEFINED to other layouts
Jason Ekstrand
2017-05-23
1
-8
/
+6
*
anv: Handle color layout transitions from the UNINITIALIZED layout
Jason Ekstrand
2017-05-23
1
-2
/
+35
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
1
-7
/
+8
*
anv: Trivially implement multiDrawIndirect
Jason Ekstrand
2017-05-03
1
-23
/
+33
*
anv/cmd_buffer: Emit instanced draws for multiple views
Jason Ekstrand
2017-05-03
1
-2
/
+123
*
anv/cmd_buffer: Pull indirect draw parameter loading into a helper
Jason Ekstrand
2017-05-03
1
-10
/
+24
*
anv/cmd_buffer: Disable CCS on BDW input attachments
Nanley Chery
2017-04-17
1
-19
/
+13
*
anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
Jason Ekstrand
2017-04-14
1
-2
/
+14
*
anv/cmd_buffer: Always set up a null surface state
Jason Ekstrand
2017-04-14
1
-31
/
+19
*
anv/cmd_buffer: Flush the VF cache at the top of all primaries
Jason Ekstrand
2017-04-14
1
-0
/
+12
*
anv: Use ISL for emitting depth/stencil/hiz
Jason Ekstrand
2017-04-10
1
-179
/
+39
*
anv: Use subpass dependencies for flushes
Jason Ekstrand
2017-04-07
1
-0
/
+10
*
anv: Add helpers for converting access flags to pipe bits
Jason Ekstrand
2017-04-07
1
-45
/
+3
*
anv/cmd_buffer: Refactor flush_pipeline_select_*
Jason Ekstrand
2017-03-28
1
-26
/
+16
*
anv: Flush caches prior to PIPELINE_SELECT on all gens
Jason Ekstrand
2017-03-28
1
-2
/
+1
*
anv/cmd_buffer: Fix bad indentation
Jason Ekstrand
2017-03-28
1
-24
/
+25
[next]