aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svga: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* freedreno: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-183-6/+11
* etnaviv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-182-3/+5
* egl: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* i965: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-182-3/+5
* iris: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+1
* anv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+3
* radv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-3/+5
* vulkan/wsi: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-1819-23/+47
* util: introduce os_dupfd_cloexec() helperEric Engestrom2020-06-182-0/+55
* util/os_file: replace broken windows-detection code with detect_os.hEric Engestrom2020-06-181-3/+3
* ci: disable the windows tests until the runner can be stabilized againEric Anholt2020-06-181-1/+1
* docs: remove plain-text copy of versions.rstEric Engestrom2020-06-181-1514/+0
* khronos-update.py: add script to simplify update of Khronos headers & xml filesEric Engestrom2020-06-181-0/+202
* zink: enable xfb extension in screen creationMike Blumenkrantz2020-06-172-3/+27
* zink: switch to passing VkPhysicalDeviceFeatures2 in VkDeviceCreateInfoMike Blumenkrantz2020-06-171-1/+4
* zink: set PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED and remove POS special casingMike Blumenkrantz2020-06-172-16/+3
* zink: implement transform feedback support to finish off opengl 3.0Mike Blumenkrantz2020-06-1711-22/+349
* zink: implement streamout and xfb handling in ntvMike Blumenkrantz2020-06-175-8/+241
* zink: add spirv_builder methods for OpVectorExtractDynamic and OpVectorInsert...Mike Blumenkrantz2020-06-172-1/+45
* zink: add spirv builder util functions for emitting xfb decorationsMike Blumenkrantz2020-06-172-0/+36
* zink: use '2' variants for device props/feats, check features for ext enablingMike Blumenkrantz2020-06-171-3/+21
* turnip: use u_format for packing gmem clear valuesJonathan Marek2020-06-171-212/+31
* docs: fixup relnotes after rst-conversionErik Faye-Lund2020-06-1725-0/+2360
* radv/aco: enable FP16 features/extensions on GFX9+Samuel Pitoiset2020-06-174-4/+6
* aco: fix validation of opsel when set for the definitionRhys Perry2020-06-171-4/+4
* turnip: use draw states for input attachmentsJonathan Marek2020-06-173-22/+54
* turnip: input attachment descriptor set reworkJonathan Marek2020-06-176-383/+211
* turnip: refactor draw states and dynamic statesJonathan Marek2020-06-174-500/+381
* turnip: delete dead dynamic state codeJonathan Marek2020-06-172-173/+0
* turnip: improve dirty bit handling a bitJonathan Marek2020-06-172-34/+22
* turnip: move descriptor set BO tracking to CmdBindDescriptorSetsJonathan Marek2020-06-171-37/+16
* turnip: compute and graphics have completely separate stateJonathan Marek2020-06-171-11/+1
* tu: Actually remove dead variables after io loweringConnor Abbott2020-06-171-3/+8
* ir3: Don't calculate num_samp ourselvesConnor Abbott2020-06-171-9/+5
* tu: Set num_components to 0 when building bindless intrinsicsConnor Abbott2020-06-171-2/+2
* tu: Remove tu_shader_compile_optionsConnor Abbott2020-06-173-77/+54
* tu: Use the ir3 shader APIConnor Abbott2020-06-173-225/+71
* tu: Remove num_samp hackConnor Abbott2020-06-171-3/+7
* ir3: Pass reserved_user_consts to ir3_shader_from_nir()Connor Abbott2020-06-173-4/+5
* pan/mdg: Reassociate adds for multiply-by-twoAlyssa Rosenzweig2020-06-171-1/+4
* pan/mdg: Canonicalize (x * 2.0) to (x + x)Alyssa Rosenzweig2020-06-171-0/+3
* pan/mdg: Allow scheduling "x + x" to multipliersAlyssa Rosenzweig2020-06-171-0/+53
* pan/mdg: Factor out unit checkAlyssa Rosenzweig2020-06-171-1/+10
* aco: fix sub-dword opsel/sdwa checksRhys Perry2020-06-171-3/+3
* aco: fix validation error from vgpr spill/restore codeRhys Perry2020-06-171-2/+2
* turnip: fix cubic filtering with CmdBlitImageJonathan Marek2020-06-173-19/+26
* turnip: fix 3D path always being used for CmdBlitImageJonathan Marek2020-06-171-1/+1
* turnip: set VFD_INDEX_OFFSET in 3D clear/blit pathJonathan Marek2020-06-172-6/+8