aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-281-2/+3
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-241-0/+16
* gallium/swr: Fix glVertexPointer race condition.Krzysztof Raszkowski2020-01-081-1/+1
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-131-0/+3
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-181-0/+4
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-031-3/+3
* swr: knob overrides for Intel Xeon PhiTim Rowley2017-10-191-0/+2
* swr: Add path to draw directly from client memory without copy.Bruce Cherniak2017-07-121-0/+1
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-111-1/+4
* swr: use swr_query_result type instead of voidTim Rowley2017-06-301-1/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-1/+0
* swr: Add polygon stipple supportGeorge Kyriazis2017-04-141-1/+3
* swr: Enable MSAA in OpenSWR software rendererBruce Cherniak2017-04-141-0/+3
* swr: s/uint/enum pipe_render_cond_flag/Vinson Lee2017-03-081-1/+1
* swr: implement geometry shadersTim Rowley2017-03-051-10/+16
* swr: Handle windows.h and NOMINMAXGeorge Kyriazis2016-11-211-0/+2
* swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak2016-10-031-6/+5
* swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operationsTim Rowley2016-08-171-0/+1
* swr: [rasterizer core] split FE and BE statsTim Rowley2016-08-101-0/+1
* swr: [rasterizer core] fundamentally change how stats workTim Rowley2016-08-101-0/+4
* swr: implement clipPlanes/clipVertex/clipDistance/cullDistanceTim Rowley2016-06-091-0/+2
* swr: autogenerate swr_context_llvm.hTim Rowley2016-04-261-3/+5
* gallium/swr: add OpenSWR driverTim Rowley2016-03-021-0/+182