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
/
genX_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/isl: Implement D16_UNORM workarounds.
Rafael Antognolli
2020-03-03
1
-2
/
+17
*
anv: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2020-03-02
1
-0
/
+10
*
anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stall
Jason Ekstrand
2020-03-02
1
-2
/
+2
*
anv: Use a proper end-of-pipe sync instead of just CS stall
Jason Ekstrand
2020-03-02
1
-11
/
+113
*
anv: Use the PIPE_CONTROL instead of bits for the CS stall W/A
Jason Ekstrand
2020-03-02
1
-3
/
+7
*
anv: Remove unused field `urb.total_size`
Caio Marcelo de Oliveira Filho
2020-02-27
1
-2
/
+2
*
anv: Add pipe_state_for_stage() helper
Caio Marcelo de Oliveira Filho
2020-02-21
1
-13
/
+24
*
anv: set MOCS on push constants
Lionel Landwerlin
2020-02-06
1
-1
/
+7
*
anv: implement gen12 post sync pipe control workaround
Lionel Landwerlin
2020-02-05
1
-1
/
+5
*
anv: implement gen9 post sync pipe control workaround
Lionel Landwerlin
2020-02-05
1
-0
/
+24
*
anv: Always fill out the AUX table even if CCS is disabled
Jason Ekstrand
2020-01-30
1
-15
/
+17
*
intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
Jason Ekstrand
2020-01-30
1
-1
/
+1
*
anv: Set actual state pool sizes when we have softpin
Jason Ekstrand
2020-01-29
1
-5
/
+13
*
anv: Emit CS Stall before Instruction Cache flush for gen12 WA
Jordan Justen
2020-01-28
1
-0
/
+6
*
anv: Replace one more aux_surface.isl.size_B check
Jason Ekstrand
2020-01-28
1
-1
/
+1
*
anv: Rework CCS memory handling on TGL-LP
Jason Ekstrand
2020-01-25
1
-9
/
+109
*
anv: Make AUX table invalidate a PIPE_* bit
Jason Ekstrand
2020-01-25
1
-30
/
+18
*
anv: Always initialize target_stencil_layout
Caio Marcelo de Oliveira Filho
2020-01-24
1
-2
/
+4
*
anv: Replace aux_surface.isl.size_B checks with aux_usage checks
Jason Ekstrand
2020-01-24
1
-1
/
+1
*
anv: Rework the meaning of anv_image::planes[]::aux_usage
Jason Ekstrand
2020-01-24
1
-1
/
+1
*
anv: Improve BTI change cache flushing
Jason Ekstrand
2020-01-24
1
-7
/
+3
*
anv: Add a usage parameter to anv_layout_to_aux_usage
Jason Ekstrand
2020-01-24
1
-4
/
+12
*
anv: Use isl_aux_state for HiZ resolves
Jason Ekstrand
2020-01-24
1
-19
/
+36
*
anv: Use TRANSFER_SRC_OPTIMAL for depth/stencil MSAA resolves
Jason Ekstrand
2020-01-24
1
-4
/
+4
*
anv: initialize clear_color_is_zero_one
Tapani Pälli
2020-01-21
1
-0
/
+5
*
anv: Take a device in anv_perf_warn
Jason Ekstrand
2020-01-20
1
-5
/
+5
*
anv: Take an anv_device in vk_errorf
Jason Ekstrand
2020-01-20
1
-1
/
+1
*
anv: Add an anv_physical_device field to anv_device
Jason Ekstrand
2020-01-20
1
-8
/
+8
*
anv: Drop some VK_IMAGE_TILING_OPTIMAL checks
Jason Ekstrand
2020-01-17
1
-1
/
+1
*
anv: set depth stall enabled when depth flush enabled on gen12
Tapani Pälli
2020-01-16
1
-0
/
+14
*
anv: implement another workaround for non pipelined states
Lionel Landwerlin
2020-01-16
1
-0
/
+12
*
anv: Enable Vulkan 1.2 support
Iván Briano
2020-01-15
1
-5
/
+5
*
anv: fix pipeline switch back for non pipelined states
Lionel Landwerlin
2020-01-15
1
-13
/
+8
*
anv: Implement Gen12 workaround for non pipelined state
Lionel Landwerlin
2020-01-14
1
-0
/
+27
*
anv: Drop an unused variable
Jason Ekstrand
2020-01-13
1
-1
/
+0
*
anv: Re-use flush_descriptor_sets in flush_compute_state
Jason Ekstrand
2020-01-09
1
-65
/
+25
*
anv: Flag descriptors dirty when gl_NumWorkgroups is used
Jason Ekstrand
2020-01-09
1
-1
/
+8
*
anv: Don't add dynamic state base address to push constants on Gen7
Jason Ekstrand
2020-01-09
1
-14
/
+20
*
anv: Re-emit all compute state on pipeline switch
Jason Ekstrand
2019-12-07
1
-0
/
+7
*
anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
Jason Ekstrand
2019-12-05
1
-0
/
+180
*
anv: Apply cache flushes after setting index/draw VBs
Jason Ekstrand
2019-12-05
1
-2
/
+35
*
anv: Always invalidate the VF cache in BeginCommandBuffer
Jason Ekstrand
2019-12-05
1
-2
/
+1
*
anv: Use 3DSTATE_CONSTANT_ALL when possible.
Rafael Antognolli
2019-12-04
1
-3
/
+90
*
anv: Move code for emitting push constants into its own function.
Rafael Antognolli
2019-12-04
1
-43
/
+57
*
anv: Add get_push_range_address() helper.
Rafael Antognolli
2019-12-04
1
-59
/
+70
*
anv: Move gen8+ push constant packet workaround.
Rafael Antognolli
2019-12-04
1
-4
/
+25
*
anv: Respect the always_flush_cache driconf option
Jason Ekstrand
2019-12-03
1
-0
/
+3
*
anv: Push constants are relative to dynamic state on IVB
Jason Ekstrand
2019-11-26
1
-0
/
+17
*
intel: Add workaround for stencil state.
Rafael Antognolli
2019-11-19
1
-0
/
+14
*
anv: Emit a NULL vertex for zero base_vertex/instance
Jason Ekstrand
2019-11-18
1
-11
/
+16
[next]