summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* swr: [rasterizer core] Don't bind single-threaded contextsTim Rowley2017-03-281-1/+1
* swr: [rasterizer core] Enable SIMD16Tim Rowley2017-03-283-8/+20
* swr: [rasterizer jitter] Clean up EngineBuilder constructionTim Rowley2017-03-281-7/+5
* swr: [rasterizer codegen] add cmdline to archrast gen filesTim Rowley2017-03-285-2/+18
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-03-282-22/+136
* swr: [rasterizer codegen] Refactor codegenTim Rowley2017-03-287-158/+215
* st/va: remove assert for single sliceNayan Deshmukh2017-03-281-1/+1
* radeonsi: use DMA for clears with unaligned sizeNicolai Hähnle2017-03-281-19/+27
* radeonsi: CP DMA clear supports unaligned destination addressesNicolai Hähnle2017-03-281-1/+2
* radeonsi: remove the early-out for SDMA in si_clear_bufferNicolai Hähnle2017-03-281-22/+21
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-261-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-263-5/+17
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-262-8/+8
* freedreno: free compiler when screen is destroyedRob Clark2017-03-243-6/+2
* freedreno: fix memory leakRob Clark2017-03-241-0/+2
* clover: use pipe_resource referencesJan Vesely2017-03-242-3/+9
* radeonsi: don't crash on compute shader compile failureMarek Olšák2017-03-241-1/+5
* radeonsi: don't hang on shader compile failureMarek Olšák2017-03-241-1/+1
* radeonsi: fix dvec[34] attributes sourced from current attribute stateNicolai Hähnle2017-03-241-3/+4
* st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu2017-03-231-2/+4
* r600_shader.c: fix indentationJulien Isorce2017-03-231-4/+4
* nouveau: enable glsl/tgsi on-disk cacheBoyan Ding2017-03-222-0/+33
* util/rand_xor: add function to seed randTimothy Arceri2017-03-231-2/+1
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-231-19/+5
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-222-0/+4
* swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley2017-03-223-3/+3
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-223-18/+4
* Android: clean-up trailing '\' in make variablesRob Herring2017-03-222-5/+5
* st/wgl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+3
* gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák2017-03-223-15/+1
* r600_shader.c: check returned value of eg_get_interpolator_indexJulien Isorce2017-03-211-2/+4
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-211-2/+4
* swr: [rasterizer] Cleanup naming of codegen filesTim Rowley2017-03-2026-138/+145
* swr: [rasterizer codegen] Remove BOM from knob_defs.pyTim Rowley2017-03-201-1/+1
* swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use makoTim Rowley2017-03-204-118/+171
* swr: [rasterizer codegen] Fix generation of knobsTim Rowley2017-03-208-8/+23
* swr: [rasterizer codegen] Change backend template comment styleTim Rowley2017-03-201-29/+29
* swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use makoTim Rowley2017-03-206-349/+204
* swr: [rasterizer codegen] Quiet gen_backends.py executionTim Rowley2017-03-201-3/+3
* swr: [rasterizer scripts] Put codegen scripts into a separate directoryTim Rowley2017-03-2032-84/+84
* swr: [rasterizer core] Fix trifan regression from 9d3442575fTim Rowley2017-03-202-5/+11
* swr: [rasterizer core] SIMD16 Frontend WIP - fix tesselation crashesTim Rowley2017-03-203-31/+35
* swr: [rasterizer jitter] Fix LogicOp blend jit after assert changesTim Rowley2017-03-201-10/+25
* swr: [rasterizer] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...)Tim Rowley2017-03-2018-57/+57
* swr: [rasterizer core] Fix typo in SIMD16 code pathTim Rowley2017-03-201-1/+1
* swr: [rasterizer core/common] Fix the native AVX512 build under ICCTim Rowley2017-03-203-27/+47
* swr: [rasterizer core] Allow no arguments to SWR_INVALID macroTim Rowley2017-03-201-1/+13
* swr: [rasterizer] Slight assert refactoringTim Rowley2017-03-2017-256/+296
* swr: [rasterizer] Backend code adjustmentsTim Rowley2017-03-205-45/+70
* swr: [rasterizer archrast] Fix the early and late depthstencil eventsTim Rowley2017-03-201-5/+5