aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: flush when setting stream-out targetsErik Faye-Lund2019-05-061-0/+2
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-1/+1
* llvmpipe: init some vars to NULL to silence MinGW compiler warningsBrian Paul2019-05-011-2/+2
* softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny2019-05-011-0/+42
* softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny2019-05-011-0/+32
* softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny2019-05-011-1/+40
* softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2019-05-012-4/+79
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-303-0/+42
* delete autotools .gitignore filesEric Engestrom2019-04-292-4/+0
* gallium/u_vbuf: support NULL-resourcesErik Faye-Lund2019-04-291-0/+3
* ddebug: expose some helper functions as non-inlineNicolai Hähnle2019-04-252-59/+70
* ddebug: dump driver state into a separate fileNicolai Hähnle2019-04-251-5/+12
* ddebug: log calls to pipe->flushNicolai Hähnle2019-04-252-20/+61
* ddebug: set thread nameNicolai Hähnle2019-04-251-0/+10
* util/u_log: flush auto loggers before starting a new pageNicolai Hähnle2019-04-251-0/+4
* util: fix a compile failure in u_compute.c on windowsMarek Olšák2019-04-241-1/+1
* va: use a compute shader for the blitJiang, Sonny2019-04-244-0/+215
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-1/+3
* gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák2019-04-237-120/+27
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-232-11/+7
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-232-7/+1
* gallium: add pipe cap for inner_coverage conservative raster modeMike Blumenkrantz2019-04-231-0/+1
* gallium: Remove the malloc pipebuffer manager.Eric Anholt2019-04-234-209/+0
* gallium: Remove the "alt" pipebuffer manager interface.Eric Anholt2019-04-234-127/+0
* gallium: Remove the ondemand pipebuffer manager.Eric Anholt2019-04-234-322/+0
* gallium: Remove the pool pipebuffer manager.Eric Anholt2019-04-234-342/+1
* 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