index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_vcache.c
Age
Commit message (
Expand
)
Author
2010-08-06
draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
Chia-I Wu
2010-08-03
draw: check for instance divisors in vcache_check_run()
Brian Paul
2010-07-21
draw: whitespace clean-up
Brian Paul
2010-07-20
draw: correctly handle max_index=0xffffffff case in vcache code
Brian Paul
2010-07-16
draw: added array element debug / bounds checking code (disabled)
Brian Paul
2010-06-23
draw: don't try to precalculate the pipeline output primitive
Keith Whitwell
2010-06-09
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-05-05
gallium: still more provoking vertex fixes
Brian Paul
2010-05-05
gallium: rework provoking vertex code
Brian Paul
2010-04-20
draw: No need to rebase for elt_bias.
José Fonseca
2010-04-20
draw: Fix cache elt_bias implementation.
José Fonseca
2010-04-19
draw: Implement index bias.
José Fonseca
2009-11-26
draw: Fix max_index check.
Keith Whitwell
2009-10-27
draw: Fix memory leak.
Vinson Lee
2009-06-19
draw: use u_reduced_prim() function
Brian Paul
2009-06-18
draw: fix first provoking vertex mode for unfilled quads
Brian Paul
2008-12-11
gallium: catch vertex overflow higher up
Alan Hourihane
2008-09-02
draw: Put INLINES where appropriate.
José Fonseca
2008-08-26
draw: attempt atomic submit of large drawelements calls
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-06-06
draw: make sure middle-end primitive is uptodate in vcache
Keith Whitwell
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-02
draw: fast element translate path without delta
Keith Whitwell
2008-05-29
draw: quieten some debug
Keith Whitwell
2008-05-29
draw: better calculation of fetch_count
Keith Whitwell
2008-05-29
draw: remove printf
Keith Whitwell
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-27
draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...
Keith Whitwell
2008-05-13
decomposition from keith, adds decomposition of more prim to the pipeline
Zack Rusin
2008-05-12
draw: turn fse path into a middle end
Keith Whitwell
2008-05-01
draw: squash warnings
Keith Whitwell
2008-04-25
draw: emit extra flags whenever pipeline is active
Keith Whitwell
2008-04-24
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-23
gallium: fix issues in recursive flushing
Brian Paul
2008-04-22
gallium: added a flushing_vcache flag, test in draw_do_flush()
Brian Paul
2008-04-22
draw: disable broken edgeflag code - didn't work & was killing performance
Keith Whitwell
2008-04-21
draw: propogate lots of errors
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-16
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-06
draw: fix edgeflag handling on the pt paths
Keith Whitwell
2008-04-02
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-04-01
draw: more flatshade_first changes
Keith Whitwell
2008-03-29
gallium: Fix some MSVC warnings.
José Fonseca
2008-03-23
draw: fix some unsigned vs ushort confusion
Keith Whitwell
2008-03-23
gallium: beginnings of draw module vertex rework
Keith Whitwell