Joel Middendorf
|
d33c7db43a
|
Add little-endian memory arrays
|
2018-06-10 15:30:07 -04:00 |
|
Joel Middendorf
|
cf0e8f9379
|
array buffers in memory
|
2018-06-10 14:51:22 -04:00 |
|
Joel Middendorf
|
e178dba4d5
|
Create array buffers so buffers arrays can be created using them and indexing by 16bit and 32bit
|
2018-06-10 14:15:37 -04:00 |
|
Joel Middendorf
|
697257501c
|
memory Little-endian (WIP)
|
2018-06-10 12:53:08 -04:00 |
|
Joel Middendorf
|
9df0009d74
|
Update README.md
|
2018-06-02 11:29:35 -04:00 |
|
Joel Middendorf
|
1e54d3fdb1
|
Optimize opcode map for compiler
|
2018-06-02 03:32:15 -04:00 |
|
Joel Middendorf
|
234e3a5eac
|
Update README.md
|
2018-05-24 13:45:26 -04:00 |
|
Joel Middendorf
|
83de429b71
|
optimizations
|
2018-05-13 18:08:02 -04:00 |
|
Joel Middendorf
|
d6a06dbe8c
|
Merge pull request #39 from schibo/optimizations
Optimizations
|
2018-05-12 18:32:06 -04:00 |
|
Joel Middendorf
|
b6edb14bd7
|
Separate tile blits into functions so v8 can optimize
|
2018-05-12 18:24:49 -04:00 |
|
Joel Middendorf
|
005913eee3
|
Fix to recursive call to updateGradient()
|
2018-05-06 17:17:22 -04:00 |
|
Joel Middendorf
|
fb2bada43c
|
Revert
|
2018-05-06 16:13:22 -04:00 |
|
Joel Middendorf
|
22f076a8a4
|
multiplyVec3 bottleneck
|
2018-05-06 15:52:56 -04:00 |
|
Joel Middendorf
|
b83d562f3b
|
Type annotations
|
2018-05-06 15:23:19 -04:00 |
|
Joel Middendorf
|
70f6e3d16f
|
optimize microcode lut and matrix load
|
2018-05-06 08:04:15 -04:00 |
|
Joel Middendorf
|
d884007d6c
|
fix function lost scope on runLoop exit causing recompile of block on reentry to runLoop
|
2018-05-05 23:05:05 -04:00 |
|
Joel Middendorf
|
743a948b72
|
Fix: Don't compile a new block every time runLoop is called
|
2018-05-05 20:21:57 -04:00 |
|
Joel Middendorf
|
0e93d3cef2
|
SetCombine optimizations
|
2018-05-05 19:37:06 -04:00 |
|
Joel Middendorf
|
310b6b8efb
|
Smaller functions & expressions for v8 performance
|
2018-05-05 13:08:13 -04:00 |
|
Joel Middendorf
|
a99cb52cee
|
Merge pull request #38 from schibo/optimizations
Optimizations
|
2018-05-04 09:16:30 -04:00 |
|
Joel Middendorf
|
6d17cfcfc1
|
Bump to 0.3.13
|
2018-05-04 09:15:08 -04:00 |
|
Joel Middendorf
|
254166e2a4
|
beq/bne optimizations
|
2018-05-04 06:23:30 -04:00 |
|
Joel Middendorf
|
af8ad0843f
|
Fixes to allow closure compiler to compile for ES6; compiled function lookup table for performance
|
2018-05-03 10:57:07 -04:00 |
|
Joel Middendorf
|
3d07a60a46
|
Fix blits
|
2018-04-30 22:58:10 -04:00 |
|
Joel Middendorf
|
4d64e138ed
|
Consolidate init and constructor in 1964 class
|
2018-04-30 20:36:56 -04:00 |
|
Joel Middendorf
|
5ed4ea618f
|
Optimize loads/stores
|
2018-04-30 19:55:38 -04:00 |
|
Joel Middendorf
|
426e276c58
|
Optimiz virtualToPhysical translation and SW
|
2018-04-30 19:25:22 -04:00 |
|
Joel Middendorf
|
facbf1661a
|
Optimize vertex data processing
|
2018-04-30 06:12:10 -04:00 |
|
Joel Middendorf
|
b5068efbf1
|
Rewrite videoHLE class; optimize loading texture formats
|
2018-04-30 05:19:35 -04:00 |
|
Joel Middendorf
|
c4067cfb39
|
Avoid hidden 1964.js classes
|
2018-04-30 03:24:19 -04:00 |
|
Joel Middendorf
|
63e159704b
|
Optimizations
|
2018-04-30 02:19:36 -04:00 |
|
Joel Middendorf
|
ce42e99554
|
Merge pull request #37 from schibo/npot-textures
Npot textures
|
2018-04-29 05:47:54 -04:00 |
|
Joel Middendorf
|
3d486967ec
|
Optimize inverse transpose calculation
|
2018-04-26 23:01:31 -04:00 |
|
Joel Middendorf
|
320f286d0c
|
triangle draw optimizations
|
2018-04-26 22:33:55 -04:00 |
|
Joel Middendorf
|
a8e7eb921f
|
Fix js debug mode
|
2018-04-26 20:22:17 -04:00 |
|
Joel Middendorf
|
01505ac149
|
assuming non-power-of-2 support
|
2018-04-26 15:49:04 -04:00 |
|
Joel Middendorf
|
f54eb72f40
|
Removing texture write to canvas; assuming non-power-of-2 support for now
|
2018-04-26 15:37:22 -04:00 |
|
Joel Middendorf
|
2d5c39fd2e
|
Use ES6 const
|
2018-04-25 06:42:30 -04:00 |
|
Joel Middendorf
|
0aaea628cf
|
Merge pull request #36 from schibo/compiler
Compiler
|
2018-04-25 04:32:58 -04:00 |
|
Joel Middendorf
|
3315ff02dd
|
comments
|
2018-04-25 04:31:59 -04:00 |
|
Joel Middendorf
|
1e195127e7
|
optimize lwl, lwr
|
2018-04-25 04:00:03 -04:00 |
|
Joel Middendorf
|
37e8bbb12a
|
optimize calls
|
2018-04-25 00:29:35 -04:00 |
|
Joel Middendorf
|
c56fb0be5b
|
fix bgtz, bgtzl
|
2018-04-24 23:17:49 -04:00 |
|
Joel Middendorf
|
fce42a9e2c
|
Merge branch 'master' of github.com:schibo/1964js
|
2018-04-23 06:48:31 -04:00 |
|
Joel Middendorf
|
11b8437832
|
dense arrays for memory lookup is faster
|
2018-04-23 06:48:13 -04:00 |
|
Joel Middendorf
|
cd105bf994
|
Updated Readme for CoffeeScript 2.2.4
|
2018-04-22 12:30:57 -04:00 |
|
Joel Middendorf
|
4c9d2cf9bb
|
Bump to 0.3.12
|
2018-04-22 12:22:09 -04:00 |
|
Joel Middendorf
|
7d0185529c
|
Update libraries to support latest CoffeeScript 2.2.4 and ECMAScript6
|
2018-04-22 12:12:05 -04:00 |
|
Joel Middendorf
|
d4e813d4ab
|
Fix to writeTLB32
|
2018-04-22 09:24:37 -04:00 |
|
Joel Middendorf
|
bb197845ef
|
Bump to 0.3.11
|
2018-04-22 09:00:45 -04:00 |
|