aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Convert system memory pointers to gfxptr_tAlok Hota2019-02-151-0/+1
* swr: knob overrides for Intel Xeon PhiTim Rowley2017-10-191-0/+27
* swr: Handle resource across context changesGeorge Kyriazis2017-09-261-2/+12
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-131-9/+9
* swr: build driver proper separate from rasterizerTim Rowley2017-07-111-1/+1
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-111-8/+11
* swr: use swr_query_result type instead of voidTim Rowley2017-06-301-2/+2
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-081-75/+2
* swr/rast: add SwrInit() to init backend/memory tablesTim Rowley2017-04-281-4/+1
* swr: Enable MSAA in OpenSWR software rendererBruce Cherniak2017-04-141-3/+87
* swr: Align swr_context allocation to SIMD alignment.Bruce Cherniak2017-04-141-2/+5
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* swr: implement geometry shadersTim Rowley2017-03-051-1/+1
* swr: enable clear_texture with util_clear_textureBruce Cherniak2017-03-021-0/+1
* 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
* swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak2016-12-161-3/+4
* swr: turn off queries around blitsIlia Mirkin2016-11-301-1/+9
* swr: remove warning about multi-layer surfacesIlia Mirkin2016-11-301-4/+0
* swr: rework resource layout and surface setupIlia Mirkin2016-11-221-26/+77
* swr: Handle windows.h and NOMINMAXGeorge Kyriazis2016-11-211-8/+8
* swr: fix texture layout for compressed formatsIlia Mirkin2016-11-151-2/+3
* swr: [rasterizer core] remove driverTypeTim Rowley2016-11-141-1/+0
* swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak2016-10-031-15/+18
* swr: [rasterizer core] split FE and BE statsTim Rowley2016-08-101-2/+17
* swr: [rasterizer core] fundamentally change how stats workTim Rowley2016-08-101-0/+31
* swr: [rasterizer core] improve implementation for SoWriteOffsetTim Rowley2016-08-101-0/+1
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-2/+2
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-1/+2
* swr: Update screen->context pointer with multiple contexts.Bruce Cherniak2016-06-171-3/+3
* swr: s/Elements/ARRAY_SIZE/Tim Rowley2016-04-271-2/+2
* swr: dereference cbuf/zbuf/views on context destroyTim Rowley2016-04-181-0/+15
* swr: [rasterizer core] subcontext reworkTim Rowley2016-03-251-1/+0
* gallium/swr: Cleaned up some context-resource managementGeorge Kyriazis2016-03-171-5/+11
* gallium/swr: Resource managementBruce Cherniak2016-03-141-64/+39
* gallium/swr: add OpenSWR driverTim Rowley2016-03-021-0/+407