aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: Fix compilation warningsjzielins2020-07-071-1/+1
* gallium/swr: Fix crashes in sampling codeJan Zielinski2020-05-071-0/+2
* gallium/swr: Re-enable scratch space for client-memory buffersKrzysztof Raszkowski2020-04-011-12/+28
* gallium/swr: Fix array stride problem.Krzysztof Raszkowski2020-04-011-2/+3
* Revert "gallium/swr: Fix min/max range index draw"Krzysztof Raszkowski2020-03-031-7/+2
* gallium/swr: Fix min/max range index drawKrzysztof Raszkowski2020-02-241-2/+7
* gallium/swr: Fix various asserts and security issuesJan Zielinski2020-02-051-0/+1
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-281-7/+23
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-241-23/+245
* gallium/swr: Fix glVertexPointer race condition.Krzysztof Raszkowski2020-01-081-28/+13
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-131-10/+12
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium/swr: Fix depth values for blit scenarioJan Zielinski2019-10-311-0/+8
* swr: Limit DEBUG workaround to LLVM < 7Michel Dänzer2019-09-171-0/+7
* swr/rasterizer: Adding support for unhandled clipEnable stateJan Zielinski2019-07-231-2/+5
* 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/+1
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-031-40/+48
* swr: support NULL-resourcesErik Faye-Lund2019-04-291-24/+25
* swr: remove call to pipe_sampler_view_release()Brian Paul2019-03-171-5/+0
* swr/rast: Add translation support to streamoutAlok Hota2019-02-151-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* swr/rast: Change gfx pointers to gfxptr_tGeorge Kyriazis2018-04-181-1/+1
* swr/rast: Renamed variable in vertexbufferstateGeorge Kyriazis2018-02-161-1/+1
* swr: Account for index_bias in offsetsGeorge Kyriazis2017-12-181-3/+3
* swr: Fixed an uncommon freed-memory access during state validationBruce Cherniak2017-11-101-16/+19
* swr: Remove unneeeded comparisonGeorge Kyriazis2017-09-261-2/+1
* swr: Handle resource across context changesGeorge Kyriazis2017-09-261-0/+44
* swr/rast: Fetch compile state changesTim Rowley2017-09-131-1/+1
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-131-5/+5
* swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley2017-09-131-0/+3
* swr/rast: Move clip/cull enables in APITim Rowley2017-09-131-8/+8
* swr: fix transform feedback logicGeorge Kyriazis2017-07-271-2/+3
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-131-1/+1
* swr: Add path to draw directly from client memory without copy.Bruce Cherniak2017-07-121-11/+26
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-111-20/+20
* swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak2017-06-301-2/+2
* swr/rast: Support dynamically sized vertex layoutTim Rowley2017-06-301-0/+2
* swr: Remove need to allocate vertex buffer scratch space all in one gocros-mesa-17.1.1-r14-vanillachadv/cros-mesa-17.1.1-r14-vanillaBruce Cherniak2017-06-291-23/+2
* swr: conditionally validate vertex buffer stateBruce Cherniak2017-06-291-4/+5
* swr: invalidate attachment on transition changeGeorge Kyriazis2017-06-221-0/+5
* swr: Include definition of missing functionGeorge Kyriazis2017-06-201-0/+1
* swr/rast: Fix read-back of viewport array indexTim Rowley2017-06-161-6/+6
* swr/rast: Fix read-back of render target array indexTim Rowley2017-06-161-0/+7
* swr/rast: Remove explicit primitive id slot in the vertex layoutTim Rowley2017-06-161-3/+18
* swr/rast: Implement JIT shader caching to diskTim Rowley2017-06-161-0/+1
* swr: Don't crash when encountering a VBO with stride = 0.Bruce Cherniak2017-06-161-7/+18
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-28/+14
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-7/+7
* swr: fix polygonmode for front==backGeorge Kyriazis2017-05-081-1/+7