summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin2017-08-251-0/+3
* radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák2017-08-251-1/+5
* swr/rast: switch gen_knobs.cpp licenseTim Rowley2017-08-251-12/+17
* nv50/ir: fix TXQ srcMaskIlia Mirkin2017-08-191-0/+2
* nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin2017-08-191-0/+2
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-191-1/+8
* st/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-191-2/+5
* swr/rast: Fix invalid casting for calls to Interlocked* functionsTim Rowley2017-08-193-7/+7
* radeonsi: disable CE by defaultMarek Olšák2017-08-193-11/+21
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-191-1/+4
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-192-1/+15
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-031-1/+1
* 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
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-08-031-6/+9
* 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
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-08-031-1/+1
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-08-033-7/+49
* 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
* 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
* 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
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-07-121-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
* 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
* 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
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-281-2/+8
* 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