summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/u_cpu_detect: fix parsing the CPU familyMarek Olšák2018-09-071-1/+2
* gallium/u_cpu_detect: fix a race condition on initializationMarek Olšák2018-09-071-8/+10
* move u_math to src/utilDylan Baker2018-09-0711-898/+9
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-064-4/+8
* gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák2018-09-061-0/+3
* gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund2018-09-051-0/+2
* gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund2018-09-051-0/+1
* gallium/u_threaded: increase batch size to increase performanceMarek Olšák2018-09-041-1/+1
* u_vbuf: Fix leakErnestas Kulik2018-09-041-0/+1
* vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.Eric Anholt2018-09-041-5/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-042-0/+354
* gallivm: Detect VSX separately from AltivecVicki Pfau2018-08-302-1/+14
* gallium/u_blitter: save/restore window rectanglesMarek Olšák2018-08-142-0/+29
* 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