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 subtract the base layer to compute depth in 3DSTATE_DEPTH_BUFFER
Iago Toral Quiroga
2017-03-02
1
-2
/
+1
*
anv: Enable MSAA compression
Jason Ekstrand
2017-02-23
1
-0
/
+5
*
anv: Take a device parameter in anv_state_flush
Jason Ekstrand
2017-02-21
1
-12
/
+6
*
anv: Rename clflush_range and state_clflush
Jason Ekstrand
2017-02-21
1
-6
/
+6
*
anv: Put everything about queries in genX_query.c
Jason Ekstrand
2017-02-21
1
-306
/
+0
*
anv/query: Perform CmdResetQueryPool on the GPU
Jason Ekstrand
2017-02-21
1
-0
/
+30
*
anv: Add support for the PMA fix on Broadwell
Jason Ekstrand
2017-02-14
1
-1
/
+14
*
anv: Add support for shaderStorageImageWriteWithoutFormat
Alex Smith
2017-02-14
1
-2
/
+6
*
anv/cmd_buffer: Return a VkResult from verify_cmd_parser
Jason Ekstrand
2017-02-14
1
-7
/
+7
*
anv/cmd_buffer: Don't temporarily enable CCS_E within a render pass
Nanley Chery
2017-02-03
1
-2
/
+13
*
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
2017-02-02
1
-2
/
+1
*
anv: emit DrawID if needed
Lionel Landwerlin
2017-02-02
1
-5
/
+37
*
anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31
Lionel Landwerlin
2017-02-02
1
-1
/
+1
*
anv: Don't use bogus alpha swizzles
Jason Ekstrand
2017-02-01
1
-0
/
+1
*
anv: Improve flushing around STATE_BASE_ADDRESS
Jason Ekstrand
2017-01-31
1
-0
/
+4
*
anv: Flush render cache before STATE_BASE_ADDRESS on gen7
Jason Ekstrand
2017-01-31
1
-3
/
+0
*
anv/cmd_buffer: Use the proper depth input attachment surface state
Nanley Chery
2017-01-31
1
-6
/
+6
*
anv: Avoid some resolves for samplable HiZ buffers
Nanley Chery
2017-01-12
1
-18
/
+49
*
anv: Perform HiZ resolves only on layout transitions
Nanley Chery
2017-01-12
1
-10
/
+40
*
anv: Disable HiZ for input attachments
Nanley Chery
2017-01-12
1
-12
/
+5
*
anv: Avoid resolves incurred by fast depth clears
Nanley Chery
2017-01-12
1
-4
/
+1
*
anv: Store depth stencil layouts
Nanley Chery
2017-01-12
1
-0
/
+1
*
anv: Add helpers to handle depth buffer layout transitions
Nanley Chery
2017-01-12
1
-0
/
+50
*
anv: Use the gen8 BLORP HiZ resolving function
Nanley Chery
2017-01-12
1
-3
/
+24
*
anv: Use gen8 BLORP HiZ clearing functions
Nanley Chery
2017-01-12
1
-1
/
+0
*
anv: Enable HiZ support for multiple subpasses
Nanley Chery
2017-01-12
1
-6
/
+2
*
anv: Use ::anv_attachment_state for toggling HiZ per subpass
Nanley Chery
2017-01-12
1
-2
/
+4
*
anv: Replace anv_image_has_hiz() with ISL_AUX_USAGE_HIZ
Nanley Chery
2017-01-12
1
-1
/
+1
*
anv/cmd_buffer: Fix programmed HiZ qpitch
Nanley Chery
2017-01-11
1
-1
/
+1
*
anv/cmd_buffer: Fix arrayed depth/stencil attachments
Nanley Chery
2017-01-11
1
-2
/
+5
*
anv: Clamp depth buffer dimensions to be at least 1.
Kenneth Graunke
2017-01-10
1
-2
/
+2
*
anv: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-11
1
-1
/
+1
*
anv/cmd_buffer: Actually use the stencil dimension
Jason Ekstrand
2016-11-30
1
-1
/
+1
*
anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculation
Jason Ekstrand
2016-11-28
1
-3
/
+6
*
anv/cmd_buffer: Set the correct surface type for depth/stencil
Jason Ekstrand
2016-11-28
1
-2
/
+53
*
anv: Enable fast clears on gen7-8
Jason Ekstrand
2016-11-22
1
-12
/
+35
*
anv: Add support for fast clears on gen9
Jason Ekstrand
2016-11-22
1
-15
/
+85
*
anv/cmd_buffer: Apply remaining flushes in EndCommandBuffer
Jason Ekstrand
2016-11-22
1
-0
/
+2
*
anv/cmd_buffer: Make setup_attachments take a RenderPassBeginInfo
Jason Ekstrand
2016-11-22
1
-7
/
+6
*
anv: Set up binding tables and surface states for input attachments
Jason Ekstrand
2016-11-22
1
-1
/
+68
*
anv/cmd_buffer: Fix pipeline barriers for input attachments
Jason Ekstrand
2016-11-22
1
-1
/
+1
*
anv/cmd_buffer: Emit CS push constants after binding tables
Jason Ekstrand
2016-11-22
1
-8
/
+8
*
anv/cmd_buffer: Add an assert on emit_binding_table failure
Jason Ekstrand
2016-11-22
1
-0
/
+1
*
anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
Jason Ekstrand
2016-11-22
1
-1
/
+13
*
anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirty
Jason Ekstrand
2016-11-22
1
-10
/
+13
*
anv/cmd_buffer: Handle running out of binding tables in compute shaders
Jason Ekstrand
2016-11-22
1
-5
/
+15
*
anv: Implement a depth stall restriction on gen7
Jason Ekstrand
2016-11-20
1
-0
/
+31
*
anv/image: Add an aux_usage field for "default" aux
Jason Ekstrand
2016-11-17
1
-2
/
+4
*
anv: Add initial support for Sky Lake color compression
Jason Ekstrand
2016-11-17
1
-2
/
+48
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-11-17
1
-5
/
+5
[next]