aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák2016-10-051-48/+57
* gallivm: Use AVX2 gather instrinsics.Jose Fonseca2016-10-041-0/+95
* gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger2016-10-041-5/+6
* gallivm: Basic AVX2 support.José Fonseca2016-10-044-28/+98
* gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* vl/dri3: fix warning about incompatible pointer typeNayan Deshmukh2016-10-031-1/+1
* gallium/hud: Add support for CPU frequency monitoringSteven Toth2016-09-304-0/+286
* Revert "gallium/hud: automatically print % if max_value == 100"Marek Olšák2016-09-301-12/+6
* gallium/hud: Add power sensor supportSteven Toth2016-09-293-5/+44
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-287-0/+1260
* gallium/radeon/winsyses: reduce the number of pb_cache bucketsNicolai Hähnle2016-09-271-1/+1
* gallium/pipebuffer: add pb_slab utilityNicolai Hähnle2016-09-273-0/+409
* 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
* gallivm: support negation on 64-bit integersNicolai Hähnle2016-09-211-0/+4
* gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.Dave Airlie2016-09-215-5/+500
* tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)Dave Airlie2016-09-211-132/+541
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-216-2/+115
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-212-11/+85
* vl/dri3: handle the case of different GPU(v4.2)Nayan Deshmukh2016-09-201-13/+53
* tgsi: Enable returns from within loopsLars Hamre2016-09-171-0/+4
* ttn: fix warning after 7bf76563eRob Clark2016-09-161-0/+2
* Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...Marek Olšák2016-09-151-57/+48
* tgsi/scan: don't set interp flags for inputs only used by INTERP instructionsMarek Olšák2016-09-131-48/+57
* 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
* vl/rbsp: match initial escaped bits with valid in the bufferLeo Liu2016-09-121-2/+4
* 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-063-269/+0
* gallium/postprocess: Fix resource freeingThomas Hellstrom2016-09-011-4/+2
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-292-2/+4
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-296-11/+13
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-294-11/+17
* tgsi/scan: remember sampler view typesMarek Olšák2016-08-292-0/+5
* gallium/hud: move signo declaration inside PIPE_OS_UNIX blockBrian Paul2016-08-261-1/+1
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-253-1/+3
* gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initializationRhys Kidd2016-08-241-1/+0
* vl/rbsp: fix another three byte not detectedLeo Liu2016-08-241-1/+1
* gallium/cso: avoid unnecessary null dereferenceEric Engestrom2016-08-241-1/+1
* gallium/hud: round max_value to print nicely rounded numbers next to graphsMarek Olšák2016-08-223-4/+80
* gallium/hud: generalize code for drawing numbers next to graphsMarek Olšák2016-08-221-5/+8
* gallium/hud: draw numbers with 3 decimal places if those aren't 0Marek Olšák2016-08-221-5/+12
* gallium/hud: use sRGB for nicer AA linesMarek Olšák2016-08-221-0/+21
* gallium/hud: use AA lines for graphsMarek Olšák2016-08-221-1/+5
* gallium/hud: don't enable blending for all objectsMarek Olšák2016-08-221-2/+7
* ttn: Use nir_load_front_face instead of the TGSI-style input.Eric Anholt2016-08-191-3/+27
* ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.Eric Anholt2016-08-191-3/+16
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2