summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_vcache.c
AgeCommit message (Expand)Author
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu
2010-08-03draw: check for instance divisors in vcache_check_run()Brian Paul
2010-07-21draw: whitespace clean-upBrian Paul
2010-07-20draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul
2010-07-16draw: added array element debug / bounds checking code (disabled)Brian Paul
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: still more provoking vertex fixesBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-04-20draw: No need to rebase for elt_bias.José Fonseca
2010-04-20draw: Fix cache elt_bias implementation.José Fonseca
2010-04-19draw: Implement index bias.José Fonseca
2009-11-26draw: Fix max_index check.Keith Whitwell
2009-10-27draw: Fix memory leak.Vinson Lee
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-06-18draw: fix first provoking vertex mode for unfilled quadsBrian Paul
2008-12-11gallium: catch vertex overflow higher upAlan Hourihane
2008-09-02draw: Put INLINES where appropriate.José Fonseca
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-06draw: make sure middle-end primitive is uptodate in vcacheKeith Whitwell
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-06-02draw: fast element translate path without deltaKeith Whitwell
2008-05-29draw: quieten some debugKeith Whitwell
2008-05-29draw: better calculation of fetch_countKeith Whitwell
2008-05-29draw: remove printfKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-01draw: squash warningsKeith Whitwell
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-23gallium: fix issues in recursive flushingBrian Paul
2008-04-22gallium: added a flushing_vcache flag, test in draw_do_flush()Brian Paul
2008-04-22draw: disable broken edgeflag code - didn't work & was killing performanceKeith Whitwell
2008-04-21draw: propogate lots of errorsKeith Whitwell
2008-04-19draw: move incoming vertex state into draw->ptKeith Whitwell
2008-04-16draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell
2008-04-06draw: fix edgeflag handling on the pt pathsKeith Whitwell
2008-04-02draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell
2008-04-01draw: more flatshade_first changesKeith Whitwell
2008-03-29gallium: Fix some MSVC warnings.José Fonseca
2008-03-23draw: fix some unsigned vs ushort confusionKeith Whitwell
2008-03-23gallium: beginnings of draw module vertex reworkKeith Whitwell