summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-05docs: add sha256 checksums for 18.3.618.3Emil Velikov1-1/+2
2019-04-05docs: add release notes for 18.3.6Emil Velikov1-0/+168
2019-04-05Update version to 18.3.6mesa-18.3.6Emil Velikov1-1/+1
2019-04-05dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2-3/+1
2019-04-05radeonsi: fix assertion failure by using the correct typeMarek Olšák1-1/+1
2019-04-05radeon/vcn/vp9: search the render target from the whole listLeo Liu1-1/+1
2019-04-05meson: strip rpath from megadriversEric Engestrom6-1/+13
2019-04-05radv: do not always initialize HTILE in compressed stateSamuel Pitoiset1-2/+8
2019-04-05radeon/vcn: add H.264 constrained baseline supportLeo Liu1-0/+1
2019-04-05Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"Jason Ekstrand2-4/+0
2019-03-26ac/nir: Return frag_coord as integer.Bas Nieuwenhuizen1-1/+2
2019-03-26anv/radv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2-0/+4
2019-03-25st/glsl_to_nir: fix incorrect arrary accessTimothy Arceri1-2/+5
2019-03-25radv: Fix driverUUIDJózef Kucia1-1/+1
2019-03-25glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev7-9/+30
2019-03-25mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia1-0/+3
2019-03-25bin/install_megadrivers.py: Correctly handle DESTDIR=''Dylan Baker1-1/+5
2019-03-25softpipe: fix texture view crashesDave Airlie1-5/+6
2019-03-25radv: fix binding transform feedback buffersSamuel Pitoiset1-1/+1
2019-03-25Revert "glsl: relax input->output validation for SSO programs"Andres Gomez1-1/+1
2019-03-25glsl/linker: simplify xfb_offset vs xfb_stride overflow checkAndres Gomez1-2/+1
2019-03-25glsl/linker: don't fail non static used inputs without matching outputsAndres Gomez1-2/+14
2019-03-25glsl: correctly validate component layout qualifier for dvec{3,4}Andres Gomez1-0/+4
2019-03-25radv: Use correct image view comparison for fast clears.Bas Nieuwenhuizen1-1/+1
2019-03-25vulkan/util: meson build - add wayland client includeTobias Klausmann1-0/+7
2019-03-25mesa: properly report the length of truncated log messagesMark Janes1-0/+3
2019-03-25i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2-1/+25
2019-03-25anv/pass: Flag the need for a RT flush for resolve attachmentsJason Ekstrand1-1/+17
2019-03-18docs: add sha256 checksums for 18.3.5Emil Velikov1-1/+2
2019-03-18docs: add release notes for 18.3.5mesa-18.3.5Emil Velikov1-0/+270
2019-03-18Update version to 18.3.5Emil Velikov1-1/+1
2019-03-15radv: always initialize HTILE when the src layout is UNDEFINEDSamuel Pitoiset1-2/+1
2019-03-15egl/dri: Avoid out of bounds array accessKevin Strasser1-2/+4
2019-03-14glsl/linker: Fix unmatched TCS outputs being reduced to local variableDanylo Piliaiev1-0/+6
2019-03-14intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke1-0/+1
2019-03-14glsl/lower_vector_derefs: Don't use a temporary for TCS outputsJason Ekstrand1-10/+64
2019-03-14glsl/list: Add a list variant of insert_afterJason Ekstrand1-0/+26
2019-03-14cherry-ignore: add explicit 19.0 performance optimisationsEmil Velikov1-0/+6
2019-03-14scons: Compatibility with Scons development version stringpal10002-2/+14
2019-03-14scons: Workaround failures with MSVC when using SCons 3.0.[2-4].Jose Fonseca1-1/+7
2019-03-14radv: fix pointSizeRange limitsSamuel Pitoiset1-1/+1
2019-03-14anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero1-0/+5
2019-03-14cherry-ignore: ignore glsl_types memory cleanup patchEmil Velikov1-0/+3
2019-03-14anv: destroy descriptor sets when pool gets destroyedTapani Pälli2-0/+18
2019-03-14cherry-ignore: add gitlab-ci fixup commitEmil Velikov1-0/+3
2019-03-14intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick1-0/+7
2019-03-14intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick1-2/+4
2019-03-14radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2-8/+14
2019-03-14cherry-ignore: add 19.0 only anv/push buffer nominationsEmil Velikov1-0/+4
2019-03-14spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand1-2/+10