aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/util: whitespace, formatting fixes in u_debug_stack.cBrian Paul2016-02-081-29/+32
* gallium/util: whitespace, formatting fixes in u_staging.[ch] filesBrian Paul2016-02-082-33/+41
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-082-350/+0
* gallium/util: put image dumping functions into separate fileBrian Paul2016-02-082-0/+422
* gallium/util: whitespace, formatting fixes in u_debug.cBrian Paul2016-02-081-95/+106
* st/nine: Fix use of uninitialized memoryPatrick Rudolph2016-02-041-0/+12
* tgsi: add PK2H/UP2H supportRoland Scheidegger2016-02-021-1/+6
* mesa: fix typo in python scriptsRoland Scheidegger2016-02-021-1/+1
* gallium: Add DragonFly supportFrançois Tigeot2016-01-311-1/+1
* util/u_pstipple.c: copy immediates during transformationNicolai Hähnle2016-01-191-0/+1
* llvmpipe: fix arguments order given to vec_andcOded Gabbay2016-01-171-0/+6
* gallium/util: removed unused header-fileErik Faye-Lund2016-01-121-52/+0
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-082-7/+26
* llvmpipe: do 64bit plane calculations in the sse pathRoland Scheidegger2016-01-081-12/+80
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+2
* llvmpipe: add POWER8 portability file - u_pwr8.hOded Gabbay2016-01-061-0/+310
* util: add debug_dump_ubyte_rgba_bmp()Brian Paul2016-01-052-0/+63
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-024-9/+14
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-024-7/+2
* u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák2016-01-022-1/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-024-5/+8
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-023-4/+6
* u_upload_mgr: rework the application of alignmentMarek Olšák2016-01-021-10/+14
* gallium/util: add DEBUG_GET_ONCE_OPTIONNicolai Hähnle2015-12-291-0/+13
* gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger2015-12-181-0/+1
* util/blitter: minor formatting fixesBrian Paul2015-12-111-5/+4
* gallium/util: return correct number of bound vertex buffersPatrick Rudolph2015-12-101-1/+7
* gallium/util: Make u_prims_for_vertices() safeEdward O'Callaghan2015-12-091-0/+3