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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-6
/
+11
*
etnaviv: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
2
-3
/
+5
*
egl: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+2
*
i965: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
2
-3
/
+5
*
iris: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+1
*
anv: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+3
*
radv: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-3
/
+5
*
vulkan/wsi: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+2
*
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
19
-23
/
+47
*
util: introduce os_dupfd_cloexec() helper
Eric Engestrom
2020-06-18
2
-0
/
+55
*
util/os_file: replace broken windows-detection code with detect_os.h
Eric Engestrom
2020-06-18
1
-3
/
+3
*
ci: disable the windows tests until the runner can be stabilized again
Eric Anholt
2020-06-18
1
-1
/
+1
*
docs: remove plain-text copy of versions.rst
Eric Engestrom
2020-06-18
1
-1514
/
+0
*
khronos-update.py: add script to simplify update of Khronos headers & xml files
Eric Engestrom
2020-06-18
1
-0
/
+202
*
zink: enable xfb extension in screen creation
Mike Blumenkrantz
2020-06-17
2
-3
/
+27
*
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
*
turnip: use u_format for packing gmem clear values
Jonathan Marek
2020-06-17
1
-212
/
+31
*
docs: fixup relnotes after rst-conversion
Erik Faye-Lund
2020-06-17
25
-0
/
+2360
*
radv/aco: enable FP16 features/extensions on GFX9+
Samuel Pitoiset
2020-06-17
4
-4
/
+6
*
aco: fix validation of opsel when set for the definition
Rhys Perry
2020-06-17
1
-4
/
+4
*
turnip: use draw states for input attachments
Jonathan Marek
2020-06-17
3
-22
/
+54
*
turnip: input attachment descriptor set rework
Jonathan Marek
2020-06-17
6
-383
/
+211
*
turnip: refactor draw states and dynamic states
Jonathan Marek
2020-06-17
4
-500
/
+381
*
turnip: delete dead dynamic state code
Jonathan Marek
2020-06-17
2
-173
/
+0
*
turnip: improve dirty bit handling a bit
Jonathan Marek
2020-06-17
2
-34
/
+22
*
turnip: move descriptor set BO tracking to CmdBindDescriptorSets
Jonathan Marek
2020-06-17
1
-37
/
+16
*
turnip: compute and graphics have completely separate state
Jonathan Marek
2020-06-17
1
-11
/
+1
*
tu: Actually remove dead variables after io lowering
Connor Abbott
2020-06-17
1
-3
/
+8
*
ir3: Don't calculate num_samp ourselves
Connor Abbott
2020-06-17
1
-9
/
+5
*
tu: Set num_components to 0 when building bindless intrinsics
Connor Abbott
2020-06-17
1
-2
/
+2
*
tu: Remove tu_shader_compile_options
Connor Abbott
2020-06-17
3
-77
/
+54
*
tu: Use the ir3 shader API
Connor Abbott
2020-06-17
3
-225
/
+71
*
tu: Remove num_samp hack
Connor Abbott
2020-06-17
1
-3
/
+7
*
ir3: Pass reserved_user_consts to ir3_shader_from_nir()
Connor Abbott
2020-06-17
3
-4
/
+5
*
pan/mdg: Reassociate adds for multiply-by-two
Alyssa Rosenzweig
2020-06-17
1
-1
/
+4
*
pan/mdg: Canonicalize (x * 2.0) to (x + x)
Alyssa Rosenzweig
2020-06-17
1
-0
/
+3
*
pan/mdg: Allow scheduling "x + x" to multipliers
Alyssa Rosenzweig
2020-06-17
1
-0
/
+53
*
pan/mdg: Factor out unit check
Alyssa Rosenzweig
2020-06-17
1
-1
/
+10
*
aco: fix sub-dword opsel/sdwa checks
Rhys Perry
2020-06-17
1
-3
/
+3
*
aco: fix validation error from vgpr spill/restore code
Rhys Perry
2020-06-17
1
-2
/
+2
*
turnip: fix cubic filtering with CmdBlitImage
Jonathan Marek
2020-06-17
3
-19
/
+26
*
turnip: fix 3D path always being used for CmdBlitImage
Jonathan Marek
2020-06-17
1
-1
/
+1
*
turnip: set VFD_INDEX_OFFSET in 3D clear/blit path
Jonathan Marek
2020-06-17
2
-6
/
+8
[next]