summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-08-033-9/+5
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-08-031-15/+27
* radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle2017-08-031-2/+2
* anv: only expose up to 28 vertex attributesIago Toral Quiroga2017-08-031-1/+1
* anv/cmd_buffer: fix off by one error in assertionIago Toral Quiroga2017-08-031-1/+1
* cherry-ignore: add "i965: Fix = vs == in MCS aux usage assert."Emil Velikov2017-08-031-0/+3
* cherry-ignore: add "i965: Fix offset addition in get_isl_surf"Emil Velikov2017-08-031-0/+3
* i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin2017-08-031-0/+8
* broadcom/vc4: Prefer blit via rendering to the software fallback.Eric Anholt2017-08-031-6/+8
* etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan2017-08-031-1/+1
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-08-031-1/+4
* cherry-ignore: add "anv: Transition MCS buffers from the undefined layout"Emil Velikov2017-08-031-0/+4
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-08-032-4/+3
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-08-031-1/+1
* anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace2017-08-031-3/+4
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-08-031-1/+1
* nir: Use nir_src_copy instead of direct assignments.Kenneth Graunke2017-08-032-3/+3
* nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri2017-08-031-6/+6
* nir/vars_to_ssa: Handle missing struct members in foreach_deref_nodeJason Ekstrand2017-08-031-2/+6
* anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand2017-08-031-0/+1
* anv: Stop leaking the no_aux sampler surface stateJason Ekstrand2017-08-031-0/+5
* 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