summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-08-04android: radeonsi: add nir include pathsMauro Rossi1-1/+2
2017-08-04pipe-loader: fix swrast probingNicolai Hähnle1-1/+1
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle13-26/+19
2017-08-04gallium: get rid of pipe_screen_config::flagsNicolai Hähnle6-23/+7
2017-08-04radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle4-13/+14
2017-08-04radeonsi: Makefile.sources: include driinfo_radeonsi.hJuan A. Suarez Romero1-0/+1
2017-08-04pipe-loader: Add driver build directory for si_driinfo.h include pathMichel Dänzer1-0/+1
2017-08-03clover: Fix build after llvm r309911Jan Vesely2-1/+7
2017-08-04radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák5-4/+33
2017-08-04radeonsi: if FMASK is disabled, set CB_COLORi_FMASK = CB_COLORi_BASE properlyMarek Olšák1-1/+5
2017-08-04gallium/radeon: reallocate textures with non-zero tile_swizzle on exportMarek Olšák1-1/+3
2017-08-04winsys/amdgpu: enable computation of tile swizzleMarek Olšák2-1/+13
2017-08-04ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák1-0/+1
2017-08-04ac/surface: add RADEON_SURF_SHAREABLEMarek Olšák1-1/+3
2017-08-03gallium/docs: add more info about TXF and MSAA texturesBrian Paul1-1/+3
2017-08-03gallium/docs: document automatic per-sample FS executionBrian Paul1-0/+6
2017-08-03st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak1-0/+11
2017-08-03pipe-loader: fix build of dynamic pipe-driversNicolai Hähnle5-4/+7
2017-08-03android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2-1/+18
2017-08-03st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom3-0/+36
2017-08-03gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom1-0/+2
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri17-0/+17
2017-08-03r300: drop u_mm.h include.Dave Airlie4-4/+0
2017-08-02st/dri: NULL check before deref DRI loader .getCapabilityEmil Velikov1-2/+4
2017-08-02swr/rast: fix core / knights split of AVX512 intrinsicsTim Rowley4-55/+69
2017-08-02swr/rast: simplify knob default value setupTim Rowley2-14/+11
2017-08-02swr/rast: split gen_knobs templates into .h/.cppTim Rowley5-118/+166
2017-08-02swr/rast: gen_knobs template code styleTim Rowley1-2/+2
2017-08-02swr/rast: switch gen_knobs.cpp licenseTim Rowley1-12/+17
2017-08-02swr/rast: fix scons gen_knobs.h dependencyTim Rowley1-1/+1
2017-08-02swr/rast: constify swr rasterizerTim Rowley18-323/+339
2017-08-02swr/rast: SIMD16 shaders - widen fetch and vertex shadersTim Rowley6-5/+238
2017-08-02swr/rast: vmask() implementations for KNLTim Rowley1-0/+14
2017-08-02swr/rast: rename frontend pVertexStoreTim Rowley1-6/+9
2017-08-02swr/rast: fix movemask_ps / movemask_pd on AVX512Tim Rowley1-2/+7
2017-08-02swr/rast: stop using MSFT types in platform independent codeTim Rowley14-31/+35
2017-08-02swr/rast: enable USE_SIMD16_FRONTEND by defaultTim Rowley1-1/+1
2017-08-02swr/rast: disable AVX512 optimization of SSE / AVX codeTim Rowley1-0/+4
2017-08-02swr/rast: fix USE_SIMD16_FRONTEND issuesTim Rowley14-74/+49
2017-08-02swr/rast: simdlib better separation of core vs knights avx512Tim Rowley15-245/+911
2017-08-02swr/rast: threadID via portable std::this_thread::get_id()Tim Rowley1-9/+11
2017-08-02pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2-4/+6
2017-08-02Fix gallium SCons buildNicolai Hähnle1-0/+1
2017-08-02radeonsi: add enable_sisched driconf optionNicolai Hähnle2-0/+7
2017-08-02radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle9-1/+58
2017-08-02pipe-loader: move configuration_query into drm_helperNicolai Hähnle3-37/+43
2017-08-02st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle4-2/+55
2017-08-02pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle1-19/+30
2017-08-02pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2-5/+5
2017-08-02gallium: add driconf options to pipe_screen_configNicolai Hähnle2-0/+5