Files
test2/source/blender
Clément Foucault fefc9c95e4 DRW: Opti: Replace bound tex/ubo tracking array by bitfields
release_texture_slots() and release_ubo_slots() were one hotspot when
drawing taking ~9% of total CPU counters for no reason.

This was because of the loops using GPU_max_textures that was overkill and
slow.

Replace those by a simple 64bit bitwise OR operation.
2019-04-05 21:15:25 +02:00
..
2019-03-15 09:54:30 +11:00
2019-04-02 17:02:10 +02:00
2019-03-22 20:36:30 +01:00
2019-03-19 15:17:46 +11:00
2019-04-04 08:13:13 +11:00
2019-04-05 18:50:13 +02:00
2019-03-25 11:42:28 +11:00
2019-02-18 08:22:12 +11:00
2019-02-18 08:22:12 +11:00
2019-03-25 11:55:36 +11:00