summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.h
AgeCommit message (Expand)Author
2010-08-15llvmpipe: special case triangles which fall in a single 16x16 blockKeith Whitwell
2010-08-15llvmpipe: remove all traces of step arrays, pos_tablesKeith Whitwell
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2010-03-03llvmpipe: Store the original triangle coordinates in the debug build.José Fonseca
2010-03-02llvmpipe: reorganize transfer usageKeith Whitwell
2010-02-24llvmpipe: more lp_rasterizer_task parameter passingBrian Paul
2010-02-10llvmpipe: Leave depth buffer in swizzled format.José Fonseca
2010-02-07llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni...Vinson Lee
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-15llvmpipe: remove lp_rast_triangle::min/max fieldsBrian Paul
2010-01-15llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul
2010-01-13llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca
2009-12-16llvmpipe: do final the pixel in/out triangle test in the fragment shaderBrian Paul
2009-12-13llvmpipe: rename bins to sceneKeith Whitwell
2009-12-11llvmpipe: added lp_rast_fence() bin functionBrian Paul
2009-12-11llvmpipe: added lp_rast_get_num_threads()Brian Paul
2009-12-10llvmpipe: updated commentsBrian Paul
2009-12-09llvmpipe: checkpoint: begin plugging in bin queue codeBrian Paul
2009-12-07llvmpipe: repartition lp_rasterizer state for threadingBrian Paul
2009-12-04llvmpipe: still more bin code reorganizationBrian Paul
2009-12-04llvmpipe: reorganization of binning data structions and funtionsBrian Paul
2009-12-04llvmpipe: move lp_rasterize_bin() into lp_rast.cBrian Paul
2009-12-04llvmpipe: comments and minor clean-upsBrian Paul
2009-12-04llvmpipe: move bin-related structures and functions into new lp_bin.[ch]Brian Paul
2009-12-04llvmpipe: remove lp_rast_triangle::oneoverarea fieldBrian Paul
2009-12-04llvmpipe: bin state-change commandsBrian Paul
2009-12-04llvmpipe: dynamic allocation of triangle a0/dadx/dady arraysBrian Paul
2009-12-03llvmpipe: comments regarding lp_rast_triangleBrian Paul
2009-11-30llvmpipe: add a bunch of commentsBrian Paul
2009-10-21llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell
2009-10-20llvmpipe: precalculate some offsetsKeith Whitwell
2009-10-19llvmpipe: fixed-point rasterizationKeith Whitwell
2009-10-09llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca
2009-10-09llvmpipe: trivial/clear worksKeith Whitwell
2009-10-09llvmpipe: get lp_setup_tri buildingKeith Whitwell
2009-10-09llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointerKeith Whitwell
2009-10-09llvmpipe: Follow write_color/write_zstencil.José Fonseca
2009-10-09llvmpipe: calculate overall width and height, pass to rasterizerKeith Whitwell
2009-10-08llvmpipe: triangle struct owns its copy of shader inputsKeith Whitwell
2009-10-08llvmpipe: work on clears and coefficientsKeith Whitwell