summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "gallium/util: fix resource leak"Roland Scheidegger2016-07-301-2/+0
* gallium/util: fix resource leakEric Engestrom2016-07-301-0/+2
* os: add pipe_mutex_assert_locked()Rob Clark2016-07-301-0/+16
* ttn: Update shader->info as we generate code.Eric Anholt2016-07-261-0/+13
* vl/util: add copy func for yv12image to nv12surface v2Boyuan Zhang2016-07-251-0/+37
* gallium/util: don't modify usage in pipe_buffer_writeMarek Olšák2016-07-231-9/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-234-119/+74
* gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2016-07-222-6/+14
* gallium/pb_cache: reduce the number of pointer dereferencesMarek Olšák2016-07-191-7/+9
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-193-22/+43
* gallium/pb_cache: check parameters that are more likely to fail firstMarek Olšák2016-07-191-8/+7
* 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