aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
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-181-2/+3
* etnaviv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* iris: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+1
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-1815-19/+37
* zink: enable xfb extension in screen creationMike Blumenkrantz2020-06-171-2/+26
* 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
* ir3: Pass reserved_user_consts to ir3_shader_from_nir()Connor Abbott2020-06-171-2/+2
* freedreno/a6xx: emit shader names in debug buildsRob Clark2020-06-161-0/+7
* freedreno: splitup emit_string_markerRob Clark2020-06-162-21/+48
* freedreno/log-parser: fix compute timesRob Clark2020-06-161-0/+1
* softpipe: change vendor name to something more generic.Dave Airlie2020-06-171-1/+1
* llvmpipe: change vendor to be more generic.Dave Airlie2020-06-171-1/+1
* virgl: change vendor id to reflect reality more.Dave Airlie2020-06-171-1/+1
* anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047Jan Beich2020-06-161-2/+1
* panfrost: Implement ARB_depth_clampIcecream952020-06-162-3/+18
* panfrost: Clean up panfrost_frag_meta_rasterizer_updateIcecream952020-06-161-7/+7
* iris: Fix documentation for _iris_batch_flushRohan Garg2020-06-161-6/+0
* zink: expose GLSL 1.30Erik Faye-Lund2020-06-161-1/+1
* zink: enable cull-distance if supportedErik Faye-Lund2020-06-161-2/+0
* gallium/hud: don't use user vertex buffersErik Faye-Lund2020-06-161-2/+5
* Revert "gallium/hud: don't use user vertex buffers"Erik Faye-Lund2020-06-162-22/+8
* vc4: don't relay on intr->num_components for non-vectorized intrinsicsJose Maria Casanova Crespo2020-06-161-1/+1
* gallivm/cache: don't require a null terminator for cache data.Dave Airlie2020-06-161-1/+1
* panfrost: Update sampler view in Bifrost pathAlyssa Rosenzweig2020-06-151-0/+1
* panfrost: Merge bifrost_bo/midgard_boAlyssa Rosenzweig2020-06-153-12/+10
* llvmpipe/setup: add planes for draw regions if no scissor.Dave Airlie2020-06-162-0/+8
* freedreno/ir3: move the libdrm dependency out of shared codeRob Clark2020-06-151-0/+37
* freedreno/ir3: unify shader create/delete pathsRob Clark2020-06-155-10/+9
* zink: rework input/output location emissionMike Blumenkrantz2020-06-151-55/+107
* zink: handle more glsl->spirv builtin translationMike Blumenkrantz2020-06-151-14/+22
* nvir: don't use designated initialisers in C++ codeYevhenii Kolesnikov2020-06-151-100/+100
* ac: add ac_choose_spi_color_formats() to common codeSamuel Pitoiset2020-06-151-109/+6
* iris: drop dead #include "config.h"Eric Engestrom2020-06-131-4/+0
* v3d: add missing unlock() in error pathEric Engestrom2020-06-131-1/+2
* panfrost: Tiled to linear layout conversionIcecream952020-06-122-8/+51
* panfrost: Create a new sampler view bo when the layout changesIcecream952020-06-123-3/+21
* panfrost: Move sampler view bo creation to a separate functionIcecream952020-06-122-40/+53
* panfrost: Demote mediump varyings to fp16Alyssa Rosenzweig2020-06-121-2/+16
* panfrost: Override varying format to minimal precisionAlyssa Rosenzweig2020-06-121-5/+22
* panfrost: Use shader_info harderAlyssa Rosenzweig2020-06-121-15/+5
* panfrost: Only store varying formatsAlyssa Rosenzweig2020-06-123-53/+10
* panfrost: Allow R/RG/RGB varyingsAlyssa Rosenzweig2020-06-121-4/+14
* panfrost: Remove unused routinesAlyssa Rosenzweig2020-06-121-51/+0