summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-031-1/+1
* radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen2017-08-031-2/+4
* spirv: Fix SpvImageFormatR16uiJason Ekstrand2017-08-031-1/+1
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-032-0/+21
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-031-1/+2
* nir: fix algebraic optimizationsConnor Abbott2017-08-031-2/+2
* etnaviv: fix memory leak when BO allocation failsLucas Stach2017-08-031-1/+5
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-08-031-6/+9
* radv: for stencil only set Z tile mode index to same valueDave Airlie2017-08-031-0/+2
* radv/ac: port SI TC L1 write corruption fix.Dave Airlie2017-08-031-3/+5
* radv/ac: realign SI workaround with radeonsi.Dave Airlie2017-08-031-2/+3
* radv: fix buffer views on SI/CIK.Dave Airlie2017-08-031-0/+5
* radv: fix non-0 based layer clears.Dave Airlie2017-08-031-4/+9
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-08-031-5/+0
* i965: use strtol to convert the integer deviceID overrideEmil Velikov2017-08-031-1/+1
* anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero2017-08-031-1/+1
* i965: Resolve framebuffers before signaling the fenceChris Wilson2017-08-031-0/+32
* 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
* 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
* 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