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
/
freedreno
/
vulkan
/
tu_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: Add limited support for storage images.
Eric Anholt
2020-01-21
1
-1
/
+35
*
freedreno: Stop scattered remapping of SSBOs/images to IBOs.
Eric Anholt
2020-01-21
1
-13
/
+13
*
turnip: Pretend to support Vulkan 1.2
Jason Ekstrand
2020-01-15
1
-8
/
+8
*
turnip: implement secondary command buffers
Jonathan Marek
2019-12-19
1
-0
/
+29
*
turnip: compute gmem offsets at renderpass creation time
Jonathan Marek
2019-12-19
1
-48
/
+19
*
turnip: emit_compute_driver_params fixes
Jonathan Marek
2019-12-19
1
-17
/
+14
*
turnip: emit base instance vs driver param
Jonathan Marek
2019-12-19
1
-0
/
+53
*
freedreno/registers: document vertex/instance id offset bits
Jonathan Marek
2019-12-19
1
-1
/
+1
*
turnip: add cache invalidate to fix input attachment cases
Jonathan Marek
2019-12-18
1
-1
/
+15
*
freedreno: Use new macros for CP_WAIT_REG_MEM and CP_WAIT_MEM_GTE
Connor Abbott
2019-12-18
1
-6
/
+7
*
a6xx: Add more CP packets
Connor Abbott
2019-12-18
1
-5
/
+5
*
freedreno/a6xx: Document the CP_SET_DRAW_STATE enable bits
Kristian H. Kristensen
2019-12-17
1
-15
/
+18
*
turnip: Fix support for immutable samplers.
Eric Anholt
2019-12-16
1
-5
/
+15
*
turnip: don't set LRZ enable at end of renderpass
Jonathan Marek
2019-12-17
1
-1
/
+1
*
turnip: Add support for descriptor arrays.
Eric Anholt
2019-12-16
1
-49
/
+102
*
turnip: Drop unused variable.
Eric Anholt
2019-12-16
1
-1
/
+0
*
turnip: change emit_ibo to be like emit_textures
Jonathan Marek
2019-12-16
1
-32
/
+48
*
turnip: fix emit_ibo
Jonathan Marek
2019-12-16
1
-8
/
+25
*
turnip: remove compute emit_border_color
Jonathan Marek
2019-12-16
1
-1
/
+1
*
turnip: fix emit_textures for compute shaders
Jonathan Marek
2019-12-16
1
-6
/
+9
*
turnip: use single substream cs
Jonathan Marek
2019-12-16
1
-23
/
+15
*
turnip: implement subpass input attachments
Jonathan Marek
2019-12-12
1
-8
/
+30
*
turnip: subpass rework
Jonathan Marek
2019-12-12
1
-264
/
+216
*
turnip: add dirty bit for push constants
Jonathan Marek
2019-12-12
1
-14
/
+19
*
turnip: fix tile layout logic
Jonathan Marek
2019-12-12
1
-3
/
+5
*
turnip: fix hw binning render area
Jonathan Marek
2019-12-12
1
-1
/
+1
*
tu: Move our image layout into a freedreno_layout struct.
Eric Anholt
2019-12-11
1
-6
/
+7
*
turnip: add hw binning
Jonathan Marek
2019-12-09
1
-17
/
+360
*
turnip: implement border color
Jonathan Marek
2019-12-05
1
-17
/
+87
*
turnip: improve emit_textures
Jonathan Marek
2019-12-05
1
-55
/
+76
*
turnip: Add support for compute shaders.
Eric Anholt
2019-12-04
1
-6
/
+162
*
turnip: Move pipeline BO list adding to BindPipeline.
Eric Anholt
2019-12-04
1
-8
/
+7
*
turnip: Sanity check that we're adding valid BOs to the list.
Eric Anholt
2019-12-04
1
-0
/
+2
*
turnip: Add basic SSBO support.
Eric Anholt
2019-12-04
1
-0
/
+72
*
turnip: Reuse tu6_stage2opcode() more.
Eric Anholt
2019-12-04
1
-6
/
+3
*
turnip: Fix unused variable warnings.
Eric Anholt
2019-12-04
1
-5
/
+0
*
turnip: allow writes to draw_cs outside of render pass
Jonathan Marek
2019-12-04
1
-4
/
+3
*
turnip: MSAA resolve directly from GMEM
Jonathan Marek
2019-12-04
1
-41
/
+30
*
turnip: don't set unused BLIT_DST_INFO bits for GMEM clear
Jonathan Marek
2019-12-04
1
-7
/
+1
*
turnip: don't skip unused attachments when setting up tiling config
Jonathan Marek
2019-12-04
1
-18
/
+10
*
turnip: fix integer render targets
Jonathan Marek
2019-11-26
1
-1
/
+3
*
turnip: implement UBWC
Jonathan Marek
2019-11-21
1
-38
/
+37
*
turnip: implement CmdClearColorImage/CmdClearDepthStencilImage
Jonathan Marek
2019-11-19
1
-3
/
+3
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
freedreno/registers: Update with GS, HS and DS registers
Kristian H. Kristensen
2019-10-17
1
-2
/
+2
*
turnip: more descriptor sets
Jonathan Marek
2019-10-15
1
-17
/
+86
*
turnip: push constants
Jonathan Marek
2019-10-15
1
-10
/
+25
*
turnip: depth/stencil
Jonathan Marek
2019-10-15
1
-20
/
+73
*
turnip: basic msaa working
Jonathan Marek
2019-10-15
1
-18
/
+38
*
turnip: improve CmdCopyImage and implement CmdBlitImage
Jonathan Marek
2019-10-15
1
-2
/
+2
[next]