Yuri Kunde Schlesner
|
fa5d9d8266
|
Use negative priorities to avoid special-casing the self-include
|
2016-09-21 00:15:56 -07:00 |
|
Emmanuel Gil Peyrot
|
1138ec0d49
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Emmanuel Gil Peyrot
|
628ed4376a
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
bunnei
|
cf069f5234
|
Merge pull request #1733 from lioncash/vert_loader
VertexLoader: Minor changes
|
2016-05-23 21:13:34 -04:00 |
|
Jannik Vogel
|
101eb11369
|
Move default_attributes into Pica state
|
2016-05-12 19:05:41 +02:00 |
|
Lioncash
|
38eca6b728
|
vertex_loader: Provide an assertion for ensuring the loader has been setup
Also adds an assert to ensure that Setup is not called more than once
during a VertexLoader's lifetime.
|
2016-05-08 23:08:12 -04:00 |
|
Lioncash
|
4633449bfc
|
vertex_loader: Correct header ordering
|
2016-05-08 23:01:26 -04:00 |
|
Emmanuel Gil Peyrot
|
c39a267974
|
VideoCore: Run include-what-you-use and fix most includes.
|
2016-04-30 17:02:41 +01:00 |
|
Henrik Rydgard
|
9f1cffa3e9
|
Move and rename the MemoryAccesses class to MemoryAccessTracker.
|
2016-04-29 08:50:21 +02:00 |
|
Henrik Rydgard
|
0a3b4b8cb4
|
Debugger fix
|
2016-04-28 22:30:01 +02:00 |
|
Henrik Rydgard
|
b9da0f7902
|
Optimize the vertex loader, nearly doubling its speed.
|
2016-04-28 22:21:39 +02:00 |
|
Henrik Rydgard
|
b57bcfd528
|
Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached).
|
2016-04-28 20:17:35 +02:00 |
|
Henrik Rydgard
|
ec770c0bbf
|
Move "&" to their proper place, add missing includes and make some properly relative.
|
2016-04-28 19:40:11 +02:00 |
|
Henrik Rydgard
|
c1ee661492
|
Refactor: Extract VertexLoader from command_processor.cpp.
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
|
2016-04-28 19:05:55 +02:00 |
|