aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_draw.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-241-8/+15
* gallium/swr: Fix glVertexPointer race condition.Krzysztof Raszkowski2020-01-081-2/+2
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-131-0/+10
* swr: Fixed an uncommon freed-memory access during state validationBruce Cherniak2017-11-101-1/+6
* swr: Handle resource across context changesGeorge Kyriazis2017-09-261-8/+11
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-131-4/+4
* swr: limit pipe_draw_info->restart_index usageTim Rowley2017-08-231-1/+4
* swr: fix transform feedback logicGeorge Kyriazis2017-07-271-5/+34
* swr: Add path to draw directly from client memory without copy.Bruce Cherniak2017-07-121-0/+9
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-111-23/+23
* swr: set dynamic vertex sizeTim Rowley2017-06-291-2/+4
* swr: invalidate attachment on transition changeGeorge Kyriazis2017-06-221-0/+19
* swr/rast: Add support for dynamic vertex size for VS outputTim Rowley2017-06-161-0/+4
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-1/+1
* gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák2017-04-201-0/+5
* swr: implement geometry shadersTim Rowley2017-03-051-43/+7
* swr: fix index buffers with non-zero indicesGeorge Kyriazis2017-02-231-0/+1
* swr: add fetch shader cacheGeorge Kyriazis2017-02-231-8/+11
* swr: only store up to the LOD sizeIlia Mirkin2016-11-291-1/+3
* swr: rework resource layout and surface setupIlia Mirkin2016-11-221-1/+3
* swr: call swr_update_derived unconditionally when drawing/clearingIlia Mirkin2016-11-211-2/+1
* swr: [rasterizer core] SwrStoreTiles api changeTim Rowley2016-10-111-1/+1
* swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operationsTim Rowley2016-08-171-28/+4
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* swr: fix provoking vertexTim Rowley2016-06-071-0/+30
* swr: [rasterizer] Correctly select optimized primitive assembly.Bruce Cherniak2016-05-251-0/+6
* gallium/swr: Resource managementBruce Cherniak2016-03-141-19/+45
* gallium/swr: add OpenSWR driverTim Rowley2016-03-021-0/+271