summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger2016-06-141-20/+8
* 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
* 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
* util,gallivm: Explicitly enable/disable fma attribute.Jose Fonseca2016-06-102-0/+2
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-042-15/+13
* gallium/util: remove u_stagingRob Clark2016-06-022-203/+0
* gallium/u_inlines: allow NULL src in util_copy_image_viewNicolai Hähnle2016-06-011-4/+11
* gallium/util: add util_texrange_covers_whole_level from radeonMarek Olšák2016-06-011-0/+12
* gallium/u_blitter: do GL-compliant integer resolvesMarek Olšák2016-05-311-19/+7
* gallium/util: another unsigned -> enum pipe_prim_type changeBrian Paul2016-05-271-1/+1
* gallium/util: use enum pipe_prim_type instead of unsigned some moreRoland Scheidegger2016-05-271-5/+16
* gallium/util: fix build breakRob Clark2016-05-261-0/+1
* gallium/util: use enum pipe_prim_type in u_prim.h functionsBrian Paul2016-05-261-14/+16
* util: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-269-13/+15
* gallium/util: Implement util_format_translate_3dAxel Davy2016-05-182-0/+47
* Treewide: Remove Elements() macroJan Vesely2016-05-171-8/+0
* swr: properly expose compressed format supportTim Rowley2016-05-121-0/+6
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-112-7/+14
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-072-2/+2
* gallium/util: change assertion to conditional in util_bitmask_destroy()Brian Paul2016-05-031-4/+4
* gallium,utils: Fix trivial sign compare warningsJan Vesely2016-05-038-21/+21
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-289-25/+25
* gallium/util: add u_bit_consecutive for generating a consecutive range of bitsNicolai Hähnle2016-04-271-0/+12
* gallium: Include intrin.h instead of defining ourselves.Jose Fonseca2016-04-261-2/+4
* util/blitter: use ARRAY_SIZE macroBrian Paul2016-04-251-9/+3
* gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul2016-04-251-1/+1
* util/cache: add comments, fix formattingBrian Paul2016-04-251-5/+35