summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-05-07radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)Nicolai Hähnle1-1/+3
2016-05-07radeonsi: fix some reported undefined left-shiftsNicolai Hähnle1-3/+3
2016-05-07gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle11-3989/+3989
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle4-5/+5
2016-05-06radeonsi: Compute correct LDS size for fragment shaders.Bas Nieuwenhuizen1-3/+6
2016-05-06vc4: Add support for loading immediate values in QIR.Eric Anholt4-0/+32
2016-05-06vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt1-35/+71
2016-05-06vc4: Add a small QIR validate pass.Eric Anholt4-0/+127
2016-05-06vc4: Fix the src count on exp2/log2.Eric Anholt1-2/+2
2016-05-06vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt3-27/+46
2016-05-06vc4: When emitting an instruction to an existing temp, mark it non-SSA.Eric Anholt1-0/+2
2016-05-06vc4: Make sure that we don't overwrite the signal for PROG_END.Eric Anholt1-0/+8
2016-05-06nvc0: unreference images when the context is destroyedSamuel Pitoiset1-0/+4
2016-05-06radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4Marek Olšák1-1/+2
2016-05-06r600g: use the hw MSAA resolving if formats are compatibleMarek Olšák1-1/+2
2016-05-05st/omx/enc: fix incorrect reference picture order for B framesLeo Liu1-7/+12
2016-05-05vc4: fixup for new nir_foreach_block()Connor Abbott4-48/+20
2016-05-05ir3: fixup for new nir_foreach_block()Connor Abbott1-30/+21
2016-05-05swr: [rasterizer core] Faster modulo operator in ProcessVertsTim Rowley1-1/+4
2016-05-05swr: [rasterizer] Small warning cleanupTim Rowley2-8/+4
2016-05-05swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macrosTim Rowley2-14/+52
2016-05-05swr: [rasterizer] Miscellaneous backend changesTim Rowley3-22/+31
2016-05-05swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT formatTim Rowley3-7/+41
2016-05-05swr: [rasterizer jitter] Fix printing bugs for tracing.Tim Rowley1-81/+24
2016-05-05swr: [rasterizer memory] Add missing store tiles functionTim Rowley1-1/+4
2016-05-05swr: [rasterizer jitter] Add asserts for supported formats in fetch shaderTim Rowley1-0/+2
2016-05-05swr: [rasterizer core] Fix thread allocationTim Rowley1-17/+47
2016-05-05swr: [rasterizer core] Fix threadviz support in bucketsTim Rowley3-12/+14
2016-05-05swr: [rasterizer] Whitespace cleanup and misc changesTim Rowley5-5/+2
2016-05-05radeonsi: mark descriptor loads as using dynamically uniform indicesNicolai Hähnle1-5/+17
2016-05-05swr: Remove stall waiting for core query counters.Bruce Cherniak4-124/+81
2016-05-05freedreno: remove null check before freeThomas Hindoe Paaboel Andersen1-2/+1
2016-05-04r600,compute: create vtx buffer for text + rodataJan Vesely1-2/+10
2016-05-04freedreno: allow ctx->draw_vbo to failRob Clark5-30/+37
2016-05-04freedreno: move shader-stage dirty bits to global dirty flagRob Clark8-59/+41
2016-05-04freedreno/a4xx: fix bogus offset for f32x24s8 stencil restoreRob Clark1-4/+5
2016-05-04freedreno: add some debug_asserts() to catch insane offsetsRob Clark1-0/+2
2016-05-04freedreno/a4xx: deal with VS which do not write positionRob Clark1-0/+7
2016-05-04freedreno/ir3: remove a couple redundant is_flow()sRob Clark2-2/+2
2016-05-04freedreno/ir3: cp small negative integers tooRob Clark1-1/+2
2016-05-04freedreno/ir3: fix # of registersRob Clark1-1/+1
2016-05-04freedreno/ir3: lower immeds to constRob Clark3-4/+80
2016-05-04freedreno/ir3: add ir3_cp_ctxRob Clark3-12/+22
2016-05-04nouveau/video: properly detect the decoder class for availability checksIlia Mirkin1-8/+17
2016-05-03gallium/util: change assertion to conditional in util_bitmask_destroy()Brian Paul1-4/+4
2016-05-03cso: null-out previously bound sampler statesBrian Paul1-1/+3
2016-05-03svga: try to flag surfaces for sampling, in addition to renderingBrian Paul1-0/+11
2016-05-03svga: fix copying non-zero layers of 1D array texturesBrian Paul1-10/+12
2016-05-03svga: clean up svga_pipe_blit.cBrian Paul1-68/+13
2016-05-03rbug: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1