summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer jitter] don't bother quantizing unused channelsIlia Mirkin2016-11-151-1/+1
* swr: [rasterizer memory] fix store tile for 128-bit ymajor tilingIlia Mirkin2016-11-151-1/+1
* swr: [rasterizer memory] add support for R32_FLOAT_X8X24 formatsIlia Mirkin2016-11-152-0/+2
* swr: [rasterizer core] remove driverTypeTim Rowley2016-11-145-49/+2
* swr: [rasterizer archrast] move to pass by valueTim Rowley2016-11-142-2/+2
* swr: [rasterizer core] add mode for aux buffer in the SWR_SURFACE_STATETim Rowley2016-11-141-0/+16
* swr: [rasterizer common] don't bleed NOMINMAX definition after <windows.h>Tim Rowley2016-11-141-1/+4
* swr: [rasterizer archrast] add eventsTim Rowley2016-11-146-6/+541
* swr: [rasterizer core] fix culling issuesTim Rowley2016-11-141-66/+119
* swr: [rasterizer core/jitter] fix alpha test bugTim Rowley2016-11-143-3/+15
* swr: [rasterizer core] various code style changesTim Rowley2016-11-146-5/+26
* swr: [rasterizer archrast] don't generate empty filesTim Rowley2016-11-144-8/+39
* swr: [rasterizer archrast] fix open file handle limit issueTim Rowley2016-11-141-6/+44
* swr: [rasterizer archrast] fix double free issueTim Rowley2016-11-149-24/+41
* swr: [rasterizer core] separate frontend/backend stats enablesTim Rowley2016-11-146-26/+51
* swr: [rasterizer core] 16-wide tile store nearly completedTim Rowley2016-11-145-314/+917
* swr: correct setting of independentAlphaBlendEnableIlia Mirkin2016-11-091-1/+6
* swr: [rasterizer] add a .dir-locals.el to support 4-space indentsIlia Mirkin2016-11-091-0/+8
* swr: set halfz rasterizer settingIlia Mirkin2016-11-091-0/+1
* swr: [rasterizer core] allow an OpenGL driver to specify halfz clippingIlia Mirkin2016-11-092-7/+7
* swr: fix support for inverted depth scalesIlia Mirkin2016-11-091-7/+3
* swr: [rasterizer jitter] fix logic op to work with unorm/snormIlia Mirkin2016-11-091-17/+65
* swr: disable logic op when the rt format is float or srgbIlia Mirkin2016-11-081-0/+6
* swr: fix AND_INVERTED logic op conversionIlia Mirkin2016-11-081-1/+1
* swr: add support for EXT_depth_bounds_testIlia Mirkin2016-11-082-1/+7
* swr: [rasterizer core] set depth hottile when depth bounds test enabledIlia Mirkin2016-11-081-1/+3
* swr: allow alphatest without blend or logicopTim Rowley2016-11-081-1/+2
* swr: [rasterizer] added EventHandlerFile contructorGeorge Kyriazis2016-10-311-1/+6
* swr: [rasterizer core] Frontend dependency workGeorge Kyriazis2016-10-313-2/+18
* swr: [rasterizer core] Refactor/cleanup backendsGeorge Kyriazis2016-10-312-360/+351
* swr: [rasterizer core] Remove deprecated simd intrinsicsGeorge Kyriazis2016-10-314-990/+1
* swr: [rasterizer archrast] Add thread tags to event files.George Kyriazis2016-10-315-4/+24
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-0/+1
* swr: [rasterizer core] don't construct pArContext on non-ar buildsTim Rowley2016-10-131-0/+6
* swr: [rasterizer core] remove WorkerWaitForThreadEvent bucketTim Rowley2016-10-133-6/+0
* swr: [rasterizer core] move binner functionality to separate fileTim Rowley2016-10-133-1392/+1444
* swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knobTim Rowley2016-10-131-0/+7
* swr: [rasterizer core] fix comment typoTim Rowley2016-10-131-1/+1
* swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley2016-10-1313-100/+1895
* swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley2016-10-134-8/+22
* swr: [rasterizer common] fix assert indexEric Engestrom2016-10-131-1/+1
* swr: automake: add ar_eventhandlerfile_h.template to the tarballEmil Velikov2016-10-121-1/+2
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* swr: [rasterizer archrast] update proto fileTim Rowley2016-10-111-2/+56
* swr: [rasterizer archrast] add support for stats filesTim Rowley2016-10-114-20/+57
* swr: [rasterizer jitter] remove architecture overrideTim Rowley2016-10-111-41/+1
* swr: [rasterizer jitter] adjust jitmanager assertTim Rowley2016-10-111-1/+4
* swr: [rasterizer] eliminate unused label warnings on gccTim Rowley2016-10-112-0/+8
* swr: [rasterizer core] implement depth bounds testTim Rowley2016-10-116-9/+101
* swr: [rasterizer core] update/add formatsTim Rowley2016-10-117-1705/+2592