summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* android: print debug info to logcatWuZhen2016-11-011-1/+1
* gallium/util: Really allow aliasing of dst for u_box_union_*Axel Davy2016-10-101-11/+20
* gallium/u_math: add util_logbase2_ceilNicolai Hähnle2016-09-271-0/+12
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-1/+3
* gallium/util: make use of strtol() in debug_get_num_option()Samuel Pitoiset2016-09-261-17/+8
* gallium/util: add comment on util_is_format_compatible()Brian Paul2016-09-211-0/+24
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-132-0/+22
* vl/util: Fix YV12/I420 convert to NV12 U/V reversalAndy Furniss2016-09-131-1/+1
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-2/+0
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-062-267/+0
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-252-0/+2
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: remove unused u_clear.h fileBrian Paul2016-08-161-64/+0
* gallium/util: minor reformatting in u_box.hBrian Paul2016-08-161-29/+13
* gallium/u_blitter: split out a helper for common clear stateRob Clark2016-08-162-13/+30
* gallium/u_blitter: add helper to save FS const buffer stateRob Clark2016-08-162-0/+25
* gallium/u_blitter: export some functionsRob Clark2016-08-162-70/+84
* gallium/util: add helper to compute zmin/zmax for a viewport stateIlia Mirkin2016-08-141-0/+59
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+3
* gallium: Add c99_compat.h to u_bitcast.hMathias Fröhlich2016-08-091-0/+2
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-64/+0
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-052-233/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-052-162/+1
* gallium/util: fix align64Marek Olšák2016-08-011-1/+1
* gallium/auxiliary: Add u_bitcast.h header.Matt Turner2016-08-011-0/+57
* u_vbuf: fix potentially bogus assertRob Clark2016-08-011-2/+4
* Revert "gallium/util: fix resource leak"Roland Scheidegger2016-07-301-2/+0
* gallium/util: fix resource leakEric Engestrom2016-07-301-0/+2
* 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-233-110/+69
* 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
* 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
* gallium/util: make util_copy_framebuffer_state(src=NULL) workRob Clark2016-07-061-11/+26
* 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
* 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
* gallium/u_blitter: implement mipmap generationMarek Olšák2016-06-212-114/+238
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-152-0/+209