summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand2017-08-031-12/+11
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-08-033-7/+49
* radv: advertise v6 of the wayland surface extensionEmil Velikov2017-08-031-1/+1
* anv: advertise v6 of the wayland surface extensionEmil Velikov2017-08-031-1/+1
* configure: only install khrplatform.h if neededEric Engestrom2017-08-032-0/+5
* anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero2017-08-031-1/+1
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-08-031-2/+3
* loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_mscThomas Hellstrom2017-08-031-1/+1
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-08-031-0/+10
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-08-031-5/+9
* cherry-ignore: add "anv: Round u_vector element sizes to a power of two"Emil Velikov2017-08-031-0/+4
* svga: fix texture swizzle writemaskingBrian Paul2017-08-031-0/+2
* docs: add sha256 checksums for 17.1.5Andres Gomez2017-07-141-1/+2
* docs: add release notes for 17.1.5mesa-17.1.5Andres Gomez2017-07-141-0/+202
* Update version to 17.1.5Andres Gomez2017-07-141-1/+1
* spirv: Fix reaching unreachable for compare exchange on imagesJames Legg2017-07-121-0/+1
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-121-1/+4
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-121-7/+29
* svga: fixed surface size to include array sizeCharmaine Lee2017-07-121-1/+2
* svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende2017-07-121-7/+8
* glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shadersJuan A. Suarez Romero2017-07-121-2/+4
* intel/isl: Add the maximum surface size limitAnuj Phogat2017-07-121-0/+22
* intel/isl: Use uint64_t to store total surface sizeAnuj Phogat2017-07-122-2/+3
* gallium/radeon: fix a possible crash for buffer exportsMarek Olšák2017-07-121-9/+15
* etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado2017-07-121-3/+7
* svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul2017-07-122-5/+5
* ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith2017-07-121-1/+1
* etnaviv: fix refcnt initialization in etna_screenAleksander Morgado2017-07-121-0/+1
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-122-5/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-122-2/+8
* scons: Check for xlocale.h before defining HAVE_XLOCALE_H.Vinson Lee2017-07-121-1/+3
* mesa/main: Move NULL pointer check.Plamena Manolova2017-07-121-6/+6
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-07-121-0/+1
* glsl: gl_Max{Vertex,Fragment}UniformComponents exist in all desktop GL versionsIago Toral Quiroga2017-07-121-7/+9
* intel: common: Fix link failure with standalone Android buildTomasz Figa2017-07-121-0/+5
* glsl: check if any of the named builtins are available firstIlia Mirkin2017-07-123-4/+14
* nir/spirv: Use the type from the deref for atomicsJason Ekstrand2017-07-121-3/+3
* ac/nir: implement 64-bit packing and unpackingConnor Abbott2017-07-082-0/+32
* spirv: fix OpBitcast when the src and dst bitsize are different (v3)Connor Abbott2017-07-081-1/+66
* st/mesa: release EGLImage on EGLImageTarget* errorPhilipp Zabel2017-07-081-0/+1
* winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle2017-07-081-1/+2
* cherry-ignore: i965: Fix anisotropic filtering for mag filterAndres Gomez2017-07-081-0/+3
* swr: Limit memory held by defer deleted resources.Bruce Cherniak2017-07-081-0/+6
* etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach2017-07-081-28/+32
* ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith2017-07-081-29/+34
* ac/nir: Make intrinsic_name buffer long enoughJames Legg2017-07-081-1/+1
* i965: Always set AALINEDISTANCE_TRUE on Sandybridge.Kenneth Graunke2017-07-081-2/+1
* i965: Use true AA line distance on G45/Ironlake.Kenneth Graunke2017-07-081-1/+1
* radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry2017-07-081-0/+2
* draw: check for line_width != 1.0f in validate_pipeline()Brian Paul2017-07-081-3/+4