summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-12-04meson: build gallium vdpau state trackerDylan Baker3-1/+109
2017-12-04meson: Add osmesa.sym script as a link dependency (gallium-osmesa)Dylan Baker1-0/+3
2017-12-04meson: use driver_deps for gallium osmesaDylan Baker1-11/+6
2017-12-04meson: Use driver dependencies for libgl-xlib targetDylan Baker1-10/+2
2017-12-04meson: use the driver dependencies for the gallium dri targetDylan Baker1-100/+26
2017-12-04meson: define driver dependenciesDylan Baker16-0/+110
2017-12-04meson: sort gallium drivers after winsysDylan Baker1-8/+8
2017-12-04meson: Combine gallium target subdirsDylan Baker1-10/+4
2017-12-04freedreno: mark stencil buffer valid too in case of z32x24s8Rob Clark2-2/+4
2017-12-04freedreno: remove use of u_transferRob Clark11-41/+30
2017-12-04freedreno: add -Wno-packed-bitfield-compat for meson buildEric Engestrom1-2/+12
2017-12-04nvc0/ir: Properly lower 64-bit shifts when the shift value is >32Pierre Moreau1-1/+1
2017-12-04st/glsl_to_nir/radeonsi: enable gs support for nir backendTimothy Arceri2-29/+35
2017-12-04ac: add si_nir_load_input_gs() to the abiTimothy Arceri3-0/+30
2017-12-04radeonsi: create si_llvm_load_input_gs()Timothy Arceri2-23/+44
2017-12-04radeonsi: pass llvm type to lds_load()Timothy Arceri1-13/+13
2017-12-04radeonsi: add llvm_type_is_64bit() helperTimothy Arceri1-0/+9
2017-12-04radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()Timothy Arceri3-12/+18
2017-12-04radeonsi: add nir support for gs epilogueTimothy Arceri1-4/+21
2017-12-04radeonsi: add nir support for es epilogueTimothy Arceri1-16/+13
2017-12-04radeonsi: add nir support for ls epilogueTimothy Arceri1-15/+14
2017-12-04st/glsl_to_nir: enable NIR link time optsTimothy Arceri1-7/+27
2017-12-04radeonsi/nir: add support for packed inputsTimothy Arceri1-21/+25
2017-12-03freedreno/ir3: relax barriersRob Clark1-2/+2
2017-12-03freedreno/ir3: all mem instructions have WAR hazzardRob Clark1-1/+1
2017-12-03freedreno: add debug option to force emulated indirectRob Clark3-0/+12
2017-12-03freedreno: also mark draw-indirect buffer as readRob Clark1-0/+7
2017-12-03freedreno: small cleanupsRob Clark1-17/+8
2017-12-03freedreno: avoid unneccessary batch flushRob Clark1-0/+2
2017-12-03freedreno: avoid mem2gmem for invalidated buffersRob Clark3-2/+17
2017-12-03freedreno: deferred flush supportRob Clark5-4/+32
2017-12-03freedreno: rework fence trackingRob Clark12-61/+109
2017-12-03freedreno: proper locking for iterating dependent batchesRob Clark2-8/+20
2017-12-03freedreno/a5xx: correct max_indicies for indirect drawsRob Clark1-1/+2
2017-12-01broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt2-2/+20
2017-12-01broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.Eric Anholt1-5/+14
2017-12-01broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.Eric Anholt3-3/+12
2017-12-01broadcom/vc4: Simplify the relocation handling for index buffers.Eric Anholt2-17/+17
2017-12-01broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt1-16/+27
2017-12-01broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.Eric Anholt1-1/+1
2017-12-01meson: use dep_thread instead of dependency('threads') in freedrenoDylan Baker1-1/+1
2017-12-01meson: Add lmsensors supportDylan Baker5-4/+7
2017-12-01gallium/hud: use #ifdef to test for macro existenceEric Engestrom6-11/+11
2017-12-01amd: remove always-true BRAHMA_BUILD defineEric Engestrom1-3/+1
2017-12-01swr/scons: Fix intermittent build failureGeorge Kyriazis1-0/+1
2017-12-01r600: add ARB_shader_storage_buffer_object support (v3)Dave Airlie6-22/+369
2017-12-01r600/cayman: looks like cmpxchg moved to ZDave Airlie1-2/+5
2017-12-01r600/shader: fix 64->32 conversionsDave Airlie1-35/+54
2017-11-30radeonsi/gfx9: fix importing shared textures with DCCMarek Olšák1-1/+1
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli3-0/+4