aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add ATC format supportJonathan Marek2019-04-234-3/+13
* tgsi/scan: add uses_drawidMarek Olšák2019-04-232-0/+4
* gallivm: disable NEON instructions if they are not supportedLubomir Rintel2019-04-221-0/+7
* gallivm: guess CPU features also on ARMLubomir Rintel2019-04-221-7/+6
* iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2019-04-223-2/+28
* gallium/auxiliary/vl: Fix a couple of warningsKristian H. Kristensen2019-04-192-8/+2
* tgsi: Mark tgsi_strings_check() unusedKristian H. Kristensen2019-04-191-1/+1
* Add no_aos_sampling GALLIVM_PERF optionDominik Drees2019-04-173-4/+11
* gallivm: fix saturated signed add / sub with llvm 9Roland Scheidegger2019-04-171-0/+14
* gallium/util: support translating between uint and sint formatsErik Faye-Lund2019-04-171-0/+62
* gallivm: fix bogus assert in get_indirect_indexRoland Scheidegger2019-04-161-1/+1
* Delete autotoolsDylan Baker2019-04-152-185/+0
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* nir: make nir_const_value scalarKarol Herbst2019-04-141-2/+2
* draw: fix building error in draw_gs_init()Mauro Rossi2019-04-141-1/+1
* draw: fix undefined shift of (1 << 31)Dave Airlie2019-04-121-1/+1
* gallium/aux: Report error if loading of a pipe driver fails.Jan Vesely2019-04-102-1/+62
* gallium: add lima driverQiang Yu2019-04-113-0/+31
* gallium/u_vbuf: export u_vbuf_get_minmax_indexQiang Yu2019-04-112-4/+6
* gallium: trace: Add missing fence related wrappersGuido Günther2019-04-102-0/+68
* Gallium: Add new CAP that indicated whether IO array definitions can be shrikedGert Wollny2019-04-101-0/+1
* gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVESCaio Marcelo de Oliveira Filho2019-04-081-0/+3
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie2019-04-096-122/+192
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-093-18/+62
* draw: add stream member to stats callbackDave Airlie2019-04-092-1/+2
* gallium/util: Add const to u_range_intersectKenneth Graunke2019-04-071-1/+2
* gallium/hud: add CPU usage support for FreeBSDGreg V2019-04-071-0/+45
* util: clean the 24-bit unused field to avoid an issuesAndrii Simiklit2019-04-051-3/+3
* gallium/auxiliary/vl: Add barrier/unbind after compute shader launch.James Zhu2019-04-051-0/+13
* gallium/auxiliary/vl: Fixed blank issue with compute shaderJames Zhu2019-04-051-6/+1
* gallium/auxiliary/vl: Fixed blur issue with weave compute shaderJames Zhu2019-04-051-1/+1
* ddebug: add compute functions to help hang detectionDave Airlie2019-04-051-2/+21
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-043-7/+16
* gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther2019-04-041-1/+1
* gallium: ddebug: Add missing fence related wrappersGuido Günther2019-04-042-0/+37
* gallium/hud: fix rounding error in nic bps computationEric Engestrom2019-04-041-2/+2
* gallium/hud: prevent buffer overflowEric Engestrom2019-04-043-6/+6
* gallium/hud: fix memory leaksEric Engestrom2019-04-043-2/+7
* softpipe: add indirect store buffer/image unitDave Airlie2019-03-281-2/+34
* softpipe/draw: fix vertex id in soft paths.Dave Airlie2019-03-285-11/+19
* draw/vs: partly fix basevertex/vertex idDave Airlie2019-03-271-4/+3
* draw/gs: fix point size outputs from geometry shader.Dave Airlie2019-03-261-8/+1
* draw: bail instead of assert on instance count (v2)Dave Airlie2019-03-261-1/+3
* vl/dri3: remove the wait before getting back bufferLeo Liu2019-03-251-15/+3
* gallium: add PIPE_CAP_ESSL_FEATURE_LEVELRob Clark2019-03-221-0/+4
* softpipe: remove shadow_ref assert.Dave Airlie2019-03-221-1/+0
* softpipe: handle 32-bit bitfield insertsDave Airlie2019-03-221-3/+7
* softpipe: fix 32-bit bitfield extractDave Airlie2019-03-221-2/+12
* gallium/util: remove pipe_sampler_view_release()Brian Paul2019-03-171-20/+0