aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/gen8_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* anv: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-161-0/+5
* anv: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-301-0/+6
* anv: Add support for depth bounds testing.Plamena Manolova2019-10-281-0/+13
* anv: Implement VK_EXT_line_rasterizationJason Ekstrand2019-08-061-0/+9
* anv: implement VK_EXT_index_type_uint8Lionel Landwerlin2019-07-291-12/+30
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-161-0/+2
* anv: Enable the guardband clip testJason Ekstrand2019-06-211-3/+20
* anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä2019-06-111-102/+0
* anv: Remove state flush.Rafael Antognolli2019-01-171-8/+0
* anv: Update usage of block_pool->bo.Rafael Antognolli2019-01-171-3/+3
* genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke2018-12-141-1/+1
* anv: Use separate MOCS settings for external BOsJason Ekstrand2018-10-031-1/+2
* anv: Use an anv_address in anv_bufferJason Ekstrand2018-05-311-2/+1
* anv/cmd_buffer: Move dynamic state to graphics stateJason Ekstrand2018-01-231-5/+7
* anv/cmd_buffer: Use a temporary variable for dynamic stateJason Ekstrand2018-01-231-17/+15
* anv/cmd_buffer: Move dirty bits into anv_cmd_*_stateJason Ekstrand2018-01-231-20/+20
* anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and computeJason Ekstrand2018-01-231-3/+3
* anv/cmd_buffer: Use some pre-existing pipeline temporariesJason Ekstrand2018-01-231-2/+1
* anv: disable stencil pma fix on Gen > 9Lionel Landwerlin2017-10-211-0/+2
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-061-1/+1
* anv: fix viewport transformation for z componentSamuel Iglesias Gonsálvez2017-09-251-2/+2
* anv: Mark functions used conditionally as UNUSEDMatt Turner2017-08-291-2/+2
* anv: Remove 'inline' keywordsMatt Turner2017-08-291-2/+2
* anv/cnl: Use GENX(xx) in place of GEN9_xxAnuj Phogat2017-06-221-8/+8
* anv/allocator: Embed the block_pool in the state_poolJason Ekstrand2017-05-041-3/+3
* anv: Simplify Cherryview line handling.Kenneth Graunke2017-05-041-49/+16
* genxml: Normalize xml for 3DSTATE_CC_STATE_POINTERS.Rafael Antognolli2017-05-031-1/+1
* anv: Take a device parameter in anv_state_flushJason Ekstrand2017-02-211-8/+4
* anv: Rename clflush_range and state_clflushJason Ekstrand2017-02-211-4/+4
* anv: Implement the Skylake stencil PMA optimizationJason Ekstrand2017-02-141-4/+153
* anv: Add support for the PMA fix on BroadwellJason Ekstrand2017-02-141-0/+131
* anv: Disable stencil writes when both write masks are zeroJason Ekstrand2017-02-141-0/+8
* anv: Set viewport extents correctly when height is negativeJason Ekstrand2017-01-241-2/+2
* anv: Delete anv's HiZ op emit functionNanley Chery2017-01-121-223/+0
* anv: Enable HiZ support for multiple subpassesNanley Chery2017-01-121-6/+5
* anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZNanley Chery2017-01-121-1/+1
* anv: Emit cherryview SF state without including gen9_pack.hKristian H. Kristensen2016-11-291-13/+23
* anv/cmd_buffer: Enable stencil-only HZ clearsNanley Chery2016-11-181-13/+33
* anv/cmd_buffer: Manage Anv state around HZ op emissionNanley Chery2016-11-181-7/+9
* anv/cmd_buffer: Clarify HZ rectangle behaviorNanley Chery2016-11-181-1/+2
* anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-091-0/+29
* anv/cmd_buffer: Unify flush_compute_state across gensJason Ekstrand2016-10-171-87/+0
* anv/hiz: Perform HiZ resolves for all partial rendersJason Ekstrand2016-10-141-1/+11
* anv/cmd_buffer: Enable rendering to HiZChad Versace2016-10-071-0/+4
* anv/cmd_buffer: Add code for performing HZ operationsNanley Chery2016-10-071-0/+187
* anv: Move cmd_buffer_config_l3 into anv_cmd_buffer.cJason Ekstrand2016-09-031-1/+1
* anv: Add proper support for depth clampingJason Ekstrand2016-06-201-3/+4
* anv/cmd_buffer: Split emit_viewport in twoJason Ekstrand2016-06-201-12/+26
* i965: Fix shared local memory size for Gen9+.Kenneth Graunke2016-06-121-9/+1
* anv: Support new local ID generation & cross-thread constantsJordan Justen2016-06-011-8/+5