summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-03-22st/wgl: consistently use ifndef guards over pragma onceEmil Velikov1-1/+3
2017-03-22gallivm: remove lp_add_attr_dereferenceable in favor of amd/commonMarek Olšák3-15/+1
2017-03-21r600_shader.c: check returned value of eg_get_interpolator_indexJulien Isorce1-2/+4
2017-03-21util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas1-2/+4
2017-03-20swr: [rasterizer] Cleanup naming of codegen filesTim Rowley26-138/+145
2017-03-20swr: [rasterizer codegen] Remove BOM from knob_defs.pyTim Rowley1-1/+1
2017-03-20swr: [rasterizer codegen] Rewrite gen_llvm_types.py to use makoTim Rowley4-118/+171
2017-03-20swr: [rasterizer codegen] Fix generation of knobsTim Rowley8-8/+23
2017-03-20swr: [rasterizer codegen] Change backend template comment styleTim Rowley1-29/+29
2017-03-20swr: [rasterizer codegen] Rewrite gen_llvm_ir_macros.py to use makoTim Rowley6-349/+204
2017-03-20swr: [rasterizer codegen] Quiet gen_backends.py executionTim Rowley1-3/+3
2017-03-20swr: [rasterizer scripts] Put codegen scripts into a separate directoryTim Rowley32-84/+84
2017-03-20swr: [rasterizer core] Fix trifan regression from 9d3442575fTim Rowley2-5/+11
2017-03-20swr: [rasterizer core] SIMD16 Frontend WIP - fix tesselation crashesTim Rowley3-31/+35
2017-03-20swr: [rasterizer jitter] Fix LogicOp blend jit after assert changesTim Rowley1-10/+25
2017-03-20swr: [rasterizer] Convert more SWR_ASSERT(false, ...) to SWR_INVALID(...)Tim Rowley18-57/+57
2017-03-20swr: [rasterizer core] Fix typo in SIMD16 code pathTim Rowley1-1/+1
2017-03-20swr: [rasterizer core/common] Fix the native AVX512 build under ICCTim Rowley3-27/+47
2017-03-20swr: [rasterizer core] Allow no arguments to SWR_INVALID macroTim Rowley1-1/+13
2017-03-20swr: [rasterizer] Slight assert refactoringTim Rowley17-256/+296
2017-03-20swr: [rasterizer] Backend code adjustmentsTim Rowley5-45/+70
2017-03-20swr: [rasterizer archrast] Fix the early and late depthstencil eventsTim Rowley1-5/+5
2017-03-20swr: [rasterizer core] Implement double pumped SIMD16 TESSTim Rowley1-79/+177
2017-03-20swr: [rasterizer archrast/core/scripts] Fix archrast multithreading issueTim Rowley6-16/+52
2017-03-20swr: [rasterizer archrast] Remove redundant data from archrast filesTim Rowley2-137/+103
2017-03-20swr: [rasterizer archrast/scripts] Further archrast cleanupsTim Rowley3-164/+104
2017-03-20swr: [rasterizer core] Fix RECT_LIST primitive assemblyTim Rowley1-2/+2
2017-03-20swr: [rasterizer common] Add InterpolateComponentFlat utilityTim Rowley1-0/+13
2017-03-20swr: [rasterizer archrast] Fix performance issue with archrast statsTim Rowley1-15/+15
2017-03-20swr: [rasterizer core] Implement SIMD16 GS and STREAMOUTTim Rowley1-51/+251
2017-03-20swr: [rasterizer archrast] Add additional API eventsTim Rowley2-0/+48
2017-03-20swr: [rasterizer core/scripts] Autogen backend initialization function(s)Tim Rowley7-226/+398
2017-03-20swr: [rasterizer core] backend.h declares gBackendPixelRateTableTim Rowley2-1/+8
2017-03-20swr: [rasterizer core] Finish SIMD16 PA OPT including tesselationTim Rowley1-21/+247
2017-03-20swr: [rasterizer core] Finish SIMD16 PA OPT except tesselationTim Rowley2-274/+1405
2017-03-20swr: [rasterizer core] Support sparse numa id values on all OSesTim Rowley1-27/+53
2017-03-20r600g/sb: Fix memory leak by reworking uses list (rebased)Constantine Kharlamov4-61/+28
2017-03-20radeonsi: check the IR type before waiting for a compute compilation fenceMarek Olšák1-1/+3
2017-03-20si_descriptor: move velems nullity check before dereferenceJulien Isorce1-4/+11
2017-03-20radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce1-2/+7
2017-03-20si_pipe: remove nullity check after dereferenceJulien Isorce1-3/+0
2017-03-20radeon: initialize hole variable before calling container_ofJulien Isorce1-1/+1
2017-03-20r600g: Fix out of bounds accessBartosz Tomczyk2-20/+22
2017-03-20r600g: update sb documentationConstantine Kharlamov1-3/+6
2017-03-20r600g: make condition clearerConstantine Kharlamov1-6/+8
2017-03-19nv30: create uploader after pipe->screen is setIlia Mirkin1-6/+6
2017-03-18nv50,nvc0: enable TEX_LZ and TXF_LZIlia Mirkin3-4/+17
2017-03-18nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst1-0/+1
2017-03-18st/dri: wait for thread to finish before unbinding contextTimothy Arceri1-0/+3
2017-03-17gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák3-13/+12