summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add sha256 checksums for 18.3.618.3Emil Velikov2019-04-051-1/+2
* docs: add release notes for 18.3.6Emil Velikov2019-04-051-0/+168
* Update version to 18.3.6mesa-18.3.6Emil Velikov2019-04-051-1/+1
* dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2019-04-052-3/+1
* radeonsi: fix assertion failure by using the correct typeMarek Olšák2019-04-051-1/+1
* radeon/vcn/vp9: search the render target from the whole listLeo Liu2019-04-051-1/+1
* meson: strip rpath from megadriversEric Engestrom2019-04-056-1/+13
* radv: do not always initialize HTILE in compressed stateSamuel Pitoiset2019-04-051-2/+8
* radeon/vcn: add H.264 constrained baseline supportLeo Liu2019-04-051-0/+1
* Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"Jason Ekstrand2019-04-052-4/+0
* 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