summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* radv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* anv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* freedreno/a2xx: use sysval for pointcoordJonathan Marek2019-10-272-11/+9
* pan/midgard: Disable precise occlusion queriesAlyssa Rosenzweig2019-10-261-1/+1
* panfrost: allocate bo for occlusion query resultsUrja Rannikko2019-10-262-14/+25
* panfrost: Expose serialized NIR supportAlyssa Rosenzweig2019-10-262-4/+13
* pipe-loader: Default to kmsro if probe failsAlyssa Rosenzweig2019-10-261-0/+5
* pipe-loader: Add kmsro pipe_loader targetAlyssa Rosenzweig2019-10-262-0/+22
* scons: Fix force_scons parsing.Jose Fonseca2019-10-261-3/+2
* radv: enable secure compile supportTimothy Arceri2019-10-262-3/+26
* radv: a support for a secure compile fork at device creationTimothy Arceri2019-10-261-1/+299
* radv: add radv_secure_compile()Timothy Arceri2019-10-261-0/+134
* radv: for secure compile exit early from radv_shader_variant_create()Timothy Arceri2019-10-261-1/+8
* radv: allow the secure process to read and write from disk cacheTimothy Arceri2019-10-261-5/+77
* radv: add radv_device_use_secure_compile() helperTimothy Arceri2019-10-261-0/+6
* radv: add some new members to radv device and instance for secure compileTimothy Arceri2019-10-261-0/+21
* radv: add radv_secure_compile_type enumTimothy Arceri2019-10-261-0/+11
* radv: add radv_create_shaders() to radv_shader.hTimothy Arceri2019-10-262-1/+10
* radv: add debug option to turn off in memory cacheTimothy Arceri2019-10-263-5/+22
* radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfoTimothy Arceri2019-10-261-9/+8
* docs: document new feature EGL_EXT_image_flush_externalMarek Olšák2019-10-251-0/+1
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-257-0/+106
* egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák2019-10-253-11/+70
* st/dri: add support for EGL_EXT_image_flush_externalMarek Olšák2019-10-251-40/+91
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-10-251-6/+6
* dri_interface: add interface for EGL_EXT_image_flush_externalMarek Olšák2019-10-251-1/+50
* include: add the definition of EGL_EXT_image_flush_externalMarek Olšák2019-10-251-0/+11
* gitlab-ci: Add a job for meson on windowsDylan Baker2019-10-252-1/+32
* gitlab-ci: refactor out some common stuff for Windows and LinuxDylan Baker2019-10-252-8/+13
* nir: Fix invalid code for MSVCDylan Baker2019-10-251-2/+2
* docs: update releasing process to use new scripts and gitlabDylan Baker2019-10-251-37/+12
* bin/gen_release_notes.py: Add a warning if new features are introduced in a p...Dylan Baker2019-10-251-2/+5
* bin/gen_release_notes.py: html escape all external dataDylan Baker2019-10-251-4/+7
* bin/post_release.py: Add .html to hrefsDylan Baker2019-10-251-2/+3
* bin/post_version.py: white space fixesDylan Baker2019-10-251-1/+1
* bin/post_version.py: Pass version as an argumentDylan Baker2019-10-251-16/+10
* bin/gen_release_notes.py: Return "None" if there are no new featuresDylan Baker2019-10-251-0/+2
* bin/gen_release_notes.py: strip '#' from gitlab bugsDylan Baker2019-10-251-1/+1
* bin/gen_release_notes.py: fix conditional of bugfixDylan Baker2019-10-251-1/+1
* mesa/main: Ignore filter state for MS texture completenessIllia Iorin2019-10-251-3/+22
* Revert "mesa/main: Fix multisample texture initialize"Illia Iorin2019-10-251-25/+13
* glsl/serialize: optimize for equal offsets in uniform remap tablesMarek Olšák2019-10-251-2/+28
* glsl/serialize: restructure remap table codeMarek Olšák2019-10-251-63/+56
* nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasksKenneth Graunke2019-10-251-2/+2
* Revert "ci: Disable lima until its farm can get fixed."Neil Armstrong2019-10-251-2/+2
* Revert "mapi: Inline call x86_current_tls."Jason Ekstrand2019-10-251-7/+3
* rbug: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2019-10-251-0/+2
* pan/midgard: Express allocated registers as offsetsAlyssa Rosenzweig2019-10-251-104/+62
* pan/midgard: Expose more typesize manipulation routinesAlyssa Rosenzweig2019-10-252-2/+4