wuying225 / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add another vertex cache algorithm #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
  Try to support a lazy-evaluated vertex cache.

Original issue reported on code.google.com by wuye9036 on 1 Apr 2013 at 4:55

GoogleCodeExporter commented 9 years ago
Added tls_vertex_cache and shared_vertex_cache. The former is per-thread L1 
vertex cache, and the second is L1 per thread and L2 shared cache. Now 
tls_vertex_cache is default algorithm.

Original comment by wuye9036 on 4 Jun 2014 at 11:29