Unknown W. Brackets
|
a04af187ea
|
Fix 16-bit indexed rectangles.
This was causing us to draw double the rectangles. 8-bit indexed
rectangles are already correct.
|
2015-03-07 19:52:09 -08:00 |
|
Henrik Rydgard
|
2290a6165e
|
Try to fix glitch reported in #7457 in PHOTOKANO
|
2015-02-12 11:44:06 +01:00 |
|
Henrik Rydgard
|
96ecb9a160
|
IndexGenerator: Add back a line that got lost in af46d17b
|
2015-02-11 21:55:05 +01:00 |
|
Peter Tissen
|
6f2962e0c3
|
make sure all the counters are increased by the correct value
|
2015-02-02 22:30:47 +01:00 |
|
Peter Tissen
|
4a150bead7
|
don't try to access past the number of vertices when drawing rectangles
|
2015-02-02 22:08:33 +01:00 |
|
Unknown W. Brackets
|
340029f333
|
Avoid a bad buffer access on GE_PRIM_KEEP_PREVIOUS.
|
2015-01-17 18:43:01 -08:00 |
|
Henrik Rydgard
|
2cc1bd327a
|
Make the reporting option more prominent. Also move a few options around.
Very minor change in indexgenerator.
|
2015-01-11 00:12:32 +01:00 |
|
Lioncash
|
a962bc5a6c
|
Mark some functions as const
|
2014-12-07 17:08:13 -05:00 |
|
Unknown W. Brackets
|
e0b4aa68d0
|
Typos.
|
2014-06-21 12:04:27 -07:00 |
|
sum2012
|
e4b68099e0
|
Attempt to fix Colin Mcrae Dirt 2 Crash correctly
#4482
|
2013-11-10 08:23:31 +08:00 |
|
Henrik Rydgard
|
497915141b
|
Revert to normal for loop in the index generator, the < 3 case gets taken care of properly. Just existing caused some issues.
|
2013-11-09 19:33:40 +01:00 |
|
sum2012
|
886fcdd0b1
|
Fix Colin Mcrae Dirt 2 Crash
#4482
|
2013-11-10 02:23:22 +08:00 |
|
Henrik Rydgard
|
9a51d25279
|
Minor optimization in IndexGenerator::AddStrip.
|
2013-11-08 12:43:47 +01:00 |
|
Unknown W. Brackets
|
e435b81281
|
Optimize IndexGenerator::AddPrim() funcs for MSVC.
Reduces profile from ~5.4% to ~1.6% (with vertex cache off) in
Senjou no Valkyria 3. Similar to the TranslatePrim() funcs.
|
2013-11-04 22:49:28 -08:00 |
|
Henrik Rydgard
|
cd57e8a09d
|
Forgot that you should never walk arrays with member variables, throws off the MSVC optimizer (probably a pointer aliasing issue)
|
2013-10-07 21:35:22 +02:00 |
|
Henrik Rydgard
|
4751dd631c
|
Some more IndexGenerator optimization just for kicks
|
2013-10-07 21:13:52 +02:00 |
|
Henrik Rydgard
|
af46d17b94
|
Optimize index generator
|
2013-10-07 20:15:00 +02:00 |
|
Henrik Rydgard
|
cc6681cd0b
|
Compile Ced's DX9 GPU on Windows. Not hooked up yet.
This needs work, has several problems that must be fixed to run on Windows.
Ced, you'll have to fix up your xb project file a bit, sorry.
|
2013-09-15 12:52:44 +02:00 |
|