aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_threaded: fix end_query regressionNicolai Hähnle2017-11-101-2/+0
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-103-0/+89
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-102-0/+4
* gallium/u_dump: add and use util_dump_transfer_usageNicolai Hähnle2017-11-094-16/+61
* gallium/u_dump: add util_dump_nsNicolai Hähnle2017-11-092-0/+13
* gallium/u_dump: export util_dump_ptrNicolai Hähnle2017-11-092-2/+5
* gallium: add pipe_context::callbackNicolai Hähnle2017-11-092-0/+47
* gallium/u_threaded: implement pipe_context::set_log_contextNicolai Hähnle2017-11-091-0/+11
* gallium/u_threaded: avoid syncs for get_query_resultNicolai Hähnle2017-11-091-17/+48
* gallium/u_threaded: implement asynchronous flushesNicolai Hähnle2017-11-093-2/+154
* gallium/u_threaded: mark queries flushed only for non-deferred flushesNicolai Hähnle2017-11-092-4/+6
* gallium: remove unused and deprecated u_time.hNicolai Hähnle2017-11-097-156/+1
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-0913-338/+9
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-091-76/+0
* gallium: add async debug message forwarding helperNicolai Hähnle2017-11-094-0/+192
* gallium: clarify the constraints on sampler_view_destroyNicolai Hähnle2017-11-091-6/+10
* gallivm: Use new LLVM fast-math-flags APITobias Droste2017-11-081-0/+4
* gallium: Guard assertions by NDEBUG instead of DEBUGMichel Dänzer2017-11-071-1/+1
* gallium/u_vbuf: use signed vertex buffers offsets for optimal uploadsMarek Olšák2017-11-061-2/+10
* gallium/u_threaded: don't map big VRAM buffers for the first upload directlyMarek Olšák2017-11-062-0/+20
* gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentryMarek Olšák2017-11-061-7/+12
* gallivm: allow arch rounding with avx512Tim Rowley2017-11-021-1/+2
* meson: use dep_m in libgalliumErik Faye-Lund2017-10-311-1/+1
* gallium: s/unsigned/enum pipe_prim_type/Brian Paul2017-10-271-1/+2
* draw: don't cull tris with zero areaRoland Scheidegger2017-10-272-3/+12
* meson: move gallium include declarations to srcDylan Baker2017-10-271-2/+0
* gallium/os: fix align_malloc() / os_malloc_aligned() comment mix-upBrian Paul2017-10-271-1/+1
* gallium/util: remove some block alignment assertionsRoland Scheidegger2017-10-251-8/+0
* gallium/util: use util_snprintf() in u_socket_connect()Brian Paul2017-10-241-1/+2
* gallium/util: don't call close() on Windows in u_tests.cBrian Paul2017-10-231-0/+2
* mesa: use util_strdup() macro in u_debug_symbol.cBrian Paul2017-10-231-1/+1
* gallium/util: replace gethostbyname() with getaddrinfo()Brian Paul2017-10-231-13/+22
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* gallium: add more exceptions to tgsi_util_get_inst_usage_maskTim Rowley2017-10-191-0/+12
* tgsi: fix tgsi_util_get_inst_usage_maskRoland Scheidegger2017-10-191-6/+6
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-161-3/+9
* meson: Build gallium pipe-loaderDylan Baker2017-10-162-0/+65
* meson: Build gallium auxiliaryDylan Baker2017-10-161-0/+528
* gallium: add tests for PIPE_FORMAT_{X1,A1}B5G5R5_UNORM formatsNicolai Hähnle2017-10-121-0/+13
* gallium: allow 512-bit vectorsTim Rowley2017-10-112-9/+9
* broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt2017-10-103-0/+31
* gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt2017-10-101-0/+2
* u_threaded_context: fix a memory leakNicolai Hähnle2017-10-101-7/+8
* radeonsi: don't change viewport for blits, use window-space positionsMarek Olšák2017-10-072-1/+4
* radeonsi: don't save and restore vertex buffers and elements for u_blitterMarek Olšák2017-10-071-6/+9
* gallium/u_blitter: let drivers decide which VS to use for draw_rectangleMarek Olšák2017-10-072-41/+61
* gallium/u_blitter: let drivers set the vertex elements stateMarek Olšák2017-10-072-26/+30
* gallium/u_blitter: remove blitter_context_priv::viewportMarek Olšák2017-10-071-10/+8
* gallivm: don't use pabs intrinsic with llvm version >= 6Roland Scheidegger2017-10-071-9/+4
* tgsi/ureg: allow any register file in address operandsMarek Olšák2017-10-061-6/+0