summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2017-02-21gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)Marek Olšák2-4/+19
2017-02-21tgsi/scan: add basic info about tessellation OUT and IN usesMarek Olšák2-0/+34
2017-02-21gallium: do not #include foo.h within extern C {}Emil Velikov1-2/+2
2017-02-20gallivm: Reenable PPC VSX (v3)Ben Crocker1-1/+13
2017-02-20gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker1-0/+13
2017-02-20gallivm: Improve debug output (V2)Ben Crocker2-1/+18
2017-02-20gallium/u_suballoc: update commentsMarek Olšák1-3/+5
2017-02-19gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2-3/+9
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák7-54/+1
2017-02-18tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák1-4/+13
2017-02-18vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák1-16/+11
2017-02-18gallium/hud: create files after graphs are created to get final namesMarek Olšák5-12/+23
2017-02-18gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák2-5/+19
2017-02-18gallium/u_suballoc: use clear_buffer if availableMarek Olšák1-7/+14
2017-02-18gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák1-1/+1
2017-02-18gallium/util: remove unused u_index_modify helpersMarek Olšák2-101/+0
2017-02-18gallium/util: remove unused helper util_draw_texquadMarek Olšák2-72/+0
2017-02-16gallium: add extern "C" guardsGeorge Kyriazis2-0/+15
2017-02-14gallium/hud: add monitoring of API thread busy statusMarek Olšák3-0/+64
2017-02-14gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2-0/+12
2017-02-14gallium/os: add per-thread time clock queriesMarek Olšák1-0/+31
2017-02-14gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák5-12/+18
2017-02-14gallium/hud: don't use user vertex buffersMarek Olšák1-7/+19
2017-02-14gallium/hud: call u_upload_alloc only onceMarek Olšák1-8/+29
2017-02-14gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2-51/+0
2017-02-14gallium/vl: use the common uploaderMarek Olšák2-13/+2
2017-02-14gallium/vbuf: use the common uploaderMarek Olšák1-10/+4
2017-02-14gallium/blitter: use the common uploaderMarek Olšák1-9/+3
2017-02-14gallium/primconvert: use the common uploaderMarek Olšák1-10/+2
2017-02-14gallium/hud: use the common uploaderMarek Olšák1-9/+2
2017-02-14gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák2-0/+16
2017-02-14tgsi: fix memory leak in tgsi sanity checkDave Airlie1-3/+5
2017-02-13vl: remove DRI2DriverPrimeShift compile guardsEmil Velikov1-2/+0
2017-02-10tgsi-dump: dump label if instruction has oneMarc-André Lureau1-11/+13
2017-02-10tgsi: remove ureg_label_insnMarc-André Lureau2-38/+0
2017-02-07gallium/tgsi: fix oob access in parse instructionLi Qiang1-1/+1
2017-02-06gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt1-11/+0
2017-02-03ilo: EOL unplumb unmaintained gallium drv from winsysEdward O'Callaghan2-34/+0
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2-3/+0
2017-02-01vl: add h264 constrained baseline profileBoyuan Zhang1-0/+1
2017-01-30hud: fix compilation warnings in hud_nic_graph_install()Samuel Pitoiset1-2/+2
2017-01-27gallivm: remove explicit __STDC_.*_MACROS definesEmil Velikov1-8/+0
2017-01-24gallivm: don't try to use fast rcp for fdivRoland Scheidegger1-1/+3
2017-01-24gallivm: (trivial) fix ddiv cpu implementationRoland Scheidegger1-1/+0
2017-01-24tgsi: implement ddiv opcodeRoland Scheidegger1-0/+14
2017-01-23gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin1-1/+2
2017-01-20gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset1-0/+1
2017-01-19gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIANDave Airlie1-1/+1
2017-01-18android: gallium/auxiliary: fix building error in Android 7.0Mauro Rossi1-1/+1
2017-01-18gallium: correctly manage libsensors link flagsEmil Velikov1-2/+0