summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* swr: fix assertion for max number of so targetsIlia Mirkin2016-11-301-1/+1
* swr: fix range computation for instanced client-side arraysIlia Mirkin2016-11-301-24/+50
* swr: use util_copy_framebuffer_state helperIlia Mirkin2016-11-291-12/+1
* swr: don't clear all dirty bits when changing so targetsIlia Mirkin2016-11-281-1/+1
* swr: flatshading makes color outputs flat, it doesn't affect othersIlia Mirkin2016-11-221-4/+2
* swr: rework resource layout and surface setupIlia Mirkin2016-11-221-62/+104
* swr: calculate viewport width/height based on the scaleIlia Mirkin2016-11-211-6/+12
* swr: allocate all scratch space in one go for vertex buffersIlia Mirkin2016-11-211-3/+29
* swr: mark streamout buffers as writtenIlia Mirkin2016-11-191-0/+7
* swr: always enable adding start/base vertex to gl_VertexIdIlia Mirkin2016-11-151-0/+1
* swr: make sure that all rendering is finished on shader destroyIlia Mirkin2016-11-151-0/+8
* swr: disable blending for integer formatsIlia Mirkin2016-11-151-0/+3
* swr: mark both frag and vert textures read, don't forget about cbsIlia Mirkin2016-11-151-5/+15
* swr: correct setting of independentAlphaBlendEnableIlia Mirkin2016-11-091-1/+6
* swr: set halfz rasterizer settingIlia Mirkin2016-11-091-0/+1
* swr: fix support for inverted depth scalesIlia Mirkin2016-11-091-7/+3
* swr: disable logic op when the rt format is float or srgbIlia Mirkin2016-11-081-0/+6
* swr: add support for EXT_depth_bounds_testIlia Mirkin2016-11-081-0/+6