aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/os: Use unsigned integers for size computationAxel Davy2016-10-131-2/+2
* tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2016-10-122-13/+38
* tgsi/ureg: add layout/component input declarationsNicolai Hähnle2016-10-122-12/+76
* tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arraysNicolai Hähnle2016-10-121-8/+2
* draw: initialize shader inputsRoland Scheidegger2016-10-121-0/+7
* gallium/util: Really allow aliasing of dst for u_box_union_*Axel Davy2016-10-101-11/+20
* gallium/os: Fix overflow on 32 bitsAxel Davy2016-10-101-4/+10
* gallium/hud: Remove superfluous debugSteven Toth2016-10-064-52/+0
* 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