summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+2
* gallium: remove helpers converting to/from TGSI_PROCESSOR_*Marek Olšák2016-04-221-22/+0
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-222-16/+16
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-225-78/+66
* gallium/util: Add u_bit_scan_consecutive_range64.Bas Nieuwenhuizen2016-04-191-0/+14
* gallium/tests: Update UTIL_FORMAT_MAX_* defines.Jose Fonseca2016-04-191-3/+3
* gallium/util: fix undefined shift to the last bit in u_bit_scanMarek Olšák2016-04-181-1/+1
* gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffffMarek Olšák2016-04-181-1/+7
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-121-0/+6
* gallium: pause queries for all meta opsMarek Olšák2016-04-122-0/+5
* util/pstipple: stronger guard against no free samplers (v2)Nicolai Hähnle2016-04-071-2/+4
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-072-0/+32