Unknown W. Brackets
|
0839ce59e1
|
x86jit: Apply dirty when reusing 1-reg VS.
|
2014-11-27 01:05:11 -08:00 |
|
Unknown W. Brackets
|
bbeb5758b7
|
x86jit: Simplify VS() / VSX() usage.
|
2014-11-27 00:07:17 -08:00 |
|
Unknown W. Brackets
|
039510a3e3
|
x86jit: Respect dirty even for non-simd.
|
2014-11-26 23:29:20 -08:00 |
|
Unknown W. Brackets
|
f63c165f64
|
x86jit: Fix several cases of missing dirty checks.
|
2014-11-26 23:28:14 -08:00 |
|
Henrik Rydgard
|
acb711007f
|
x86 jit: SIMD-ify cross product
|
2014-11-27 00:18:19 +01:00 |
|
Henrik Rydgard
|
5033babb10
|
x86 Jit: SIMD-ify vdot
|
2014-11-26 23:47:18 +01:00 |
|
Henrik Rydgard
|
bbd0afd148
|
x86 jit: Disable SIMD by default, needs just a little more debugging..
|
2014-11-26 22:30:41 +01:00 |
|
Henrik Rydgard
|
4b25afb7b4
|
x86 Jit: SIMD some more instructions
|
2014-11-26 22:30:06 +01:00 |
|
Henrik Rydgard
|
becdb14a3f
|
x86 jit: Fix a couple issues in simd storefromregister
|
2014-11-26 22:25:18 +01:00 |
|
Henrik Rydgård
|
80797dc723
|
Merge pull request #7108 from unknownbrackets/jit-simd
Fix the simd issue at least for Wipeout
|
2014-11-26 21:42:02 +01:00 |
|
Henrik Rydgård
|
57be5f459f
|
Merge pull request #7107 from xebra/master
Fix spline/bezier
|
2014-11-26 21:31:26 +01:00 |
|
Unknown W. Brackets
|
abd425d9f1
|
x86jit: Re-enable the simd optimization.
|
2014-11-26 09:21:15 -08:00 |
|
Unknown W. Brackets
|
e5dabaabe2
|
x86jit: Optimize simd->non for 1-lane a little.
|
2014-11-26 09:20:50 -08:00 |
|
Unknown W. Brackets
|
5d0c32d1e6
|
x86jit: Assume non-simd regs are dirty.
|
2014-11-26 09:19:50 -08:00 |
|
xebra
|
3c1f4b5cb7
|
Merge branch 'spline/bezier'
|
2014-11-26 16:37:18 +09:00 |
|
xebra
|
ad22ffc679
|
[spline/bezier]Support medium quality. It's half of high quality. High quality is the original.
|
2014-11-26 12:23:02 +09:00 |
|
Henrik Rydgard
|
804de50711
|
x86 jit: SIMD-ify VFPU register file writebacks where possible
|
2014-11-26 01:33:05 +01:00 |
|
Henrik Rydgard
|
a6eb4c7e73
|
Warning fix
|
2014-11-25 23:57:11 +01:00 |
|
Henrik Rydgard
|
b3c8a82c49
|
x86 jit: SIMD-ify some more
|
2014-11-25 23:56:46 +01:00 |
|
Henrik Rydgard
|
b5ee47a80c
|
x86 jit: SIMD-ify lv.q and sv.q
|
2014-11-25 23:28:29 +01:00 |
|
Henrik Rydgård
|
4db6b7f3e2
|
SIMD-ify a couple instructions a bit
|
2014-11-25 22:47:26 +01:00 |
|
Unknown W. Brackets
|
ced555ee47
|
Oops, fix a mistake in umd replacement.
|
2014-11-25 12:03:16 -08:00 |
|
Unknown W. Brackets
|
40950a4b0e
|
Workaround missing unique_ptr on Symbian.
Arg.
|
2014-11-25 12:00:35 -08:00 |
|
Unknown W. Brackets
|
7ccd428827
|
Allow http:// iso from command line.
|
2014-11-25 11:58:19 -08:00 |
|
Unknown W. Brackets
|
efd7f1cc36
|
Fix a few warnings, cleanup.
|
2014-11-25 11:58:03 -08:00 |
|
Unknown W. Brackets
|
53c3841698
|
Buildfix for Linux and Symbian.
|
2014-11-25 11:48:08 -08:00 |
|
Unknown W. Brackets
|
aeb3a327f0
|
Oops, typo.
|
2014-11-25 11:39:34 -08:00 |
|
Unknown W. Brackets
|
0d8dc48200
|
Don't try to close invalid files.
|
2014-11-25 11:34:39 -08:00 |
|
Henrik Rydgård
|
8222f1ef09
|
Merge pull request #7106 from unknownbrackets/file-remote
Use an interface to read iso files, not raw file reading
|
2014-11-25 19:42:41 +01:00 |
|
Unknown W. Brackets
|
0551773599
|
Add an interface to retry HTTP requests.
They could fail / be spotty in some situations. A little retry can go a
long way.
|
2014-11-25 09:16:47 -08:00 |
|
Unknown W. Brackets
|
53e6d49568
|
Shortcut a read outside the file.
This happened to me.
|
2014-11-25 09:16:17 -08:00 |
|
Unknown W. Brackets
|
99b422aa0a
|
Add more verbose logging in case of error.
|
2014-11-25 08:59:29 -08:00 |
|
xebra
|
368ebf7da3
|
[spline/bezier]Fix order of quad indices.
|
2014-11-25 23:48:22 +09:00 |
|
xebra
|
8cc7d8c71a
|
[spline/bezier]Fix patch subdivision counts correctly.
|
2014-11-25 23:47:29 +09:00 |
|
xebra
|
ab0eeb18f3
|
[spline/bezier]Support drawing primitives lines and points.
|
2014-11-25 22:32:50 +09:00 |
|
xebra
|
f0ef073307
|
Fix NormalizeVertices() for indexed vertices.
|
2014-11-25 21:24:54 +09:00 |
|
Unknown W. Brackets
|
6d9ff8fac4
|
Fix disconnect order.
|
2014-11-25 00:33:23 -08:00 |
|
Unknown W. Brackets
|
219d546b79
|
Handle case in HTTP headers better.
|
2014-11-25 00:30:48 -08:00 |
|
Unknown W. Brackets
|
df5020c439
|
Treat generation 0 a bit specially.
I guess we could always check gen 0 first, that'd be readahead/backfill.
|
2014-11-24 14:11:24 -08:00 |
|
Unknown W. Brackets
|
27eb38df8d
|
Fix a possible leak.
Can definitely see this happening.
|
2014-11-24 14:08:21 -08:00 |
|
Unknown W. Brackets
|
c259c6708e
|
Update native with HTTP fix.
|
2014-11-24 07:50:24 -08:00 |
|
Unknown W. Brackets
|
824e8cf17c
|
Add a readahead cache for HTTP.
So the only other thing it could do is idle backfill...
|
2014-11-24 01:08:30 -08:00 |
|
Unknown W. Brackets
|
49a5394b93
|
Oops, don't try to read past end of file.
|
2014-11-24 00:19:13 -08:00 |
|
Unknown W. Brackets
|
4e11f7c182
|
Implement a simple recently used cache for HTTP.
|
2014-11-23 23:35:20 -08:00 |
|
Unknown W. Brackets
|
6dca6ad9bd
|
Add an HTTP transport for loading isos.
Not exposed in UI yet, but you can use command line.
|
2014-11-23 16:14:11 -08:00 |
|
Unknown W. Brackets
|
b620070fa6
|
Kill FileLoader::Reopen()...
Was a bad idea.
|
2014-11-23 14:08:14 -08:00 |
|
Unknown W. Brackets
|
fd2d7406d1
|
Make LocalFileLoader essentially private.
|
2014-11-23 14:02:35 -08:00 |
|
Unknown W. Brackets
|
967b589778
|
Consistently use FileLoader for standard ISOs.
|
2014-11-23 13:59:56 -08:00 |
|
Unknown W. Brackets
|
102b7b03fa
|
Add an interface to load files with.
This allows loading from other than raw files.
|
2014-11-23 13:25:32 -08:00 |
|
Kingcom
|
f6cedcbff5
|
Replace assembler with a submodule
|
2014-11-23 21:09:40 +01:00 |
|