index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_vsplit_tmp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: drop unnecessary index overflow handling from vsplit code
Roland Scheidegger
2016-11-21
1
-14
/
+1
*
draw: simplify vsplit elts code a bit
Roland Scheidegger
2016-11-21
1
-3
/
+2
*
draw: fix splitting of line loops (v2)
Brian Paul
2015-10-20
1
-0
/
+3
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
draw: fix overflows in the indexed rendering paths
Zack Rusin
2013-07-03
1
-24
/
+30
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
draw: Fix vsplit regression when the ib can be used directly.
José Fonseca
2013-05-15
1
-1
/
+1
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
1
-21
/
+21
*
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
2012-11-15
1
-3
/
+3
*
draw: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
1
-4
/
+4
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-4
/
+2
*
draw: Fix thinko in debug warnings.
José Fonseca
2011-04-06
1
-3
/
+3
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
1
-3
/
+9
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
*
draw: Fix an off-by-one bug in a vsplit assertion.
Chia-I Wu
2011-01-14
1
-1
/
+2
*
draw: Add draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-2
/
+4
*
drwa: Add PRIMITIVE macro to vsplit.
Chia-I Wu
2010-08-16
1
-20
/
+26
*
draw: Add vsplit frontend.
Chia-I Wu
2010-08-16
1
-0
/
+301