summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_derived.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23llvmpipe: improve rasterization discard logicRoland Scheidegger1-4/+18
2017-05-27llvmpipe: add LP_NEW_GS flag for updating vertex infoRoland Scheidegger1-0/+1
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-06-14llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger1-1/+1
2016-04-27llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-01-21llvmpipe,i915: add back NEW_RASTERIZER dependency when computing vertex infoRoland Scheidegger1-2/+4
2016-01-07llvmpipe: use ints not unsigned for slotsRoland Scheidegger1-34/+39
2016-01-07draw: nuke the interp parameter from vertex_infoRoland Scheidegger1-13/+12
2016-01-07llvmpipe: scratch some special handling of vp_index/layerRoland Scheidegger1-16/+5
2015-12-12llvmpipe: fix layer/vp input into fs when not written by prior stagesRoland Scheidegger1-25/+53
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-07llvmpipe: Basic implementation of pipe_context::set_sample_mask.José Fonseca1-0/+8
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure1-0/+12
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-1/+2
2013-08-02llvmpipe: don't interpolate front face or prim idZack Rusin1-15/+13
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+9
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger1-1/+12
2013-05-25draw: fixup draw_find_shader_outputZack Rusin1-4/+4
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin1-1/+13
2012-12-07gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca1-2/+3
2012-12-03llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton1-1/+1
2012-12-03llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca1-0/+1
2012-08-06llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul1-4/+4
2011-11-01llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca1-6/+6
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell1-7/+19
2010-11-01llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay1-1/+13
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1-5/+9
2010-10-11llvmpipe: Use lp_tgsi_info.José Fonseca1-8/+8
2010-09-29llvmpipe: Decouple sampler view and sampler state updates.José Fonseca1-3/+6
2010-09-24llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul1-2/+4
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-62/+7
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay1-5/+15
2010-08-27llvmpipe: native point rasterizationHui Qi Tay1-0/+10
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin1-5/+1
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin1-2/+6
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell1-1/+1
2010-06-01llvmpipe: Obey color interpolation.José Fonseca1-16/+17
2010-06-01llvmpipe: Use struct lp_shader_input in the interpolator.José Fonseca1-1/+2
2010-06-01llvmpipe: Don't waste time interpolating unused input channels.José Fonseca1-0/+1
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li1-1/+2
2010-04-18llvmpipe: Emit only the vertex attributes necessary for the FS, and ensure th...José Fonseca1-68/+67
2010-03-17llvmpipe: added stencil ref values to jit context stateBrian Paul1-1/+4
2009-12-10llvmpipe: Fix after sampler view changes.michal1-6/+6
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-1/+1
2010-01-14llvmpipe: implement scissor testingBrian Paul1-0/+4
2010-01-13llvmpipe: commentsBrian Paul1-3/+5
2010-01-11llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell1-0/+1
2010-01-11llvmpipe: remove scissor cliprect derived stateKeith Whitwell1-38/+0
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-24/+4
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca1-32/+3