index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_vcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: Fix memory leak.
Vinson Lee
2009-10-27
1
-0
/
+2
*
draw: use u_reduced_prim() function
Brian Paul
2009-06-19
1
-1
/
+2
*
draw: fix first provoking vertex mode for unfilled quads
Brian Paul
2009-06-18
1
-10
/
+24
*
gallium: catch vertex overflow higher up
Alan Hourihane
2008-12-11
1
-6
/
+7
*
draw: Put INLINES where appropriate.
José Fonseca
2008-09-02
1
-64
/
+85
*
draw: attempt atomic submit of large drawelements calls
Keith Whitwell
2008-08-26
1
-8
/
+13
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
draw: make sure middle-end primitive is uptodate in vcache
Keith Whitwell
2008-06-06
1
-1
/
+26
*
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-04
1
-5
/
+8
*
draw: fast element translate path without delta
Keith Whitwell
2008-06-02
1
-31
/
+93
*
draw: quieten some debug
Keith Whitwell
2008-05-29
1
-1
/
+1
*
draw: better calculation of fetch_count
Keith Whitwell
2008-05-29
1
-3
/
+9
*
draw: remove printf
Keith Whitwell
2008-05-29
1
-2
/
+0
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-3
/
+120
*
draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...
Keith Whitwell
2008-05-27
1
-52
/
+65
*
decomposition from keith, adds decomposition of more prim to the pipeline
Zack Rusin
2008-05-13
1
-65
/
+52
*
draw: turn fse path into a middle end
Keith Whitwell
2008-05-12
1
-14
/
+1
*
draw: squash warnings
Keith Whitwell
2008-05-01
1
-1
/
+0
*
draw: emit extra flags whenever pipeline is active
Keith Whitwell
2008-04-25
1
-5
/
+1
*
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-24
1
-289
/
+67
*
gallium: fix issues in recursive flushing
Brian Paul
2008-04-23
1
-2
/
+0
*
gallium: added a flushing_vcache flag, test in draw_do_flush()
Brian Paul
2008-04-22
1
-0
/
+2
*
draw: disable broken edgeflag code - didn't work & was killing performance
Keith Whitwell
2008-04-22
1
-6
/
+7
*
draw: propogate lots of errors
Keith Whitwell
2008-04-21
1
-0
/
+2
*
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
1
-1
/
+1
*
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-16
1
-2
/
+3
*
draw: fix edgeflag handling on the pt paths
Keith Whitwell
2008-04-06
1
-166
/
+230
*
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-04-02
1
-8
/
+9
*
draw: more flatshade_first changes
Keith Whitwell
2008-04-01
1
-15
/
+112
*
gallium: Fix some MSVC warnings.
José Fonseca
2008-03-29
1
-1
/
+1
*
draw: fix some unsigned vs ushort confusion
Keith Whitwell
2008-03-23
1
-5
/
+4
*
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-23
1
-0
/
+338