aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: Add polygon stipple supportGeorge Kyriazis2017-04-141-2/+25
* swr: Enable MSAA in OpenSWR software rendererBruce Cherniak2017-04-141-9/+65
* swr: [rasterizer core] Programmable sample position supportTim Rowley2017-04-051-2/+0
* swr: [rasterizer] Cleanup naming of codegen filesTim Rowley2017-03-201-2/+2
* swr: validate backend state numAttributesTim Rowley2017-03-151-0/+2
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* swr: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-2/+2
* swr: implement geometry shadersTim Rowley2017-03-051-2/+98
* swr: fix crash in swr_update_derived following st/mesa state changesBruce Cherniak2017-03-021-3/+40
* swr: fix index buffers with non-zero indicesGeorge Kyriazis2017-02-231-0/+4
* swr: add fetch shader cacheGeorge Kyriazis2017-02-231-2/+4
* swr: Update fs texture & sampler state logicGeorge Kyriazis2017-01-251-2/+5
* swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak2016-12-161-9/+7
* swr: add streamout buffer offset into pBuffer pointerIlia Mirkin2016-11-301-2/+3