aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* python: Fix inequality comparisonsMathieu Bridon2018-08-101-0/+6
* python: Better check for integer typesMathieu Bridon2018-08-091-2/+11
* python: Use explicit integer divisionsMathieu Bridon2018-08-072-4/+7
* gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák2018-08-031-24/+180
* util: return 0 for NaNs in float_to_ubyteRoland Scheidegger2018-08-031-6/+5
* gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez2018-08-021-2/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-315-6/+11
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-312-0/+2
* gallium/util: whitespace fixes in u_inlines.hBrian Paul2018-07-271-36/+44
* gallium/util: whitespace fixes in u_debug_memory.cBrian Paul2018-07-271-53/+53
* gallium/u_vbuf: split u_vbuf_get_minmax_index function (v2)Marek Olšák2018-07-271-50/+51
* u_blitter: Add an option to draw the triangles using an index buffer.Eric Anholt2018-07-122-2/+16
* u_draw: Add some indices to the util_draw_elements() helpers.Eric Anholt2018-07-121-1/+8
* gallium/u_transfer_helper: Initialize the stride of MSAA maps.Eric Anholt2018-07-121-0/+1
* gallium/u_transfer_helper: Fix MSAA mappings with nonzero x/y.Eric Anholt2018-07-121-1/+5
* python: Use the print functionMathieu Bridon2018-07-062-173/+176
* gallium/auxiliary: Fix string matchingMathieu Bridon2018-07-051-1/+1
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* gallium/u_vbuf: drop min/max-scanning for empty indirect drawsErik Faye-Lund2018-07-021-0/+3
* gallium/auxiliary: Add helper support for bptc format compress/decompressDenis Pauk2018-07-014-1/+404
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-292-20/+0
* gallium/util: Fix build error due to cast to different sizeRobert Foss2018-06-251-2/+2
* gallium/aux/util/u_cpu_detect.h: Fix -Wsign-compare warning in u_cpu_detect.cGert Wollny2018-06-201-1/+1
* gallium/aux/util/u_debug.h: Fix "noreturn" warnings in debug modeGert Wollny2018-06-201-2/+2
* gallium/aux/util: Fix some warningsGert Wollny2018-06-203-3/+3
* mesa: Unconditionally enable floating-point texturesTimothy Arceri2018-06-181-9/+0
* gallium: add support for programmable sample locationsRhys Perry2018-06-142-0/+35
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-291-0/+55
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-123-20/+14
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-251-2/+1
* gallium/util: Android backtrace supportStefan Schake2018-04-201-0/+111
* gallium/util: Don't stub u_debug_stack on AndroidStefan Schake2018-04-201-1/+2
* gallium/util: put (void) in a few function signaturesBrian Paul2018-04-131-2/+2
* vl: add VP9 profile2 supportLeo Liu2018-04-121-0/+1
* vl: add VP9 profile0 and formatLeo Liu2018-04-121-0/+3
* gallium/util: implement util_format_is_yuvLucas Stach2018-04-081-0/+12
* gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák2018-04-021-40/+128
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-292-10/+2
* gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt2018-03-261-1/+10
* gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee2018-03-261-1/+1
* gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri2018-03-131-0/+3
* u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie2018-03-121-1/+1
* gallium/util: add helper util_wait_for_idleMarek Olšák2018-03-112-0/+15
* u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger2018-03-101-0/+1
* gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt2018-03-092-0/+69
* gallium/util: use sockets on PIPE_OS_UNIX in u_networkJonathan Gray2018-03-012-10/+4
* gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák2018-02-171-0/+21
* gallium/util: silence clang warning in blitter codeBrian Paul2018-02-081-1/+1
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-083-5/+5