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
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXT
Jonathan Marek
2020-05-27
3
-17
/
+54
*
freedreno/layout: add explicit offset/pitch argument to fdl6_layout
Jonathan Marek
2020-05-27
2
-2
/
+4
*
turnip: Use {} initializer to silence warning
Kristian H. Kristensen
2020-05-26
1
-1
/
+1
*
turnip: Use tu6_reduction_mode() to avoid warning
Kristian H. Kristensen
2020-05-26
1
-2
/
+10
*
turnip: Use hw enum when emitting A6XX_RB_STENCIL_CONTROL
Kristian H. Kristensen
2020-05-26
1
-1
/
+1
*
freedreno: Use explicit *_NONE enum for undefined formats
Kristian H. Kristensen
2020-05-26
1
-3
/
+1
*
tu: Add missing storage image/texel buffer bits
Connor Abbott
2020-05-26
1
-0
/
+20
*
tu: Respect VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
Connor Abbott
2020-05-26
1
-2
/
+13
*
tu: Fix IBO descriptor for cubes
Connor Abbott
2020-05-26
1
-16
/
+17
*
turnip: enable 422_UNORM formats
Jonathan Marek
2020-05-20
3
-13
/
+45
*
turnip: implement VK_KHR_sampler_ycbcr_conversion
Jonathan Marek
2020-05-20
8
-32
/
+231
*
tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formats
Connor Abbott
2020-05-19
1
-2
/
+2
*
tu: Fix buffer compressed pitch calculation with unaligned sizes
Connor Abbott
2020-05-19
1
-13
/
+18
*
tu: Fall back to 3d blit path for BC1_RGB_* formats
Connor Abbott
2020-05-19
1
-1
/
+11
*
tu: Always initialize image_view fields for blit sources
Connor Abbott
2020-05-19
1
-26
/
+28
*
freedreno/uuid: Generate meaningful device and driver UUID
Eduardo Lima Mitev
2020-05-14
1
-1
/
+1
*
freedreno: Centralize UUID generation into new files freedreno_uuid.c/h
Eduardo Lima Mitev
2020-05-14
2
-15
/
+6
*
tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formats
Connor Abbott
2020-05-14
2
-0
/
+13
*
tu: Implement dual-src blending
Connor Abbott
2020-05-14
1
-4
/
+50
*
tu: Move RENDER_COMPONENTS setting to pipeline state
Connor Abbott
2020-05-14
4
-10
/
+8
*
tu: Implement fallback linear staging blit for CopyImage
Connor Abbott
2020-05-13
1
-24
/
+173
*
tu: Add noubwc debug flag to disable UBWC
Connor Abbott
2020-05-13
3
-1
/
+4
*
tu: Add a "scratch bo" allocation mechanism
Connor Abbott
2020-05-13
2
-0
/
+74
*
turnip: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-204
/
+12
*
turnip: Execute ir3_nir_lower_gs pass again
Brian Ho
2020-05-12
1
-0
/
+3
*
turnip: enable tiling for compressed formats
Jonathan Marek
2020-05-12
1
-2
/
+5
*
turnip: update "fetchsize" value to match fdl6_layout changes
Jonathan Marek
2020-05-12
1
-4
/
+1
*
freedreno,tu: Don't request fragcoord components not being read.
Hyunjun Ko
2020-05-08
1
-12
/
+4
*
tu: Support pipelines without a fragment shader
Connor Abbott
2020-05-07
2
-8
/
+20
*
turnip: Remove RANGE_SIZE usage
Joshua Ashton
2020-05-05
2
-3
/
+4
*
freedreno: sync registers with envytools
Rob Clark
2020-04-30
1
-2
/
+2
*
turnip: fix wrong substream size in parse_multisample_and_color_blend
20.1-branchpoint
Jonathan Marek
2020-04-29
1
-1
/
+1
*
freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
Rob Clark
2020-04-28
3
-42
/
+42
*
tu: Don't invert point coords
Connor Abbott
2020-04-25
1
-1
/
+2
*
tu: Implement PrimID passthrough
Connor Abbott
2020-04-25
2
-5
/
+14
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
1
-12
/
+5
*
freedreno/a6xx: Document PrimID passthrough registers
Connor Abbott
2020-04-25
1
-1
/
+1
*
turnip: add adreno 650
Jonathan Marek
2020-04-24
4
-22
/
+46
*
turnip: use RESOLVE_TS event
Jonathan Marek
2020-04-24
1
-1
/
+1
*
turnip: remove unused RB_UNKNOWN_8E04_blit
Jonathan Marek
2020-04-24
2
-3
/
+0
*
turnip: divide cube map depth by 6
Jonathan Marek
2020-04-24
1
-2
/
+12
*
spirv: Use nir_const_value for spec constants
Jason Ekstrand
2020-04-24
1
-5
/
+5
*
turnip: Properly handle all sizes of specialization constants
Jason Ekstrand
2020-04-24
1
-4
/
+17
*
freedreno: Make the slice pitch be bytes, not pixels.
Eric Anholt
2020-04-23
1
-3
/
+2
*
turnip: Fix crashes when geometry shader constants aren't used
Hyunjun Ko
2020-04-23
1
-0
/
+2
*
turnip: Skip unused regs when setting up streamout buffers
Hyunjun Ko
2020-04-23
1
-0
/
+4
*
turnip : Fix wrong offset calculation for xfb buffer.
Hyunjun Ko
2020-04-23
1
-2
/
+0
*
turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT
Hyunjun Ko
2020-04-23
2
-2
/
+133
*
turnip: make the struct slot_value of queries get 2 values
Hyunjun Ko
2020-04-23
1
-57
/
+86
*
turnip: implement VK_EXT_sampler_filter_minmax
Jonathan Marek
2020-04-22
3
-1
/
+18
[next]