summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-15llvmpipe: fix lp_rast_plane alignment on 32bitRoland Scheidegger1-0/+6
2016-02-02llvmpipe: use vector loads for (optimized) tri raster funcsRoland Scheidegger1-13/+0
2016-01-08llvmpipe: don't store eo as 64bit intRoland Scheidegger1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-9/+9
2014-06-13llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger1-1/+1
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger1-1/+8
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure1-1/+1
2013-11-25llvmpipe: support 8bit subpixel precisionZack Rusin1-11/+36
2013-10-09llvmpipe: abstract the code to set number of subpixel bitsZack Rusin1-0/+9
2013-09-24Revert "llvmpipe: increase number of subpixel bits to eight"Zack Rusin1-11/+1
2013-09-23llvmpipe: increase number of subpixel bits to eightZack Rusin1-1/+11
2013-07-22llvmpipe: Remove lp_rast_get_num_threads().José Fonseca1-3/+0
2013-06-26llvmpipe: add support for nested / overlapping queriesRoland Scheidegger1-0/+2
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger1-1/+1
2013-05-31llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger1-0/+3
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger1-3/+3
2013-01-10llvmpipe: fix clearing integer color buffersRoland Scheidegger1-1/+1
2012-11-28llvmpipe: Unswizzled rendering.James Benton1-1/+1
2011-10-05llvmpipe: Fix the 4 planes (lines) case properly.José Fonseca1-0/+16
2010-10-15llvmpipe: don't store plane.ei value in binned dataKeith Whitwell1-3/+0
2010-10-15llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell1-11/+19
2010-10-15llvmpipe: don't pass frontfacing as a floatKeith Whitwell1-1/+1
2010-10-15llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell1-3/+3
2010-10-12llvmpipe: try to do more of rast_tri_3_16 with intrinsicsKeith Whitwell1-7/+9
2010-10-08llvmpipe: add rast_tri_4_16 for small lines and pointsKeith Whitwell1-5/+6
2010-10-06llvmpipe: Cleanup depth-stencil clears.José Fonseca1-2/+2
2010-09-15llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul1-2/+2
2010-09-12llvmpipe: introduce tri_3_4 for tiny trianglesKeith Whitwell1-7/+9
2010-09-07llvmpipe: rasterization debugging helpersKeith Whitwell1-0/+7
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell1-54/+23
2010-09-07llvmpipe: rearrange queriesKeith Whitwell1-2/+1
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell1-0/+1
2010-09-07llvmpipe: clean up deferred zstencil clearsKeith Whitwell1-7/+8
2010-09-07llvmpipe: rework fences and queriesKeith Whitwell1-0/+11
2010-09-07llvmpipe: move whole-tile emit into a functionKeith Whitwell1-0/+1
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell1-5/+0
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell1-0/+5
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay1-1/+3
2010-08-15llvmpipe: special case triangles which fall in a single 16x16 blockKeith Whitwell1-0/+4
2010-08-15llvmpipe: remove all traces of step arrays, pos_tablesKeith Whitwell1-5/+0
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca1-1/+1
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell1-3/+2
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell1-34/+48
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-2/+14
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca1-6/+2
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger1-2/+14
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li1-0/+8
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca1-1/+1
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-3/+4
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul1-0/+2