summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
AgeCommit message (Expand)Author
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2010-12-16draw: s/varient/variant/Brian Paul
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-25draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.Chia-I Wu
2010-08-16draw: No need to make max_vertices even.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-03-26draw: Use translate function instead of switch casesJakob Bornecrantz
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2009-10-02gallium: remove // comment and extra whitespaceBrian Paul
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-02-17draw: second argument to unmap is max, not countKeith Whitwell
2009-02-17draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-12-10gallium: change 65535 to UNDEFINED_VERTEX_IDAlan Hourihane
2008-12-10gallium: more vertex count checksAlan Hourihane
2008-12-10gallium: temporary check for > 65535 verticesAlan Hourihane
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell
2008-10-02draw: don't keep refetching constant inputsKeith Whitwell
2008-08-26draw: attempt atomic submit of large drawelements callsKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-29draw: share machineKeith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: add disabled debug codeKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell
2008-05-23draw: fse works with elts, remove assertKeith Whitwell
2008-05-23draw: add viewport to varient stateKeith Whitwell
2008-05-23draw: create specialized vs varients incorporating fetch & emitKeith Whitwell
2008-05-23draw: get rid of fetch-shade-emit frontend hackKeith Whitwell
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-12draw: add fetch-shade-emit pathKeith Whitwell