summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/swr_state.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-04-18swr/rast: Change gfx pointers to gfxptr_tGeorge Kyriazis1-1/+1
2018-02-16swr/rast: Renamed variable in vertexbufferstateGeorge Kyriazis1-1/+1
2017-12-18swr: Account for index_bias in offsetsGeorge Kyriazis1-3/+3
2017-11-10swr: Fixed an uncommon freed-memory access during state validationBruce Cherniak1-16/+19
2017-09-26swr: Remove unneeeded comparisonGeorge Kyriazis1-2/+1
2017-09-26swr: Handle resource across context changesGeorge Kyriazis1-0/+44
2017-09-13swr/rast: Fetch compile state changesTim Rowley1-1/+1
2017-09-13swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley1-5/+5
2017-09-13swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slotTim Rowley1-0/+3
2017-09-13swr/rast: Move clip/cull enables in APITim Rowley1-8/+8
2017-07-27swr: fix transform feedback logicGeorge Kyriazis1-2/+3
2017-07-13swr/rast: Support render target mask instead of render target countTim Rowley1-1/+1
2017-07-12swr: Add path to draw directly from client memory without copy.Bruce Cherniak1-11/+26
2017-07-11swr: switch to using SwrGetInterface api tableTim Rowley1-20/+20
2017-06-30swr: Minor cleanup of variable usage, no functional change.Bruce Cherniak1-2/+2
2017-06-30swr/rast: Support dynamically sized vertex layoutTim Rowley1-0/+2
2017-06-29swr: 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 Cherniak1-23/+2
2017-06-29swr: conditionally validate vertex buffer stateBruce Cherniak1-4/+5
2017-06-22swr: invalidate attachment on transition changeGeorge Kyriazis1-0/+5
2017-06-20swr: Include definition of missing functionGeorge Kyriazis1-0/+1
2017-06-16swr/rast: Fix read-back of viewport array indexTim Rowley1-6/+6
2017-06-16swr/rast: Fix read-back of render target array indexTim Rowley1-0/+7
2017-06-16swr/rast: Remove explicit primitive id slot in the vertex layoutTim Rowley1-3/+18
2017-06-16swr/rast: Implement JIT shader caching to diskTim Rowley1-0/+1
2017-06-16swr: Don't crash when encountering a VBO with stride = 0.Bruce Cherniak1-7/+18
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-28/+14
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-7/+7
2017-05-08swr: fix polygonmode for front==backGeorge Kyriazis1-1/+7
2017-04-14swr: Add polygon stipple supportGeorge Kyriazis1-2/+25
2017-04-14swr: Enable MSAA in OpenSWR software rendererBruce Cherniak1-9/+65
2017-04-05swr: [rasterizer core] Programmable sample position supportTim Rowley1-2/+0
2017-03-20swr: [rasterizer] Cleanup naming of codegen filesTim Rowley1-2/+2
2017-03-15swr: validate backend state numAttributesTim Rowley1-0/+2
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08swr: s/unsigned/enum pipe_shader_type/Brian Paul1-2/+2
2017-03-05swr: implement geometry shadersTim Rowley1-2/+98
2017-03-02swr: fix crash in swr_update_derived following st/mesa state changesBruce Cherniak1-3/+40
2017-02-23swr: fix index buffers with non-zero indicesGeorge Kyriazis1-0/+4
2017-02-23swr: add fetch shader cacheGeorge Kyriazis1-2/+4
2017-01-25swr: Update fs texture & sampler state logicGeorge Kyriazis1-2/+5
2016-12-16swr: Implement fence attached work queues for deferred deletion.Bruce Cherniak1-9/+7
2016-11-30swr: add streamout buffer offset into pBuffer pointerIlia Mirkin1-2/+3
2016-11-30swr: fix assertion for max number of so targetsIlia Mirkin1-1/+1
2016-11-30swr: fix range computation for instanced client-side arraysIlia Mirkin1-24/+50
2016-11-29swr: use util_copy_framebuffer_state helperIlia Mirkin1-12/+1
2016-11-28swr: don't clear all dirty bits when changing so targetsIlia Mirkin1-1/+1
2016-11-22swr: flatshading makes color outputs flat, it doesn't affect othersIlia Mirkin1-4/+2
2016-11-22swr: rework resource layout and surface setupIlia Mirkin1-62/+104
2016-11-21swr: calculate viewport width/height based on the scaleIlia Mirkin1-6/+12