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
/
gen8_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: set depth stall enabled when depth flush enabled on gen12
Tapani Pälli
2020-01-16
1
-0
/
+5
*
anv: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
1
-0
/
+6
*
anv: Add support for depth bounds testing.
Plamena Manolova
2019-10-28
1
-0
/
+13
*
anv: Implement VK_EXT_line_rasterization
Jason Ekstrand
2019-08-06
1
-0
/
+9
*
anv: implement VK_EXT_index_type_uint8
Lionel Landwerlin
2019-07-29
1
-12
/
+30
*
anv: Account for dynamic stencil write disables in the PMA fix
Jason Ekstrand
2019-07-16
1
-0
/
+2
*
anv: Enable the guardband clip test
Jason Ekstrand
2019-06-21
1
-3
/
+20
*
anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7
Ville Syrjälä
2019-06-11
1
-102
/
+0
*
anv: Remove state flush.
Rafael Antognolli
2019-01-17
1
-8
/
+0
*
anv: Update usage of block_pool->bo.
Rafael Antognolli
2019-01-17
1
-3
/
+3
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
1
-1
/
+1
*
anv: Use separate MOCS settings for external BOs
Jason Ekstrand
2018-10-03
1
-1
/
+2
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-2
/
+1
*
anv/cmd_buffer: Move dynamic state to graphics state
Jason Ekstrand
2018-01-23
1
-5
/
+7
*
anv/cmd_buffer: Use a temporary variable for dynamic state
Jason Ekstrand
2018-01-23
1
-17
/
+15
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-23
1
-20
/
+20
*
anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Jason Ekstrand
2018-01-23
1
-3
/
+3
*
anv/cmd_buffer: Use some pre-existing pipeline temporaries
Jason Ekstrand
2018-01-23
1
-2
/
+1
*
anv: disable stencil pma fix on Gen > 9
Lionel Landwerlin
2017-10-21
1
-0
/
+2
*
anv: enable multiple planes per image/imageView
Lionel Landwerlin
2017-10-06
1
-1
/
+1
*
anv: fix viewport transformation for z component
Samuel Iglesias Gonsálvez
2017-09-25
1
-2
/
+2
*
anv: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-2
/
+2
*
anv: Remove 'inline' keywords
Matt Turner
2017-08-29
1
-2
/
+2
*
anv/cnl: Use GENX(xx) in place of GEN9_xx
Anuj Phogat
2017-06-22
1
-8
/
+8
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
1
-3
/
+3
*
anv: Simplify Cherryview line handling.
Kenneth Graunke
2017-05-04
1
-49
/
+16
*
genxml: Normalize xml for 3DSTATE_CC_STATE_POINTERS.
Rafael Antognolli
2017-05-03
1
-1
/
+1
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
1
-8
/
+4
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
1
-4
/
+4
*
anv: Implement the Skylake stencil PMA optimization
Jason Ekstrand
2017-02-14
1
-4
/
+153
*
anv: Add support for the PMA fix on Broadwell
Jason Ekstrand
2017-02-14
1
-0
/
+131
*
anv: Disable stencil writes when both write masks are zero
Jason Ekstrand
2017-02-14
1
-0
/
+8
*
anv: Set viewport extents correctly when height is negative
Jason Ekstrand
2017-01-24
1
-2
/
+2
*
anv: Delete anv's HiZ op emit function
Nanley Chery
2017-01-12
1
-223
/
+0
*
anv: Enable HiZ support for multiple subpasses
Nanley Chery
2017-01-12
1
-6
/
+5
*
anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
Nanley Chery
2017-01-12
1
-1
/
+1
*
anv: Emit cherryview SF state without including gen9_pack.h
Kristian H. Kristensen
2016-11-29
1
-13
/
+23
*
anv/cmd_buffer: Enable stencil-only HZ clears
Nanley Chery
2016-11-18
1
-13
/
+33
*
anv/cmd_buffer: Manage Anv state around HZ op emission
Nanley Chery
2016-11-18
1
-7
/
+9
*
anv/cmd_buffer: Clarify HZ rectangle behavior
Nanley Chery
2016-11-18
1
-1
/
+2
*
anv/gen8: Stall when needed in Cmd(Set|Reset)Event
Jason Ekstrand
2016-11-09
1
-0
/
+29
*
anv/cmd_buffer: Unify flush_compute_state across gens
Jason Ekstrand
2016-10-17
1
-87
/
+0
*
anv/hiz: Perform HiZ resolves for all partial renders
Jason Ekstrand
2016-10-14
1
-1
/
+11
*
anv/cmd_buffer: Enable rendering to HiZ
Chad Versace
2016-10-07
1
-0
/
+4
*
anv/cmd_buffer: Add code for performing HZ operations
Nanley Chery
2016-10-07
1
-0
/
+187
*
anv: Move cmd_buffer_config_l3 into anv_cmd_buffer.c
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
anv: Add proper support for depth clamping
Jason Ekstrand
2016-06-20
1
-3
/
+4
*
anv/cmd_buffer: Split emit_viewport in two
Jason Ekstrand
2016-06-20
1
-12
/
+26
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
1
-9
/
+1
*
anv: Support new local ID generation & cross-thread constants
Jordan Justen
2016-06-01
1
-8
/
+5
[next]