summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr
AgeCommit message (Expand)AuthorFilesLines
2016-10-13swr: [rasterizer core] don't construct pArContext on non-ar buildsTim Rowley1-0/+6
2016-10-13swr: [rasterizer core] remove WorkerWaitForThreadEvent bucketTim Rowley3-6/+0
2016-10-13swr: [rasterizer core] move binner functionality to separate fileTim Rowley3-1392/+1444
2016-10-13swr: [rasterizer scripts] add DEBUG_OUTPUT_DIR knobTim Rowley1-0/+7
2016-10-13swr: [rasterizer core] fix comment typoTim Rowley1-1/+1
2016-10-13swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley13-100/+1895
2016-10-13swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley4-8/+22
2016-10-13swr: [rasterizer common] fix assert indexEric Engestrom1-1/+1
2016-10-12swr: automake: add ar_eventhandlerfile_h.template to the tarballEmil Velikov1-1/+2
2016-10-12gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-10-11swr: [rasterizer archrast] update proto fileTim Rowley1-2/+56
2016-10-11swr: [rasterizer archrast] add support for stats filesTim Rowley4-20/+57
2016-10-11swr: [rasterizer jitter] remove architecture overrideTim Rowley1-41/+1
2016-10-11swr: [rasterizer jitter] adjust jitmanager assertTim Rowley1-1/+4
2016-10-11swr: [rasterizer] eliminate unused label warnings on gccTim Rowley2-0/+8
2016-10-11swr: [rasterizer core] implement depth bounds testTim Rowley6-9/+101
2016-10-11swr: [rasterizer core] update/add formatsTim Rowley7-1705/+2592
2016-10-11swr: [rasterizer core] SwrStoreTiles api changeTim Rowley7-19/+27
2016-10-11swr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS knob for windowsTim Rowley1-0/+8
2016-10-11swr: [rasterizer archrast] add mako templateTim Rowley4-2/+117
2016-10-11swr: [rasterizer core] disable cull for rect_listTim Rowley1-0/+8
2016-10-11swr: [rasterizer core] add support for "RAW" surface formatTim Rowley2-0/+29
2016-10-11swr: [rasterizer core] align Macrotile FIFO memory to SIMD sizeTim Rowley4-9/+23
2016-10-11swr: [rasterizer common] remove threadviz codeTim Rowley3-94/+0
2016-10-11swr: [rasterizer memory] split load/store for compile speedTim Rowley17-1836/+2290
2016-10-03swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak4-119/+87
2016-10-03swr: [rasterizer core] refactor thread creationTim Rowley3-9/+29
2016-10-03swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2-0/+39
2016-10-03swr: [rasterizer core] archrast fixesTim Rowley4-7/+14
2016-10-03swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley12-1404/+1439
2016-10-03swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley3-4/+15
2016-10-03swr: [rasterizer common] os.h portability header changesTim Rowley1-0/+6
2016-09-27swr: replace gallium->swr format enum conversionTim Rowley1-51/+293
2016-09-19swr: [rasterizer core] Better thread destructionTim Rowley8-69/+126
2016-09-19swr: [rasterizer jitter] Fix missing end-of-file newlineTim Rowley1-1/+2
2016-09-19swr: [rasterizer core] Add macros for mapping ArchRast to bucketsTim Rowley11-200/+249
2016-09-08swr: fixes for format mapping and texture sizingTim Rowley1-2/+16
2016-08-30swr: [rasterizer] add archrast instrumentationTim Rowley12-3/+735
2016-08-29swr: [rasterier core] fix GetRasterizerFunc selectionTim Rowley2-4/+4
2016-08-29swr: [rasterizer core] whitespace cleanupTim Rowley1-3/+1
2016-08-29swr: [rasterizer jitter] reimplement SCATTERPSTim Rowley2-16/+100
2016-08-29swr: [rasterizer core] upper left rule for scissorsTim Rowley2-4/+12
2016-08-29swr: [rasterizer scripts] undef DEFINE_KNOB after usageTim Rowley1-0/+2
2016-08-29swr: [rasterizer core] minor cleanup to thread initializationTim Rowley3-13/+12
2016-08-29swr: [rasterizer core] remove KNOB_MAX_THREADSTim Rowley6-51/+77
2016-08-29swr: [rasterizer core] track guardbands per viewport rectTim Rowley3-18/+26
2016-08-29swr: [rasterizer core] per-primitive viewports/scissorsTim Rowley7-71/+214
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin1-0/+1