summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-21vc4: Avoid making temporaries for assignments to NIR registers.Eric Anholt1-35/+79
2016-10-21vc4: Add a comment with discussion of how simulation works.Eric Anholt1-0/+25
2016-10-21vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt3-20/+56
2016-10-21vc4: Move simulator memory management to a u_mm.h heap.Eric Anholt5-41/+208
2016-10-21vc4: Move simulator globals into a struct.Eric Anholt2-34/+29
2016-10-21vc4: Restructure the simulator mode.Eric Anholt5-84/+182
2016-10-21vc4: Fix termination of the initial scan for branch targets.Eric Anholt1-11/+8
2016-10-21radeonsi: fix a regression in si_eliminate_const_outputNicolai Hähnle1-4/+3
2016-10-21nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin6-44/+22
2016-10-20nvc0: do not break 3D state by pushing MS coordinates on FermiSamuel Pitoiset1-43/+44
2016-10-20nvc0: translate compute shaders at program creationSamuel Pitoiset1-0/+4
2016-10-20radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8Marek Olšák1-3/+2
2016-10-20radeonsi: fix 64-bit loads from LDSNicolai Hähnle1-1/+1
2016-10-19nv50/ir: process texture offset sources as regular sourcesIlia Mirkin1-53/+94
2016-10-19nv50,nvc0: avoid reading out of bounds when getting bogus so infoIlia Mirkin2-2/+8
2016-10-19nvc0/ir: simplify predicate logic for GK104 atomic operationsSamuel Pitoiset1-14/+7
2016-10-19nvc0/ir: remove useless NVC0LoweringPass::gMemBaseSamuel Pitoiset1-4/+1
2016-10-19nv50/ir: print CCTL subops in debug modeSamuel Pitoiset1-0/+9
2016-10-19radeonsi: eliminate trivial constant VS outputsMarek Olšák3-2/+186
2016-10-19nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUTSamuel Pitoiset1-0/+1
2016-10-19radeonsi: remove cb0_is_integer handlingMarek Olšák3-13/+3
2016-10-18svga: minor code improvements in svga_validate_pipe_sampler_view()Brian Paul1-8/+8
2016-10-18radeonsi: rename prefixes from radeon to siMarek Olšák4-157/+157
2016-10-18radeonsi: merge radeon_llvm_context and si_shader_contextMarek Olšák4-317/+290
2016-10-18radeonsi: import all TGSI->LLVM code from gallium/radeonMarek Olšák11-462/+346
2016-10-18gallium/radeon: simplify initialization of 64-bit gallivm buildersMarek Olšák1-18/+4
2016-10-18gallium/radeon: remove unused radeon_llvm_reg_index_soaMarek Olšák2-7/+0
2016-10-18radeonsi: move LLVM ALU codegen into radeonsiMarek Olšák6-992/+1056
2016-10-18gm107/ir: fix bit offset of tex lod setting for indirect texturingIlia Mirkin1-1/+1
2016-10-18gm107/ir: fix texturing with indirect samplersIlia Mirkin1-0/+10
2016-10-17radeonsi: unify the constant load pathsNicolai Hähnle1-28/+11
2016-10-17radeonsi: fix indirect loads of 64 bit constantsNicolai Hähnle1-2/+2
2016-10-17radeonsi: shorten "shader->selector" to "sel" in si_shader_createMarek Olšák1-7/+8
2016-10-17radeonsi: clear DB_RENDER_OVERRIDEMarek Olšák1-3/+1
2016-10-16vc4: Fix fast clear color packing for 565.Eric Anholt1-3/+16
2016-10-14nv50/ir: constant fold OP_SPLITTobias Klausmann1-0/+18
2016-10-13swr: [rasterizer core] don't construct pArContext on non-ar buildsTim Rowley1-0/+6
2016-10-13swr: [rasterizer core] remove WorkerWaitForThreadEvent bucketTim Rowley3-6/+0
2016-10-13swr: [rasterizer core] move binner functionality to separate fileTim Rowley3-1392/+1444
2016-10-13swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knobTim Rowley1-0/+7
2016-10-13swr: [rasterizer core] fix comment typoTim Rowley1-1/+1
2016-10-13swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley13-100/+1895
2016-10-13swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley4-8/+22
2016-10-13swr: [rasterizer common] fix assert indexEric Engestrom1-1/+1
2016-10-13nv50: enable ARB_enhanced_layoutsIlia Mirkin1-1/+1
2016-10-13nvc0/ir: be more careful about preserving modifiers in SHLADD creationIlia Mirkin1-7/+5
2016-10-13vc4: Avoid loading from the texture during non-utile-aligned glTexImage().Eric Anholt1-12/+34
2016-10-13nvc0: enable ARB_enhanced_layoutsSamuel Pitoiset1-1/+1
2016-10-13radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settingsMarek Olšák2-22/+32
2016-10-13radeonsi: disable ReZMarek Olšák1-7/+4