summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-031-0/+2
* 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
* svga: fix texture swizzle writemaskingBrian Paul2017-08-031-0/+2
* 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
* 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
* 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