aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák2017-02-212-4/+19
* tgsi/scan: add basic info about tessellation OUT and IN usesMarek Olšák2017-02-212-0/+34
* gallium: do not #include foo.h within extern C {}Emil Velikov2017-02-211-2/+2
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-201-1/+13
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-02-201-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-02-202-1/+18
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-192-3/+9
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-187-54/+1
* tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-4/+13
* vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák2017-02-181-16/+11
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-185-12/+23
* gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2017-02-182-5/+19
* gallium/u_suballoc: use clear_buffer if availableMarek Olšák2017-02-181-7/+14
* gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák2017-02-181-1/+1
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-02-182-101/+0
* gallium/util: remove unused helper util_draw_texquadMarek Olšák2017-02-182-72/+0
* gallium: add extern "C" guardsGeorge Kyriazis2017-02-162-0/+15
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-143-0/+64
* gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2017-02-142-0/+12
* gallium/os: add per-thread time clock queriesMarek Olšák2017-02-141-0/+31
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-145-12/+18
* gallium/hud: don't use user vertex buffersMarek Olšák2017-02-141-7/+19
* gallium/hud: call u_upload_alloc only onceMarek Olšák2017-02-141-8/+29
* gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2017-02-142-51/+0
* gallium/vl: use the common uploaderMarek Olšák2017-02-142-13/+2
* gallium/vbuf: use the common uploaderMarek Olšák2017-02-141-10/+4
* gallium/blitter: use the common uploaderMarek Olšák2017-02-141-9/+3
* gallium/primconvert: use the common uploaderMarek Olšák2017-02-141-10/+2
* gallium/hud: use the common uploaderMarek Olšák2017-02-141-9/+2
* gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák2017-02-142-0/+16
* tgsi: fix memory leak in tgsi sanity checkDave Airlie2017-02-141-3/+5
* vl: remove DRI2DriverPrimeShift compile guardsEmil Velikov2017-02-131-2/+0
* tgsi-dump: dump label if instruction has oneMarc-André Lureau2017-02-101-11/+13
* tgsi: remove ureg_label_insnMarc-André Lureau2017-02-102-38/+0
* gallium/tgsi: fix oob access in parse instructionLi Qiang2017-02-071-1/+1
* gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt2017-02-061-11/+0
* ilo: EOL unplumb unmaintained gallium drv from winsysEdward O'Callaghan2017-02-032-34/+0
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-022-3/+0
* vl: add h264 constrained baseline profileBoyuan Zhang2017-02-011-0/+1
* hud: fix compilation warnings in hud_nic_graph_install()Samuel Pitoiset2017-01-301-2/+2
* gallivm: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-8/+0
* gallivm: don't try to use fast rcp for fdivRoland Scheidegger2017-01-241-1/+3
* gallivm: (trivial) fix ddiv cpu implementationRoland Scheidegger2017-01-241-1/+0
* tgsi: implement ddiv opcodeRoland Scheidegger2017-01-241-0/+14
* gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin2017-01-231-1/+2
* gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset2017-01-201-0/+1
* gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIANDave Airlie2017-01-191-1/+1
* android: gallium/auxiliary: fix building error in Android 7.0Mauro Rossi2017-01-181-1/+1
* gallium: correctly manage libsensors link flagsEmil Velikov2017-01-181-2/+0