summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* vl: fix memory leakEric Engestrom2016-07-191-7/+1
* vl/dri3: fix a memory leak from front bufferLeo Liu2016-07-181-0/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-3/+3
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-162-2/+10
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* gallivm: add helper lp_add_attr_dereferenceableMarek Olšák2016-07-132-0/+14
* vl/compositor: set layer of y or uv to renderLeo Liu2016-07-122-0/+42
* vl/compositor: add weave to yuv shaderLeo Liu2016-07-122-0/+43
* vl/compositor: move weave shader out from rgb weavingLeo Liu2016-07-122-76/+83
* gallivm: set LLVMNoUnwindAttribute on all intrinsicsMarek Olšák2016-07-111-2/+4
* gallium/u_queue: assert that users must wait on fences before destroying themNicolai Hähnle2016-07-111-0/+1
* gallium/u_queue: guard fence->signalled checks with fence->mutexNicolai Hähnle2016-07-111-3/+0
* vl: add half pixel to v_tex before adding offsetsNayan Deshmukh2016-07-081-0/+2
* gallium/util: make util_copy_framebuffer_state(src=NULL) workRob Clark2016-07-061-11/+26
* tgsi: Add WORK_DIM System ValueHans de Goede2016-07-021-0/+1
* vl: add a bicubic interpolation filter(v5)Nayan Deshmukh2016-07-013-0/+528
* gallium/util: check for window cliprects in util_can_blit_via_copy_region()Brian Paul2016-06-301-0/+1
* gallium/util: add tight_format_check param to util_can_blit_via_copy_region()Brian Paul2016-06-302-11/+30
* gallium/util: simplify a few things in util_can_blit_via_copy_region()Brian Paul2016-06-301-12/+8
* gallium/util: new util_try_blit_via_copy_region() functionBrian Paul2016-06-302-15/+32
* pipe_loader_sw: Fix fd leak when instantiated via pipe_loader_sw_probe_kmsHans de Goede2016-06-281-0/+7
* gallium/u_queue: allow the execute function to differ per jobMarek Olšák2016-06-242-10/+12
* gallium/u_queue: reduce the number of mutexes by 2Marek Olšák2016-06-242-20/+35
* gallium/u_queue: add an option to name threadsMarek Olšák2016-06-242-0/+11
* gallium/u_queue: add an option to have multiple worker threadsMarek Olšák2016-06-242-15/+63
* gallium/u_queue: rewrite util_queue_fence to allow multiple waitersMarek Olšák2016-06-242-16/+43
* gallium/u_queue: use a ring instead of a stackMarek Olšák2016-06-242-18/+45
* gallium/util: fix some 4-space indentation in blitter codeBrian Paul2016-06-231-21/+21
* translate: fix start_instance parameter in sse versionIlia Mirkin2016-06-211-7/+7
* gallium/u_blitter: implement mipmap generationMarek Olšák2016-06-212-114/+238
* gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9Roland Scheidegger2016-06-201-2/+4
* vl: support luma keying for interlaced surfaces as wellChristian König2016-06-161-35/+41
* auxilary/os: allow appending to GALLIUM_LOG_FILEBrian Paul2016-06-151-2/+13
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-153-0/+211
* gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger2016-06-141-20/+8
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-1/+1
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-141-148/+1
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* vl: Fix trivial sign compare warningsJan Vesely2016-06-137-18/+15
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-3/+0
* gallivm: Fix trivial sign warningsJan Vesely2016-06-138-21/+22
* util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul2016-06-101-20/+95
* gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* gallivm: more 64-bit integer prep work.Dave Airlie2016-06-111-8/+8
* gallivm: make non-float return code bitcast consistent.Dave Airlie2016-06-111-12/+6
* gallium/gallivm: use 64-bit test instead of doubles.Dave Airlie2016-06-111-37/+36
* gallium/tgsi: add 64-bitness type check function.Dave Airlie2016-06-111-0/+7
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-103-5/+10
* gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2016-06-102-1/+7