summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: [rasterizer core] SwrStoreTiles api changeTim Rowley2016-10-117-19/+27
* swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windowsTim Rowley2016-10-111-0/+8
* swr: [rasterizer archrast] add mako templateTim Rowley2016-10-114-2/+117
* swr: [rasterizer core] disable cull for rect_listTim Rowley2016-10-111-0/+8
* swr: [rasterizer core] add support for "RAW" surface formatTim Rowley2016-10-112-0/+29
* swr: [rasterizer core] align Macrotile FIFO memory to SIMD sizeTim Rowley2016-10-114-9/+23
* swr: [rasterizer common] remove threadviz codeTim Rowley2016-10-113-94/+0
* swr: [rasterizer memory] split load/store for compile speedTim Rowley2016-10-1117-1836/+2290
* swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak2016-10-034-119/+87
* swr: [rasterizer core] refactor thread creationTim Rowley2016-10-033-9/+29
* swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2016-10-032-0/+39
* swr: [rasterizer core] archrast fixesTim Rowley2016-10-034-7/+14
* swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley2016-10-0312-1404/+1439
* swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley2016-10-033-4/+15
* swr: [rasterizer common] os.h portability header changesTim Rowley2016-10-031-0/+6
* swr: replace gallium->swr format enum conversionTim Rowley2016-09-271-51/+293
* swr: [rasterizer core] Better thread destructionTim Rowley2016-09-198-69/+126
* swr: [rasterizer jitter] Fix missing end-of-file newlineTim Rowley2016-09-191-1/+2
* swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley2016-09-1911-200/+249
* swr: fixes for format mapping and texture sizingTim Rowley2016-09-081-2/+16
* swr: [rasterizer] add archrast instrumentationTim Rowley2016-08-3012-3/+735
* swr: [rasterier core] fix GetRasterizerFunc selectionTim Rowley2016-08-292-4/+4
* swr: [rasterizer core] whitespace cleanupTim Rowley2016-08-291-3/+1
* swr: [rasterizer jitter] reimplement SCATTERPSTim Rowley2016-08-292-16/+100
* swr: [rasterizer core] upper left rule for scissorsTim Rowley2016-08-292-4/+12
* swr: [rasterizer scripts] undef DEFINE_KNOB after usageTim Rowley2016-08-291-0/+2
* swr: [rasterizer core] minor cleanup to thread initializationTim Rowley2016-08-293-13/+12
* swr: [rasterizer core] remove KNOB_MAX_THREADSTim Rowley2016-08-296-51/+77
* swr: [rasterizer core] track guardbands per viewport rectTim Rowley2016-08-293-18/+26
* swr: [rasterizer core] per-primitive viewports/scissorsTim Rowley2016-08-297-71/+214
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+1
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1