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: Set Stateless Data Port Access MOCS
Jason Ekstrand
2019-07-10
1
-0
/
+2
*
anv: Set STATE_BASE_ADDRESS upper bounds on gen7
Jason Ekstrand
2019-06-17
1
-0
/
+17
*
anv: Add stencil texturing support for gen7
Jason Ekstrand
2019-06-17
1
-0
/
+76
*
anv/cmd_buffer: Add a stencil transition helper
Jason Ekstrand
2019-06-17
1
-35
/
+75
*
anv/blorp: Take an aspect in anv_image_copy_to_shadow
Jason Ekstrand
2019-06-17
1
-0
/
+1
*
anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7
Ville Syrjälä
2019-06-11
1
-0
/
+107
*
anv/cmd_buffer: Initalize the clear color struct for CNL+
Nanley Chery
2019-06-07
1
-13
/
+7
*
anv: Remove special allocation for anv_push_constants
Caio Marcelo de Oliveira Filho
2019-05-09
1
-9
/
+1
*
anv: Use bindless textures and samplers
Jason Ekstrand
2019-04-19
1
-2
/
+10
*
anv: Put image params in the descriptor set buffer on gen8 and earlier
Jason Ekstrand
2019-04-19
1
-32
/
+0
*
anv: Make all VkDeviceMemory BOs resident permanently
Jason Ekstrand
2019-04-19
1
-10
/
+26
*
anv/cmd_buffer: Use gen_mi_sub instead of gen_mi_add with a negative
Jason Ekstrand
2019-04-11
1
-1
/
+1
*
anv: Move mi_memcpy and mi_memset to gen_mi_builder
Jason Ekstrand
2019-04-11
1
-4
/
+27
*
anv: Use gen_mi_builder for conditional rendering
Jason Ekstrand
2019-04-11
1
-69
/
+40
*
anv: Use gen_mi_builder for indirect dispatch
Jason Ekstrand
2019-04-11
1
-16
/
+13
*
anv: Use gen_mi_builder for indirect draw parameters
Jason Ekstrand
2019-04-11
1
-65
/
+16
*
anv: Use gen_mi_builder for computing resolve predicates
Jason Ekstrand
2019-04-11
1
-93
/
+35
*
anv: Use gen_mi_builder for CmdDrawIndirectByteCount
Jason Ekstrand
2019-04-11
1
-102
/
+22
*
anv: Treat zero size XFB buffer as disabled
Danylo Piliaiev
2019-03-18
1
-1
/
+1
*
anv: Add a concept of a descriptor buffer
Jason Ekstrand
2019-03-05
1
-0
/
+52
*
anv: Count image param entries rather than images
Jason Ekstrand
2019-03-05
1
-6
/
+8
*
anv: Use an actual binding for gl_NumWorkgroups
Jason Ekstrand
2019-03-04
1
-30
/
+25
*
anv: Silence some compiler warnings in release builds
Jason Ekstrand
2019-02-14
1
-1
/
+1
*
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
[next]