summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-08docs: add release notes for 17.3.2mesa-17.3.2Emil Velikov1-0/+108
2018-01-08Update version to 17.3.2Emil Velikov1-1/+1
2018-01-08egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameterRob Herring1-14/+14
2017-12-27egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom3-4/+8
2017-12-27egl: link libEGL against the dynamic version of libglapiBrendan King1-3/+6
2017-12-27radv: don't do format replacement on tc compat htile surfaces.Dave Airlie1-1/+2
2017-12-27drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli1-0/+8
2017-12-27mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli10-18/+60
2017-12-27radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset1-11/+1
2017-12-27radv: Fix DCC compatible formats.Bas Nieuwenhuizen1-1/+1
2017-12-27radv/gfx9: add 3d sampler image->buffer copy shader. (v3)Dave Airlie2-18/+59
2017-12-27radv: fix issue with multisample positions and interp_var_at_sample.Dave Airlie1-1/+2
2017-12-27radv/meta: fix blit paths for depth/stencil (v2.1)Dave Airlie2-64/+80
2017-12-27radv: handle depth/stencil image copy with layouts better. (v3.1)Dave Airlie4-65/+106
2017-12-27radv/gfx9: add support for 3d images to blit 2d pathsDave Airlie2-23/+97
2017-12-27radv/gfx9: fix primitive topology when adjacency is usedSamuel Pitoiset1-1/+1
2017-12-21docs: add sha256 checksums for 17.3.1Emil Velikov1-1/+2
2017-12-21docs: add release notes for 17.3.1mesa-17.3.1Emil Velikov1-0/+190
2017-12-21Update version to 17.3.1Emil Velikov1-1/+1
2017-12-18travis: disable Meson buildJuan A. Suarez Romero1-32/+0
2017-12-18radv: port merge tess info from anvDave Airlie1-0/+40
2017-12-18cherry-ignore: util: add mesa-sha1 test to mesonEmil Velikov1-0/+3
2017-12-18cherry-ignore: meson: fix strtof locale support checkEmil Velikov1-0/+2
2017-12-18radv: Fix multi-layer blits.Bas Nieuwenhuizen1-25/+24
2017-12-18radeonsi: don't call force_dcc_off for buffersMarek Olšák1-1/+1
2017-12-15util: scons: wire up the sha1 testEmil Velikov1-0/+7
2017-12-15util: Add a SHA1 unit test programMatt Turner2-1/+67
2017-12-15util: Assume little endian in the absence of platform-specific handlingMatt Turner1-1/+5
2017-12-14broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt1-16/+27
2017-12-14glsl: Fix gl_NormalScale.Fabian Bieler3-2/+6
2017-12-14glsl: Match order of gl_LightSourceParameters elements.Fabian Bieler1-2/+2
2017-12-14i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand3-29/+11
2017-12-14radv: Don't advertise VK_EXT_debug_report.Bas Nieuwenhuizen1-1/+0
2017-12-14gallium/aux: include nr_samples in util_resource_size() computationBrian Paul1-1/+2
2017-12-14util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias1-1/+0
2017-12-14glsl: get correct member type when processing xfb ifc arraysTimothy Arceri1-2/+4
2017-12-14radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle1-1/+1
2017-12-14nvc0/ir: Properly lower 64-bit shifts when the shift value is >32Pierre Moreau1-1/+1
2017-12-14glx/dri3: Remove unused deviceName variableVadym Shovkoplias1-4/+1
2017-12-14compiler: use NDEBUG to guard assertsEric Engestrom3-5/+5
2017-12-14swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.Bruce Cherniak1-2/+1
2017-12-14xlib: call _mesa_warning() instead of fprintf()Brian Paul1-1/+2
2017-12-14winsys/amdgpu: disable local BOs again due to worse performanceMarek Olšák1-2/+3
2017-12-14spirv: Fix loading an entire block at once.Bas Nieuwenhuizen1-28/+30
2017-12-14radeon/vce: move destroy command before feedback commandLeo Liu1-1/+1
2017-12-14docs/llvmpipe: document ppc64le as alternative architecture to x86.Ben Crocker1-3/+9
2017-12-14nir/opcodes: Fix constant-folding of bitfield_insertJames Legg1-2/+2
2017-12-14radv: Add LLVM version to the device name stringAlex Smith2-26/+37
2017-12-14meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke1-9/+14
2017-12-14meta: Initialize depth/clear values on declaration.Kenneth Graunke1-5/+2