aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* pan/midgard: Add mir_set_bytemask helperAlyssa Rosenzweig2019-10-252-0/+7
* st/nine: Fix unused variable warnings in release build.Timur Kristóf2019-10-251-9/+9
* st/nine: Fix build with -Werror=empty-bodyTimur Kristóf2019-10-251-3/+3
* aco: Refactor hazard mitigations, separate pass for GFX10.Timur Kristóf2019-10-251-70/+113
* aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.Timur Kristóf2019-10-251-10/+20
* aco/gfx10: Mitigate LdsBranchVmemWARHazard.Timur Kristóf2019-10-252-0/+66
* aco/gfx10: Mitigate SMEMtoVectorWriteHazard.Timur Kristóf2019-10-252-0/+70
* aco/gfx10: Mitigate VcmpxExecWARHazard.Timur Kristóf2019-10-252-0/+59
* aco/gfx10: Mitigate VcmpxPermlaneHazard.Timur Kristóf2019-10-252-0/+28
* aco/gfx10: Add notes about some GFX10 hazards.Timur Kristóf2019-10-252-2/+37
* radv: fix VK_KHR_shader_float_controls dependency on GFX6-7Samuel Pitoiset2019-10-251-3/+3
* mapi: Inline call x86_current_tls.Lepton Wu2019-10-241-3/+7
* virgl: Remove formats with unusual sample count.Lepton Wu2019-10-241-0/+3
* nir: Use BITSET for tracking varyings in lower_io_arraysKristian H. Kristensen2019-10-241-33/+22
* docs: update calendar, add news item and link release notes for 19.2.2Dylan Baker2019-10-243-10/+5
* docs: Add sha256 sum for 19.2.2Dylan Baker2019-10-241-1/+1
* docs: Add release notes for 19.2.2Dylan Baker2019-10-241-0/+147
* freedreno/ir3: handle the progress caseRob Clark2019-10-241-26/+35
* freedreno/ir3: remove restrictions on const + (abs)/(neg)Rob Clark2019-10-242-14/+6
* freedreno/ir3: allow copy-propagate out of fanoutRob Clark2019-10-241-7/+27