summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
2017-01-24gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-23swr: Align query results allocationGeorge Kyriazis2-4/+5
2017-01-23swr: Prune empty nodes in CalculateProcessorTopology.Bruce Cherniak1-0/+9
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-12Always defer memory free in swr_resource_destroyGeorge Kyriazis1-12/+5
2017-01-06swr: [rasterizer core] rename OutputMerger functionsTim Rowley2-9/+9
2017-01-06swr: [rasterizer core] fix SIMD16 Transpose_16_16Tim Rowley1-2/+2
2017-01-06swr: [rasterizer core] fix SIMD16 output mergerTim Rowley2-16/+22
2017-01-06swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()Tim Rowley3-48/+82
2017-01-06swr: [rasterizer core] fix SIMD16 transpose functionsTim Rowley3-113/+225
2017-01-06swr: [rasterizer core] whitespace adjustmentsTim Rowley1-2/+1
2017-01-05swr: [rasterizer core/common/jitter] gl_double supportTim Rowley9-33/+341
2017-01-05swr: remove unneeded llvm version checkTim Rowley1-4/+0
2017-01-05swr: fix windows build breakGeorge Kyriazis1-4/+0
2017-01-05gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák1-0/+1
2016-12-23swr: fix icc compile errorBruce Cherniak1-1/+1
2016-12-16swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak9-54/+255
2016-12-12swr: [rasterizer core/memory] StoreTile: AVX512 progressTim Rowley2-222/+138
2016-12-09swr: [rasterizer common/core/jitter] fetch support for GL_FIXEDTim Rowley5-34/+188
2016-12-09swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512Tim Rowley2-26/+24
2016-12-08swr: [rasterizer core] supply proper clip distances to point spritesIlia Mirkin1-3/+9
2016-12-08swr: [rasterizer core] perform perspective division on clip distancesIlia Mirkin1-6/+8
2016-12-05swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupportedTim Rowley1-0/+1
2016-12-05swr: include llvm version and vector width in renderer stringTim Rowley1-1/+11
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-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-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle1-0/+1
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
2016-11-28swr: [rasterizer memory] only clear up to the LOD sizeIlia Mirkin1-2/+8
2016-11-28swr: [rasterizer memory] hook up stencil clears for ClearTileIlia Mirkin1-5/+8
2016-11-28swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16Ilia Mirkin1-0/+2
2016-11-28swr: don't clear all dirty bits when changing so targetsIlia Mirkin1-1/+1