Blender Git Commit Log
Git Commits -> Revision 9965160
Revision 9965160 by Mike Erwin (GPU_data_request) March 28, 2015, 08:33 (GMT) |
new draw path for Mesh & Camera objects Used only when �??new viewport�? pref is checked, so we can switch back & forth for comparison. Camera because it�??s simple �?? scoped some vars, removed an extra line segment, touch back face cull state only when needed. Mesh because it�??s interesting �?? very little difference, just factored out edit mesh drawing & touch back face cull state only when needed. Also added (temporary) call graph tracing, to help me make sense of the object drawing logic. More to come for these object types, will run with these and add more object types later. Not using our new APIs yet but that is the goal. |
Commit Details:
Full Hash: 9965160c5841a6babaa52a9199643b3330c80eb4
Parent Commit: 7bcb4fb
Lines Changed: +434, -17