summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/swr_context.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-06gallium/swr: Remove driver sourceJan Zielinski1-595/+0
2021-11-04gallium/u_blitter: disable sample shading for all blitsMarek Olšák1-1/+1
2021-11-04gallium/util: fix util_can_blit_via_copy_region with unbound render conditionMarek Olšák1-1/+1
2021-05-21gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák1-2/+4
2020-12-18swr: Fix crashes on Windowsjzielins1-0/+8
2020-09-22gallium: rename pipe_transfer_usage -> pipe_map_flagsMarek Olšák1-1/+1
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák1-6/+6
2020-07-07gallium/swr: Fix compilation warningsjzielins1-1/+1
2020-01-24gallium/swr: implementation of tessellation shaders compilationJan Zielinski1-0/+2
2019-12-13gallium/swr: Fix arb_transform_feedback2Tomasz Pyra1-0/+13
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-07-30rasterizer/swr: move BucketMgr to SwrContextJan Zielinski1-2/+2
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-1/+1
2019-07-18swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski1-1/+2
2019-07-03swr/swr: Enable ARB_viewport_arrayJan Zielinski1-2/+3
2019-02-15swr/rast: Convert system memory pointers to gfxptr_tAlok Hota1-0/+1
2017-10-19swr: knob overrides for Intel Xeon PhiTim Rowley1-0/+27
2017-09-26swr: Handle resource across context changesGeorge Kyriazis1-2/+12
2017-09-13swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley1-9/+9
2017-07-11swr: build driver proper separate from rasterizerTim Rowley1-1/+1
2017-07-11swr: switch to using SwrGetInterface api tableTim Rowley1-8/+11
2017-06-30swr: use swr_query_result type instead of voidTim Rowley1-2/+2
2017-05-08swr: move msaa resolve to generalized StoreTileBruce Cherniak1-75/+2
2017-04-28swr/rast: add SwrInit() to init backend/memory tablesTim Rowley1-4/+1
2017-04-14swr: Enable MSAA in OpenSWR software rendererBruce Cherniak1-3/+87
2017-04-14swr: Align swr_context allocation to SIMD alignment.Bruce Cherniak1-2/+5
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-05swr: implement geometry shadersTim Rowley1-1/+1
2017-03-02swr: enable clear_texture with util_clear_textureBruce Cherniak1-0/+1
2017-02-16swr: remove unneeded extern "C"George Kyriazis1-3/+0
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+9
2016-12-16swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak1-3/+4
2016-11-30swr: turn off queries around blitsIlia Mirkin1-1/+9
2016-11-30swr: remove warning about multi-layer surfacesIlia Mirkin1-4/+0
2016-11-22swr: rework resource layout and surface setupIlia Mirkin1-26/+77
2016-11-21swr: Handle windows.h and NOMINMAXGeorge Kyriazis1-8/+8
2016-11-15swr: fix texture layout for compressed formatsIlia Mirkin1-2/+3
2016-11-14swr: [rasterizer core] remove driverTypeTim Rowley1-1/+0
2016-10-03swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak1-15/+18
2016-08-10swr: [rasterizer core] split FE and BE statsTim Rowley1-2/+17
2016-08-10swr: [rasterizer core] fundamentally change how stats workTim Rowley1-0/+31
2016-08-10swr: [rasterizer core] improve implementation for SoWriteOffsetTim Rowley1-0/+1
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-2/+2
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-1/+2
2016-06-17swr: Update screen->context pointer with multiple contexts.Bruce Cherniak1-3/+3
2016-04-27swr: s/Elements/ARRAY_SIZE/Tim Rowley1-2/+2
2016-04-18swr: dereference cbuf/zbuf/views on context destroyTim Rowley1-0/+15
2016-03-25swr: [rasterizer core] subcontext reworkTim Rowley1-1/+0
2016-03-17gallium/swr: Cleaned up some context-resource managementGeorge Kyriazis1-5/+11
2016-03-14gallium/swr: Resource managementBruce Cherniak1-64/+39