aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* swr: fix transform feedback logicGeorge Kyriazis2017-07-274-8/+71
* swr/rast: non-regex knob fallback code for gcc < 4.9Tim Rowley2017-07-271-0/+21
* swr: use the correct variable for no undefined symbolsEmil Velikov2017-07-241-1/+1
* swr: don't forget to link KNL/SKX against pthreadsEmil Velikov2017-07-241-0/+8
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-07-241-0/+8
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-212-4/+3
* swr/rast: fix memory paths for avx512 optimized avx/sseTim Rowley2017-07-212-10/+10
* swr/rast: cache line align hottile buffersTim Rowley2017-07-211-3/+3
* swr/rast: simdlib changes for clang/gccTim Rowley2017-07-212-10/+35
* configure/swr: add KNL and SKX architecture targetsTim Rowley2017-07-192-0/+58
* configure/swr: configurable swr architecturesTim Rowley2017-07-193-8/+40
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-07-191-5/+0
* swr: JitManager runtime determination of architectureTim Rowley2017-07-141-1/+2
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-134-12/+25
* swr/rast: Removing unneeded MSVC warning pragmaTim Rowley2017-07-131-3/+0
* swr/rast: Add support for read-only render targetsTim Rowley2017-07-132-4/+10
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-137-49/+85
* swr: Add path to draw directly from client memory without copy.Bruce Cherniak2017-07-125-11/+51
* swr: Move environment config options into separate function.Bruce Cherniak2017-07-121-26/+34
* swr: Remove hard-coded constant and "todo" comment.Bruce Cherniak2017-07-121-1/+2
* swr: build driver proper separate from rasterizerTim Rowley2017-07-115-39/+36
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-1110-65/+72
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-062-5/+5
* swr/rast: remove unused variablesTim Rowley2017-07-062-4/+0
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* swr: Limit memory held by defer deleted resources.Bruce Cherniak2017-07-021-0/+6
* swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak2017-06-301-2/+2
* swr: use swr_query_result type instead of voidTim Rowley2017-06-302-3/+3
* swr/rast: increase number of possible draws in flightTim Rowley2017-06-301-1/+1
* swr/rast: move default split size from driver to rasterizerTim Rowley2017-06-302-5/+1
* swr/rast: Fix missing setup of psContext.pColorBufferTim Rowley2017-06-302-16/+14
* swr/rast: Switch intrinsic usage to SIMDLibTim Rowley2017-06-3030-2679/+6222
* swr/rast: Fix unused variable warningsTim Rowley2017-06-301-6/+0
* swr/rast: Split rasterizer.cpp to improve compile timeTim Rowley2017-06-3010-1617/+1732
* swr/rast: gen_backends.py remove extraneous semicolonTim Rowley2017-06-301-1/+2
* swr/rast: Support dynamically sized vertex layoutTim Rowley2017-06-306-21/+49
* swr/rast: Split backend.cpp to improve compile timeTim Rowley2017-06-3013-1832/+2146
* swr/rast: gen_backends.py removal of commented debug printsTim Rowley2017-06-301-4/+1
* swr/rast: gen_backends.py quote cleanupTim Rowley2017-06-301-8/+8
* swr/rast: generators will create target directoriesTim Rowley2017-06-301-0/+7
* swr: Remove need to allocate vertex buffer scratch space all in one gocros-mesa-17.1.1-r14-vanillachadv/cros-mesa-17.1.1-r14-vanillaBruce Cherniak2017-06-291-23/+2
* swr: conditionally validate vertex buffer stateBruce Cherniak2017-06-291-4/+5
* swr: set dynamic vertex sizeTim Rowley2017-06-291-2/+4
* swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak2017-06-261-1/+9
* swr/rast: adjust std::string usage to fix buildTim Rowley2017-06-261-3/+9
* swr: invalidate attachment on transition changeGeorge Kyriazis2017-06-223-0/+28