summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallivm/ppc64le: allow environmental control of Altivec code generationBen Crocker2017-10-051-8/+24
* gallium/u_tests: fix ifdef for sync_file fencesGeorge Kyriazis2017-10-031-1/+1
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-022-78/+5
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-023-59/+1
* gallium/u_tests: test sync_file fencesMarek Olšák2017-10-031-0/+101
* gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle2017-10-022-0/+7
* gallium/util: use new util_vasprintf() functionBrian Paul2017-09-281-1/+2
* gallium: Weaken assertion about u_mm's align2 field.Eric Anholt2017-09-261-1/+4
* gallium/util: Remove unused keymapThomas Helland2017-09-212-386/+0
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-182-0/+2
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-09-141-0/+4
* gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák2017-09-111-2/+2
* gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák2017-09-111-17/+45
* gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák2017-09-112-88/+98
* gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2017-09-112-28/+29
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-112-52/+53
* gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-2/+2
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-282-4/+4
* gallium/u_threaded: disallow discard_range if map_buffer is unsynchronizedMarek Olšák2017-08-281-1/+3
* gallium/vbuf: fix buffer reference bugsBrian Paul2017-08-251-4/+3
* gallium/u_threaded: fix a typoMarek Olšák2017-08-251-1/+1
* util: fix valgrind errors when dumping pipe_draw_infoNicolai Hähnle2017-08-231-3/+9
* gallium/u_blitter: don't use boolean, TRUE, FALSEMarek Olšák2017-08-222-73/+73
* gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differentlyMarek Olšák2017-08-223-25/+19
* gallium/u_blitter: remove get_next_surface_layer callbackMarek Olšák2017-08-222-15/+1
* gallium/util: add new module that allocate "numbers"Samuel Pitoiset2017-08-222-0/+158
* util/log: add auto logger facilityNicolai Hähnle2017-08-222-2/+75
* util: add chunk logging moduleNicolai Hähnle2017-08-222-0/+261
* vl: add MJPEG profile and formatLeo Liu2017-08-211-0/+3
* gallium/util: add util_{str,dump}_query_value_typeNicolai Hähnle2017-08-022-0/+31
* gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle2017-08-022-0/+12
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-023-68/+64
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-022-0/+2
* gallium/util: fix unused variable warningTimothy Arceri2017-07-261-3/+5
* gallium/util: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-254-21/+24
* tgsi: populate preciseKarol Herbst2017-07-211-1/+1
* gallium/util: Implement util_format_is_etcWladimir J. van der Laan2017-07-211-0/+13
* gallium/util: fix nondeterministic avx512 detectionTim Rowley2017-07-191-1/+1
* gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)Tomasz Figa2017-07-191-2/+9
* util: Make CLAMP turn NaN into MIN.Kenneth Graunke2017-07-181-1/+2
* gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák2017-07-171-4/+6
* gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()Brian Paul2017-06-201-1/+15
* gallium/vbuf: add some const qualifiersBrian Paul2017-06-201-12/+13
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-151-2/+8
* tc: add ARB_bindless_texture supportSamuel Pitoiset2017-06-143-1/+133
* gallium/util: whitespace, formatting fixes in u_upload_mgr.cBrian Paul2017-06-131-25/+29
* util: Move u_dynarray to src/utilThomas Helland2017-06-071-114/+0
* util/u_queue: add an option to set the minimum thread priorityMarek Olšák2017-06-071-1/+1
* gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák2017-06-072-19/+36
* gallium/u_blitter: use TXF if possibleMarek Olšák2017-06-071-102/+190