summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-12-02swr: Fix active_queries countBruce Cherniak1-6/+7
2016-12-02swr: Fix type to match parameters of std::max()George Kyriazis1-7/+7
2016-12-02swr: [rasterizer jitter] include cstdarg in builder_misc.cppTim Rowley1-1/+2
2016-12-01freedreno: no-op render when we need a fenceRob Clark3-7/+40
2016-12-01freedreno: native fence fd supportRob Clark7-8/+69
2016-12-01freedreno: some fence cleanupRob Clark9-27/+23
2016-12-01gallium: support for native fence fd'sRob Clark18-2/+91
2016-12-01gallium: wire up server_wait_syncRob Clark2-1/+11
2016-12-01tgsi: store writes_primid when scanning tgsiTim Rowley2-0/+4
2016-11-30vc4: Avoid false scheduling dependencies for LOAD_IMMs.Eric Anholt2-0/+9
2016-11-30vc4: Try to schedule QIR instructions between writing to and reading math.Eric Anholt1-0/+22
2016-11-30vc4: Improve interleaving of texture coordinates vs results.Eric Anholt1-3/+3
2016-11-30vc4: Fix stray "." on no-op MUL packs.Eric Anholt1-6/+6
2016-11-30vc4: Allow merging instructions with SF set where the other writes NOP.Eric Anholt1-0/+1
2016-11-30vc4: In a loop break/continue, jump if everyone has taken the path.Eric Anholt1-10/+17
2016-11-30swr: add streamout buffer offset into pBuffer pointerIlia Mirkin1-2/+3
2016-11-30swr: fix assertion for max number of so targetsIlia Mirkin1-1/+1
2016-11-30swr: properly report max number of SO componentsIlia Mirkin1-1/+1
2016-11-30swr: turn off queries around blitsIlia Mirkin1-1/+9
2016-11-30swr: don't advertise stream pause/resumeIlia Mirkin1-1/+1
2016-11-30swr: fix range computation for instanced client-side arraysIlia Mirkin2-24/+52
2016-11-30swr: [rasterizer memory] assert when trying to convert an unknown formatIlia Mirkin1-0/+1
2016-11-30swr: remove warning about multi-layer surfacesIlia Mirkin1-4/+0
2016-11-30swr: [rasterizer core] don't attempt to load another RTAI when storingIlia Mirkin1-1/+1
2016-12-01radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as wellMarek Olšák1-2/+4
2016-12-01radeonsi: add a tess+GS hang workaround for VI dGPUsMarek Olšák1-2/+10
2016-12-01radeonsi: don't apply the Z export bug workaround to HainanMarek Olšák1-2/+3
2016-12-01radeonsi: apply a tessellation bug workaround for SIMarek Olšák1-0/+7
2016-12-01radeonsi: apply a TC L1 write corruption workaround for SIMarek Olšák1-11/+23
2016-12-01radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chipsMarek Olšák4-4/+29
2016-12-01radeonsi: consolidate max-work-group-size computationMarek Olšák1-24/+19
2016-11-30freedreno/a5xx: fix negative branchesRob Clark2-1/+6
2016-11-30freedreno: fix android build with a5xxRob Clark1-0/+1
2016-11-30freedreno/a5xx: fix discardRob Clark1-3/+4
2016-11-30freedreno/a5xx: initial supportRob Clark33-17/+4470
2016-11-30freedreno: update generated headersRob Clark10-100/+4125
2016-11-30freedreno: make gmem tile size alignment configurableRob Clark3-8/+17
2016-11-30freedreno/ir3: don't offset inloc by 8Rob Clark4-27/+15
2016-11-30freedreno/a3xx: use new shader linkage helperRob Clark1-27/+16
2016-11-30freedreno/a4xx: use new shader linkage helperRob Clark1-27/+16
2016-11-30freedreno/ir3: add new helper for shader linkageRob Clark1-0/+47
2016-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle17-0/+18
2016-11-29swr: [rasterizer jit] use signed integer representation for logic opIlia Mirkin1-5/+12
2016-11-29swr: add missing rgbx8_srgb variantIlia Mirkin1-0/+1
2016-11-29swr: reorder renderable formats, add grouping commentsIlia Mirkin1-65/+87
2016-11-29swr: use util_copy_framebuffer_state helperIlia Mirkin1-12/+1
2016-11-29swr: enable cubemap arraysIlia Mirkin1-1/+1
2016-11-29swr: rearrange caps into limits/supported/unsupported groupsIlia Mirkin1-129/+84
2016-11-29swr: only store up to the LOD sizeIlia Mirkin1-1/+3
2016-11-29swr: [rasterizer common] add SwrTrace() and macrosTim Rowley2-15/+95