Lioncash
|
50a476c371
|
Assert: Uppercase assertion macros
Macros should be all upper-cased. This is also kind of a wart that's
been sticking out for quite a while now (we avoid prefixing
underscores).
|
2018-03-14 22:03:12 -04:00 |
|
degasus
|
258f48572d
|
VertexLoaderJit: Fix out-of-bounds access for zfreeze.
This fixes a GCC6.1 warning.
|
2016-09-17 16:47:12 +02:00 |
|
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
|
Lioncash
|
d9fec92628
|
VideoCommon: Header cleanup
Also remedies places where the video backends and core rely on things
being indirectly included.
|
2016-01-17 20:11:45 -05:00 |
|
Tillmann Karras
|
9f8981c7c0
|
VertexLoaderUtils: remove simple wrapper functions
|
2015-10-11 23:40:50 +02:00 |
|
Rohit Nirmal
|
6252d2d71a
|
Fix building with PCH disabled.
|
2015-08-28 14:13:28 -05:00 |
|
Lioncash
|
619e333dcc
|
VertexLoader: Remove the LOADERDECL define.
These functions aren't called from jitted code anymore so it isn't necessary.
|
2015-06-20 20:52:54 -04:00 |
|
Tillmann Karras
|
5ddd2cef6c
|
zfreeze: cache vertex positions
Suggested by degasus.
|
2015-06-07 12:13:00 +02:00 |
|
Ryan Houdek
|
69963dc4b0
|
Merge pull request #2274 from degasus/disable_bbox
Disable bbox
|
2015-05-25 08:46:12 -04:00 |
|
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
degasus
|
6b2a1e57e2
|
BBox: remove now unreachable SW bbox implementation
|
2015-05-25 09:33:34 +02:00 |
|
degasus
|
acd074e291
|
VideoCommon: Make BBox emulation optional
|
2015-05-25 09:33:34 +02:00 |
|
Tillmann Karras
|
8d90ecda7f
|
VertexLoaders: make positions more compact
|
2015-03-18 12:09:06 +01:00 |
|
Stevoisiak
|
93b16a4a2d
|
Formatting/Whitespace Cleanup
Various fixes to formatting and whitespace
|
2015-02-25 10:48:21 -05:00 |
|
Ryan Houdek
|
15e41c67f8
|
Change RunVertices' function arguments.
This reduces some dumb state shuffling when calling the emitted vertex loaders.
|
2015-02-13 12:16:06 -06:00 |
|
Tillmann Karras
|
66f28707e7
|
VertexLoader: small clean up
|
2015-01-26 22:24:06 +01:00 |
|
Tillmann Karras
|
46ab5d63d6
|
VertexLoader: never reset alpha in 8888 colors
Fixes the opening menu of Xenoblade Chronicles.
|
2015-01-20 09:22:55 +01:00 |
|
Tillmann Karras
|
80617ec6bd
|
VertexLoader: remove weird line
|
2015-01-20 01:53:52 +01:00 |
|
Tillmann Karras
|
873902b4a3
|
VertexLoader: remove non-JIT SSE code
|
2015-01-20 01:51:07 +01:00 |
|
Tillmann Karras
|
804341d4fe
|
VertexLoader: fix position offset bug
|
2015-01-19 17:38:40 +01:00 |
|
Tillmann Karras
|
e82e9f97f5
|
VertexLoader: add new JIT
|
2015-01-18 13:29:34 +01:00 |
|
Tillmann Karras
|
20ded4c1e5
|
VertexLoader: remove old JIT
|
2015-01-18 12:59:33 +01:00 |
|
Tillmann Karras
|
2cedc0034d
|
DataReader: turn WritePointer into GetPointer
|
2015-01-18 12:59:33 +01:00 |
|
degasus
|
1efd00227d
|
VertexLoader: Skip vertices with position index = -1
|
2014-12-21 14:29:44 +01:00 |
|