aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr: remove unneeded extern "C"George Kyriazis2017-02-161-3/+0
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+9
* gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin2017-02-091-0/+1
* swr: [rasterizer jitter] Pass LLVM-IR size into jitterTim Rowley2017-02-083-3/+4
* swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley2017-02-084-293/+331
* swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitterTim Rowley2017-02-081-1/+1
* swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley2017-02-084-142/+243
* swr: [rasterizer jitter] Add DEBUGTRAP jit builder functionTim Rowley2017-02-082-1/+9
* swr: [rasterizer jitter] Multisample blend jit fixTim Rowley2017-02-081-2/+2
* swr: [rasterizer jitter] Change SimdVector representation to arrayTim Rowley2017-02-082-6/+2
* swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8Tim Rowley2017-02-083-6/+6
* swr: [rasterizer jitter] Adjust jitter header includesTim Rowley2017-02-086-11/+11
* swr: [rasterizer core] Frontend SIMD16 WIPTim Rowley2017-02-085-43/+813
* swr: [rasterizer core] Removed unused clip code.Bruce Cherniak2017-02-062-26/+0
* swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak2017-02-061-39/+0
* scons: swr: remove explicit __STDC_.*_MACROS definesEmil Velikov2017-01-271-5/+0
* gallium: Add integer 64 capabilityDave Airlie2017-01-271-0/+1
* swr: Update fs texture & sampler state logicGeorge Kyriazis2017-01-251-2/+5
* gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* swr: Align query results allocationGeorge Kyriazis2017-01-232-4/+5
* swr: Prune empty nodes in CalculateProcessorTopology.Bruce Cherniak2017-01-231-0/+9
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-161-0/+1
* Always defer memory free in swr_resource_destroyGeorge Kyriazis2017-01-121-12/+5
* swr: [rasterizer core] rename OutputMerger functionsTim Rowley2017-01-062-9/+9
* swr: [rasterizer core] fix SIMD16 Transpose_16_16Tim Rowley2017-01-061-2/+2
* swr: [rasterizer core] fix SIMD16 output mergerTim Rowley2017-01-062-16/+22
* swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()Tim Rowley2017-01-063-48/+82
* swr: [rasterizer core] fix SIMD16 transpose functionsTim Rowley2017-01-063-113/+225
* swr: [rasterizer core] whitespace adjustmentsTim Rowley2017-01-061-2/+1
* swr: [rasterizer core/common/jitter] gl_double supportTim Rowley2017-01-059-33/+341
* swr: remove unneeded llvm version checkTim Rowley2017-01-051-4/+0
* swr: fix windows build breakGeorge Kyriazis2017-01-051-4/+0
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+1
* swr: fix icc compile errorBruce Cherniak2016-12-231-1/+1
* swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak2016-12-169-54/+255
* swr: [rasterizer core/memory] StoreTile: AVX512 progressTim Rowley2016-12-122-222/+138
* swr: [rasterizer common/core/jitter] fetch support for GL_FIXEDTim Rowley2016-12-095-34/+188
* swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512Tim Rowley2016-12-092-26/+24
* swr: [rasterizer core] supply proper clip distances to point spritesIlia Mirkin2016-12-081-3/+9
* swr: [rasterizer core] perform perspective division on clip distancesIlia Mirkin2016-12-081-6/+8
* swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupportedTim Rowley2016-12-051-0/+1
* swr: include llvm version and vector width in renderer stringTim Rowley2016-12-051-1/+11
* swr: Fix active_queries countBruce Cherniak2016-12-021-6/+7
* swr: Fix type to match parameters of std::max()George Kyriazis2016-12-021-7/+7
* swr: [rasterizer jitter] include cstdarg in builder_misc.cppTim Rowley2016-12-021-1/+2
* swr: add streamout buffer offset into pBuffer pointerIlia Mirkin2016-11-301-2/+3
* swr: fix assertion for max number of so targetsIlia Mirkin2016-11-301-1/+1
* swr: properly report max number of SO componentsIlia Mirkin2016-11-301-1/+1
* swr: turn off queries around blitsIlia Mirkin2016-11-301-1/+9
* swr: don't advertise stream pause/resumeIlia Mirkin2016-11-301-1/+1