summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-031-1/+2
* etnaviv: fix memory leak when BO allocation failsLucas Stach2017-08-031-1/+5
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-08-031-5/+0
* 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
* 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
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-08-031-2/+3
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-08-031-5/+9
* svga: fix texture swizzle writemaskingBrian Paul2017-08-031-0/+2
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-121-1/+4
* 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
* 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
* 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
* 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
* radeonsi: include ac_binary.h for struct ac_shader_binaryEmil Velikov2017-06-281-2/+2
* nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin2017-06-281-0/+8
* nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin2017-06-281-19/+32
* etnaviv: only flush resource to self if no scanout buffer existsLucas Stach2017-06-281-4/+5
* nv50/ir: Properly fold constants in SPLIT operationPierre Moreau2017-06-281-3/+4
* svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul2017-06-281-0/+2
* svga: use the winsys interface to invalidate surfaceCharmaine Lee2017-06-283-6/+20
* gallium/radeon/gfx9: fix PBO texture uploads to compressed texturesNicolai Hähnle2017-06-281-1/+6
* etnaviv: advertise correct max LOD biasLucas Stach2017-06-281-1/+3
* etnaviv: mask correct channel for RB swapped rendertargetsLucas Stach2017-06-283-13/+46
* etnaviv: replace translate_clear_color with util_pack_colorLucas Stach2017-06-282-48/+12
* etnaviv: remove bogus assertLucas Stach2017-06-281-2/+0
* etnaviv: use padded width/height for resource copiesLucas Stach2017-06-281-2/+2
* etnaviv: don't try RS blit if blit region is unalignedLucas Stach2017-06-281-1/+2
* swr: relax c++ requirement from c++14 to c++11Tim Rowley2017-06-143-16/+17
* radeonsi: disable the patch ID workaround on SI when the patch ID isn't used ...Marek Olšák2017-06-142-15/+21
* radeonsi: fix a GPU hang with tessellation on 2-CU configsMarek Olšák2017-06-141-1/+5
* nvc0: disable BGRA8 images on FermiLyude2017-06-141-5/+14
* etnaviv: always do cpu_fini in transfer_unmapLucas Stach2017-06-141-3/+6
* freedreno: fix fence creation fail if no renderingRob Clark2017-06-011-13/+1
* radeonsi/gfx9: compile shaders with +xnackMarek Olšák2017-05-311-6/+7
* nvc0/ir: SHLADD's middle source must be an immediateIlia Mirkin2017-05-221-0/+2
* automake: add SWR LLVM gen_builder.hpp workaroundEmil Velikov2017-05-221-30/+11
* freedreno: fix crash when flush() but no renderingRob Clark2017-05-181-0/+6
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-181-4/+2
* vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt2017-05-181-1/+2