summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add new helpers for user index buffer uploadingMarek Olšák2017-02-252-0/+35
* gallium/util: (trivial) fix util_clear_render_targetRoland Scheidegger2017-02-241-7/+8
* st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2017-02-241-37/+0
* st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom2017-02-241-0/+42
* gallium: implement util_clear_textureLars Hamre2017-02-242-145/+248
* haiku: build fixes around debug definesJerome Duval2017-02-241-2/+2
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-222-20/+24
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-02-222-2/+78
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-192-3/+9
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-182-5/+19
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák2017-02-181-1/+1
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-182-101/+0
* gallium/util: remove unused helper util_draw_texquadMarek Olšák2017-02-182-72/+0
* gallium: add extern "C" guardsGeorge Kyriazis2017-02-162-0/+15
* gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2017-02-142-0/+12
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-143-7/+11
* gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2017-02-142-51/+0
* gallium/vbuf: use the common uploaderMarek Olšák2017-02-141-10/+4
* gallium/blitter: use the common uploaderMarek Olšák2017-02-141-9/+3
* gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák2017-02-142-0/+16
* vl: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-1/+1
* util: (trivial) ETC1 meets the criteria for fitting into unorm8Roland Scheidegger2016-12-061-0/+5
* util: fix memory leak from the fragment shaders for SINT<->UINT blitsCharmaine Lee2016-11-231-1/+1
* util: fix missing swizzle components in the SINT <-> UINT conversion stringCharmaine Lee2016-11-231-2/+2
* util: import CRC32 implementation from galliumMarek Olšák2016-11-222-176/+0
* u_simple_shaders: try to un-break the Windows buildNicolai Hähnle2016-11-161-2/+3
* util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle2016-11-165-43/+124
* util/blitter: index texfetch_col shaders by typeNicolai Hähnle2016-11-161-35/+19
* gallium: detect avx512 cpu featuresTim Rowley2016-11-102-0/+36
* gallium/util: Add align_callocAxel Davy2016-10-241-0/+8
* 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