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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/vcn: add vcn 3.0 encode support
Thong Thai
2020-06-18
5
-3
/
+145
*
radeon/vcn/dec: add db_aligned_height to message buffer
Leo Liu
2020-06-18
1
-0
/
+4
*
radeon/vcn: add Sienna to use internal register offset
Leo Liu
2020-06-18
1
-13
/
+25
*
radeon/vcn: reset the decode flags from message buffer
Leo Liu
2020-06-18
1
-1
/
+1
*
freedreno/a6xx: set .MERGEREGS based on variant
Rob Clark
2020-06-18
2
-6
/
+12
*
freedreno/ir3: re-work assembler API
Rob Clark
2020-06-18
1
-1
/
+1
*
freedreno/fdl6: rework layout code a bit (reduce linear align to 64 bytes)
Jonathan Marek
2020-06-18
1
-2
/
+4
*
freedreno/a6xx: FETCHSIZE is PITCHALIGN
Jonathan Marek
2020-06-18
5
-30
/
+3
*
virgl: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+2
*
svga: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+3
*
freedreno: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+3
*
etnaviv: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+3
*
iris: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+1
*
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
15
-19
/
+37
*
zink: enable xfb extension in screen creation
Mike Blumenkrantz
2020-06-17
1
-2
/
+26
*
zink: switch to passing VkPhysicalDeviceFeatures2 in VkDeviceCreateInfo
Mike Blumenkrantz
2020-06-17
1
-1
/
+4
*
zink: set PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED and remove POS special casing
Mike Blumenkrantz
2020-06-17
2
-16
/
+3
*
zink: implement transform feedback support to finish off opengl 3.0
Mike Blumenkrantz
2020-06-17
11
-22
/
+349
*
zink: implement streamout and xfb handling in ntv
Mike Blumenkrantz
2020-06-17
5
-8
/
+241
*
zink: add spirv_builder methods for OpVectorExtractDynamic and OpVectorInsert...
Mike Blumenkrantz
2020-06-17
2
-1
/
+45
*
zink: add spirv builder util functions for emitting xfb decorations
Mike Blumenkrantz
2020-06-17
2
-0
/
+36
*
zink: use '2' variants for device props/feats, check features for ext enabling
Mike Blumenkrantz
2020-06-17
1
-3
/
+21
*
ir3: Pass reserved_user_consts to ir3_shader_from_nir()
Connor Abbott
2020-06-17
1
-2
/
+2
*
freedreno/a6xx: emit shader names in debug builds
Rob Clark
2020-06-16
1
-0
/
+7
*
freedreno: splitup emit_string_marker
Rob Clark
2020-06-16
2
-21
/
+48
*
freedreno/log-parser: fix compute times
Rob Clark
2020-06-16
1
-0
/
+1
*
softpipe: change vendor name to something more generic.
Dave Airlie
2020-06-17
1
-1
/
+1
*
llvmpipe: change vendor to be more generic.
Dave Airlie
2020-06-17
1
-1
/
+1
*
virgl: change vendor id to reflect reality more.
Dave Airlie
2020-06-17
1
-1
/
+1
*
anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
Jan Beich
2020-06-16
1
-2
/
+1
*
panfrost: Implement ARB_depth_clamp
Icecream95
2020-06-16
2
-3
/
+18
*
panfrost: Clean up panfrost_frag_meta_rasterizer_update
Icecream95
2020-06-16
1
-7
/
+7
*
iris: Fix documentation for _iris_batch_flush
Rohan Garg
2020-06-16
1
-6
/
+0
*
zink: expose GLSL 1.30
Erik Faye-Lund
2020-06-16
1
-1
/
+1
*
zink: enable cull-distance if supported
Erik Faye-Lund
2020-06-16
1
-2
/
+0
*
gallium/hud: don't use user vertex buffers
Erik Faye-Lund
2020-06-16
1
-2
/
+5
*
Revert "gallium/hud: don't use user vertex buffers"
Erik Faye-Lund
2020-06-16
2
-22
/
+8
*
vc4: don't relay on intr->num_components for non-vectorized intrinsics
Jose Maria Casanova Crespo
2020-06-16
1
-1
/
+1
*
gallivm/cache: don't require a null terminator for cache data.
Dave Airlie
2020-06-16
1
-1
/
+1
*
panfrost: Update sampler view in Bifrost path
Alyssa Rosenzweig
2020-06-15
1
-0
/
+1
*
panfrost: Merge bifrost_bo/midgard_bo
Alyssa Rosenzweig
2020-06-15
3
-12
/
+10
*
llvmpipe/setup: add planes for draw regions if no scissor.
Dave Airlie
2020-06-16
2
-0
/
+8
*
freedreno/ir3: move the libdrm dependency out of shared code
Rob Clark
2020-06-15
1
-0
/
+37
*
freedreno/ir3: unify shader create/delete paths
Rob Clark
2020-06-15
5
-10
/
+9
*
zink: rework input/output location emission
Mike Blumenkrantz
2020-06-15
1
-55
/
+107
*
zink: handle more glsl->spirv builtin translation
Mike Blumenkrantz
2020-06-15
1
-14
/
+22
*
nvir: don't use designated initialisers in C++ code
Yevhenii Kolesnikov
2020-06-15
1
-100
/
+100
*
ac: add ac_choose_spi_color_formats() to common code
Samuel Pitoiset
2020-06-15
1
-109
/
+6
*
iris: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
v3d: add missing unlock() in error path
Eric Engestrom
2020-06-13
1
-1
/
+2
[next]