summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2017-03-15gallivm: Reenable PPC VSX (v3)Ben Crocker1-1/+13
2017-03-15gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas1-1/+1
2017-03-15gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas1-0/+1
2017-03-15gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2-2/+78
2017-03-15gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker1-0/+13
2017-03-15gallivm: Improve debug output (V2)Ben Crocker2-1/+18
2017-03-15gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2-3/+9
2017-03-15gallium/util: remove unused u_index_modify helpersMarek Olšák2-101/+0
2017-03-14tgsi: fix memory leak in tgsi sanity checkDave Airlie1-3/+5
2017-02-16tgsi-dump: dump label if instruction has oneMarc-André Lureau1-11/+13
2017-01-24gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset1-0/+1
2017-01-24vl/zscan: fix "Fix trivial sign compare warnings"Christian König1-1/+1
2017-01-24cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer1-1/+0
2016-12-14tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák1-0/+1
2016-12-14cso: don't release sampler states that are boundMarek Olšák1-1/+3
2016-11-14gallium/hud: protect against and initialization raceSteven Toth4-8/+41
2016-11-14gallium/hud: close a previously opened handleSteven Toth3-1/+6
2016-11-14gallium/hud: fix a problem where objects are free'd while in use.Steven Toth4-55/+0
2016-10-19draw: improve vertex fetch (v2)Roland Scheidegger3-86/+134
2016-10-19draw: improved handling of undefined inputsRoland Scheidegger1-21/+32
2016-10-19gallivm: print out time for jitting functions with GALLIVM_DEBUG=perfRoland Scheidegger1-0/+11
2016-10-19gallivm: Use native packs and unpacks for the lerpsRoland Scheidegger3-13/+156
2016-10-18loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov1-1/+1
2016-10-18gallium/tgsi: add missing #includeMarek Olšák1-0/+2
2016-10-14pipe_loader_sw: Don't invoke Unix close() on Windows.Jose Fonseca1-0/+2
2016-10-14gallium: rename drm_driver_descriptor::{, driver_}nameEmil Velikov1-15/+15
2016-10-14gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov1-12/+0
2016-10-13tgsi: fix comment typo in tgsi_ureg.cBrian Paul1-1/+1
2016-10-13gallium/os: Use unsigned integers for size computationAxel Davy1-2/+2
2016-10-12tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2-13/+38
2016-10-12tgsi/ureg: add layout/component input declarationsNicolai Hähnle2-12/+76
2016-10-12tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arraysNicolai Hähnle1-8/+2
2016-10-12draw: initialize shader inputsRoland Scheidegger1-0/+7
2016-10-10gallium/util: Really allow aliasing of dst for u_box_union_*Axel Davy1-11/+20
2016-10-10gallium/os: Fix overflow on 32 bitsAxel Davy1-4/+10
2016-10-06gallium/hud: Remove superfluous debugSteven Toth4-52/+0
2016-10-05tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák1-48/+57
2016-10-04gallivm: Use AVX2 gather instrinsics.Jose Fonseca1-0/+95
2016-10-04gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger1-5/+6
2016-10-04gallivm: Basic AVX2 support.José Fonseca4-28/+98
2016-10-04gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-10-03vl/dri3: fix warning about incompatible pointer typeNayan Deshmukh1-1/+1
2016-09-30gallium/hud: Add support for CPU frequency monitoringSteven Toth4-0/+286
2016-09-30Revert "gallium/hud: automatically print % if max_value == 100"Marek Olšák1-12/+6
2016-09-29gallium/hud: Add power sensor supportSteven Toth3-5/+44
2016-09-28gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth7-0/+1260
2016-09-27gallium/radeon/winsyses: reduce the number of pb_cache bucketsNicolai Hähnle1-1/+1
2016-09-27gallium/pipebuffer: add pb_slab utilityNicolai Hähnle3-0/+409
2016-09-27gallium/u_math: add util_logbase2_ceilNicolai Hähnle1-0/+12
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark1-1/+3