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
*
anv: Implement vkCmdDrawIndirectByteCountEXT
Jason Ekstrand
2019-01-22
1
-0
/
+147
*
anv: Implement the basic form of VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
1
-0
/
+129
*
intel/genxml: add missing MI_PREDICATE compare operations
Lionel Landwerlin
2019-01-19
1
-1
/
+0
*
anv: narrow flushing of the render target to buffer writes
Lionel Landwerlin
2019-01-19
1
-13
/
+1
*
anv: Implement VK_EXT_conditional_rendering for gen 7.5+
Danylo Piliaiev
2019-01-18
1
-12
/
+224
*
anv: Implement VK_KHR_draw_indirect_count for gen 7+
Danylo Piliaiev
2019-01-18
1
-0
/
+147
*
anv: Remove state flush.
Rafael Antognolli
2019-01-17
1
-9
/
+0
*
anv: Update usage of block_pool->bo.
Rafael Antognolli
2019-01-17
1
-10
/
+10
*
anv: fix invalid binding table index computation
Lionel Landwerlin
2019-01-17
1
-4
/
+2
*
anv/device: fix maximum number of images supported
Iago Toral Quiroga
2019-01-17
1
-7
/
+18
*
anv: Implement VK_KHR_depth_stencil_resolve
Jason Ekstrand
2019-01-14
1
-0
/
+136
*
anv: Move resolve_subpass to genX_cmd_buffer.c
Jason Ekstrand
2019-01-14
1
-2
/
+59
*
anv: flush fast clear colors into compressed surfaces
Lionel Landwerlin
2019-01-08
1
-0
/
+49
*
anv: explictly specify format for blorp ccs/mcs op
Lionel Landwerlin
2019-01-08
1
-12
/
+22
*
anv: don't do partial resolve on layer > 0
Lionel Landwerlin
2018-12-24
1
-0
/
+8
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
1
-10
/
+9
*
anv/query: flush render target before copying results
Lionel Landwerlin
2018-12-05
1
-0
/
+14
*
anv/icl: Set use full ways in L3CNTLREG
Anuj Phogat
2018-11-26
1
-0
/
+1
*
anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREG
Anuj Phogat
2018-11-01
1
-0
/
+7
*
anv/gen9+: Initialize new fields in STATE_BASE_ADDRESS
Jordan Justen
2018-10-11
1
-0
/
+12
*
anv: Use separate MOCS settings for external BOs
Jason Ekstrand
2018-10-03
1
-9
/
+9
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-2
/
+2
*
anv/cmd_buffer: Take an address in emit_lrm
Jason Ekstrand
2018-09-14
1
-17
/
+16
*
anv/memcpy: Use addresses instead of bo+offset
Jason Ekstrand
2018-09-14
1
-10
/
+18
*
anv: Clamp scissors to the framebuffer boundary
Jason Ekstrand
2018-09-07
1
-1
/
+2
*
anv: Implement a VF cache invalidate workaround
Jason Ekstrand
2018-09-07
1
-0
/
+25
*
anv: Re-emit vertex buffers when the pipeline changes
Jason Ekstrand
2018-09-07
1
-0
/
+2
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-2
/
+2
*
intel/compiler: Remove surface_idx from brw_image_param
Jason Ekstrand
2018-08-29
1
-2
/
+0
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
1
-6
/
+1
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
1
-2
/
+2
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
1
-0
/
+24
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
1
-2
/
+2
*
anv: Add state setup support for shader constants
Jason Ekstrand
2018-07-02
1
-19
/
+53
*
anv/cmd_buffer: make descriptors dirty when emitting base state address
Iago Toral Quiroga
2018-07-02
1
-0
/
+5
*
anv/cmd_buffer: clean dirty push constants flag after emitting push constants
Iago Toral Quiroga
2018-07-02
1
-0
/
+2
*
anv: Use an address for each anv_image plane
Jason Ekstrand
2018-05-31
1
-6
/
+7
*
anv/cmd_buffer: Rework surface relocation helpers
Jason Ekstrand
2018-05-31
1
-25
/
+19
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-23
/
+9
*
anv/cmd_buffer: Use anv_address for handling indirect parameters
Jason Ekstrand
2018-05-31
1
-44
/
+51
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
1
-13
/
+16
*
anv: Use full anv_addresses in anv_surface_state
Jason Ekstrand
2018-05-31
1
-19
/
+11
*
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2018-05-09
1
-0
/
+1
*
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
2018-05-09
1
-1
/
+8
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-4
/
+0
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-4
/
+12
*
anv: fix number of planes for depth & stencil
Lionel Landwerlin
2018-04-13
1
-1
/
+1
*
anv: Make blorp update the clear color.
Rafael Antognolli
2018-04-05
1
-42
/
+12
*
anv: Emit the fast clear color address, instead of value.
Rafael Antognolli
2018-04-05
1
-4
/
+48
*
anv: Add a helper to extract clear color from the attachment.
Rafael Antognolli
2018-04-05
1
-13
/
+1
[next]