aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/u_blitter: use TEX_LZ if it's supportedMarek Olšák2017-06-071-4/+8
* gallium/util: add _LZ and TXF options to simple shadersMarek Olšák2017-06-075-32/+75
* gallium/u_threaded: fixes for MSVCBrian Paul2017-06-051-7/+9
* gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2017-06-052-3/+0
* gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2017-06-052-3/+17
* gallium/u_threaded: add a fast path for unbinding shader buffersMarek Olšák2017-05-181-3/+9
* gallium/u_threaded: add a fast path for unbinding shader imagesMarek Olšák2017-05-181-4/+10
* gallium/u_threaded: drop and ignore all non-async debug callbacksMarek Olšák2017-05-152-3/+8
* gallium/util: add threaded_context as a pipe_context wrapperMarek Olšák2017-05-153-0/+2720
* gallium/u_upload: add u_upload_cloneMarek Olšák2017-05-152-0/+14
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-1012-209/+118
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-103-11/+16
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-108-70/+86
* gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle2017-05-101-5/+7
* gallium/util: add util_dump_grid_infoNicolai Hähnle2017-05-102-0/+30
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-022-0/+44
* gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul2017-04-261-5/+6
* gallium/util: add some comments in u_debug_flush.cBrian Paul2017-04-261-0/+15
* gallium: remove u_caps.c/h interfaceSamuel Pitoiset2017-04-252-338/+0
* gallium/util: add debugging helpers printing pipeline statisticsMarek Olšák2017-04-252-0/+59
* gallium/util: remove util_draw_range_elements helperMarek Olšák2017-04-201-23/+0
* gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2017-04-141-0/+5