summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-21docs: add release notes for 19.1.819.1Juan A. Suarez Romero1-1/+1
2019-10-21docs: add release notes for 19.1.8mesa-19.1.8Juan A. Suarez Romero1-0/+267
2019-10-21Update version to 19.1.8Juan A. Suarez Romero1-1/+1
2019-10-16intel/common: include unistd.h for ioctl() prototype on SolarisAlan Coopersmith1-0/+1
2019-10-16meson: recognize "sunos" as the system name for SolarisAlan Coopersmith1-1/+3
2019-10-16util: Drop preprocessor guards for glibc-2.12Matt Turner1-7/+0
2019-10-16util: Workaround lack of flock on SolarisAlan Coopersmith2-1/+11
2019-10-16util: Make Solaris implemention of p_atomic_add work with gccAlan Coopersmith1-2/+2
2019-10-16c99_compat.h: Don't try to use 'restrict' in C++ codeAlan Coopersmith1-1/+1
2019-10-07cherry-ignore: Revert "radv: disable viewport clamping even if FS doesn't wri...Juan A. Suarez Romero1-0/+3
2019-10-07intel/isl: Set null surface format to R32_UINTLionel Landwerlin1-1/+6
2019-10-07intel: fix subslice computation from topology dataLionel Landwerlin1-1/+1
2019-10-07scons/MSYS2-MinGW-W64: Fix build options defaultsProdea Alexandru-Liviu1-0/+12
2019-10-07meson: Only error building gallium video without libdrm when the platform is drmDylan Baker1-1/+1
2019-10-07egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez1-97/+4
2019-10-07cherry-ignore: radv: Fix condition for skipping the continue CS.Juan A. Suarez Romero1-0/+3
2019-10-02mesa: don't forget to clear _Layer field on texture unitLionel Landwerlin1-1/+1
2019-10-02haiku: fix Mesa buildKen Mays4-31/+21
2019-10-02iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke1-2/+6
2019-10-02meson: gallium media state trackers require libdrm with x11Dylan Baker5-8/+17
2019-10-02iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke1-1/+23
2019-10-02scons: Fix MSYS2 Mingw-w64 build.pal10003-2/+12
2019-10-02scons/windows: Support build with LLVM 9.pal10001-6/+30
2019-10-02scons: For MinGW use -posix flag.Michel Zou1-1/+1
2019-10-02scons: add py3 supportMichel Zou3-5/+9
2019-10-02glsl: disallow incompatible matrices multiplicationAndrii Simiklit1-3/+3
2019-10-02intel/fs: Fix fs_inst::flags_read for ANY/ALL predicatesJason Ekstrand1-6/+28
2019-10-02meson: Link xvmc with libxvDylan Baker2-4/+10
2019-10-02meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker1-2/+7
2019-10-02drisw: Fix shared memory leak on drawable resizeAndreas Gottschling1-0/+2
2019-10-02radeonsi: fix VAAPI segfault due to various bugsMichel Dänzer3-0/+3
2019-10-02meson: fix logic for generating .pc files with old glvndDylan Baker4-21/+24
2019-10-02intel: use proper label for Comet Lake skusLionel Landwerlin1-18/+18
2019-10-02anv: gem-stubs: return a valid fd got anv_gem_userptr()Lionel Landwerlin1-1/+7
2019-10-02util: fix os_create_anonymous_file on androidTapani Pälli1-4/+5
2019-10-02cherry-ignore: util: added missing headers in anon-fileJuan A. Suarez Romero1-0/+2
2019-10-02util/anon_file: const string paramEric Engestrom2-2/+2
2019-10-02util/anon_file: add missing #includeEric Engestrom1-0/+3
2019-10-02util: add anon_file.h for all memfd/temp file usageGreg V8-163/+205
2019-10-02st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev1-1/+7
2019-10-02meson: re-add incorrect pkg-config files with GLVND for backward compatibilityEric Engestrom4-5/+18
2019-10-02glsl: correct bitcast-helpersErik Faye-Lund1-2/+2
2019-10-02nir/opt_remove_phis: handle phis with no sourcesRhys Perry1-5/+6
2019-10-02gallium/vl: don't set PIPE_HANDLE_USAGE_EXPLICIT_FLUSHMarek Olšák1-4/+1
2019-10-02cherry-ignore: nir/opt_large_constants: Handle store writemasksJuan A. Suarez Romero1-0/+1
2019-10-02nouveau: add idep_nir_headers as dep for libnouveauStephen Barber1-2/+2
2019-10-02bin/get-pick-list.sh: sha1 commits can be smaller than 8 charsJuan A. Suarez Romero1-1/+1
2019-10-02radv: Add workaround for hang in The Surge 2.Bas Nieuwenhuizen1-0/+8
2019-10-02intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke3-2/+41
2019-10-02nir/repair_ssa: Replace the unreachable check with the phi builderJason Ekstrand1-35/+44