summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)Marek Olšák2016-03-281-5/+5
* gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()Brian Paul2016-03-211-1/+2
* gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul2016-03-211-5/+5
* gallium/u_inlines: add util_copy_image_viewNicolai Hähnle2016-03-141-0/+10
* gallium: do not wrap header inclusion inEmil Velikov2016-03-094-11/+12
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-092-2/+4
* gallium/util: add new comments, assertions in u_debug_refcnt.cBrian Paul2016-03-051-0/+20
* gallium/util: update comments and URL in u_debug_refcnt.cBrian Paul2016-03-051-4/+10
* gallium/util: make stream variable static in u_debug_refcnt.cBrian Paul2016-03-051-1/+1
* gallium/util: re-indent u_debug_refcnt.[ch]Brian Paul2016-03-052-50/+65
* gallium/auxilary: more __cplusplus exportsTim Rowley2016-03-021-0/+6
* gallium/util: use new cso_save/restore_state() functionsBrian Paul2016-02-161-34/+18
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-151-11/+0
* include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca2016-02-111-2/+1
* draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle2016-02-092-2/+7