summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: Return frag_coord as integer.staging/18.3Bas Nieuwenhuizen2019-03-261-1/+2
* anv/radv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2019-03-262-0/+4
* st/glsl_to_nir: fix incorrect arrary accessTimothy Arceri2019-03-251-2/+5
* radv: Fix driverUUIDJózef Kucia2019-03-251-1/+1
* glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev2019-03-257-9/+30
* mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia2019-03-251-0/+3
* bin/install_megadrivers.py: Correctly handle DESTDIR=''Dylan Baker2019-03-251-1/+5
* softpipe: fix texture view crashesDave Airlie2019-03-251-5/+6
* radv: fix binding transform feedback buffersSamuel Pitoiset2019-03-251-1/+1
* Revert "glsl: relax input->output validation for SSO programs"Andres Gomez2019-03-251-1/+1
* glsl/linker: simplify xfb_offset vs xfb_stride overflow checkAndres Gomez2019-03-251-2/+1
* glsl/linker: don't fail non static used inputs without matching outputsAndres Gomez2019-03-251-2/+14
* glsl: correctly validate component layout qualifier for dvec{3,4}Andres Gomez2019-03-251-0/+4
* radv: Use correct image view comparison for fast clears.Bas Nieuwenhuizen2019-03-251-1/+1
* vulkan/util: meson build - add wayland client includeTobias Klausmann2019-03-251-0/+7
* mesa: properly report the length of truncated log messagesMark Janes2019-03-251-0/+3
* i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2019-03-252-1/+25
* anv/pass: Flag the need for a RT flush for resolve attachmentsJason Ekstrand2019-03-251-1/+17
* docs: add sha256 checksums for 18.3.5Emil Velikov2019-03-181-1/+2
* docs: add release notes for 18.3.5mesa-18.3.5Emil Velikov2019-03-181-0/+270
* Update version to 18.3.5Emil Velikov2019-03-181-1/+1
* radv: always initialize HTILE when the src layout is UNDEFINEDSamuel Pitoiset2019-03-151-2/+1
* egl/dri: Avoid out of bounds array accessKevin Strasser2019-03-151-2/+4
* glsl/linker: Fix unmatched TCS outputs being reduced to local variableDanylo Piliaiev2019-03-141-0/+6
* intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke2019-03-141-0/+1
* glsl/lower_vector_derefs: Don't use a temporary for TCS outputsJason Ekstrand2019-03-141-10/+64
* glsl/list: Add a list variant of insert_afterJason Ekstrand2019-03-141-0/+26
* cherry-ignore: add explicit 19.0 performance optimisationsEmil Velikov2019-03-141-0/+6
* scons: Compatibility with Scons development version stringpal10002019-03-142-2/+14
* scons: Workaround failures with MSVC when using SCons 3.0.[2-4].Jose Fonseca2019-03-141-1/+7
* radv: fix pointSizeRange limitsSamuel Pitoiset2019-03-141-1/+1
* anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero2019-03-141-0/+5
* cherry-ignore: ignore glsl_types memory cleanup patchEmil Velikov2019-03-141-0/+3
* anv: destroy descriptor sets when pool gets destroyedTapani Pälli2019-03-142-0/+18
* cherry-ignore: add gitlab-ci fixup commitEmil Velikov2019-03-141-0/+3
* intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick2019-03-141-0/+7
* intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick2019-03-141-2/+4
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-03-142-8/+14
* cherry-ignore: add 19.0 only anv/push buffer nominationsEmil Velikov2019-03-141-0/+4
* spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand2019-03-141-2/+10
* radv: properly align the fence and EOP bug VA on GFX9Samuel Pitoiset2019-03-141-2/+4
* egl: fix libdrm-less buildsEric Engestrom2019-03-142-15/+0
* anv: retain the is_array state in create_plane_tex_instr_implicitTapani Pälli2019-03-141-0/+1
* spirv: OpImageQueryLod requires a samplerJason Ekstrand2019-03-141-1/+1
* anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupportJason Ekstrand2019-03-141-0/+3
* st/nine: Ignore multisample quality level if no msAxel Davy2019-03-141-0/+4
* st/nine: Ignore window size if errorAxel Davy2019-03-141-1/+8
* android: anv: fix libexpat shared dependencyMauro Rossi2019-03-141-1/+1
* android: anv: fix generated files depedencies (v2)Mauro Rossi2019-03-141-15/+25
* glsl: fix recording of variables for XFB in TCS shadersIlia Mirkin2019-03-143-5/+44