Commit Graph
20 Commits
Author SHA1 Message Date
Jamie Wong 1987e83bde Upgrade libraries & change release procedure (#8)
Previously, I was doing a hacky release process where I had `index.html` serve contents for `jlfwong.github.io/speedscope`, but used `dev.html` locally. This seems like it broke with the latest parcel release, so I just revamped the release process instead.

Now, the `release.sh` script creates a temporary shallow clone of the repository, overwrites its contents with build artifacts, runs a local server to verify it's working, then commits and pushes to the `gh-pages` branches.
2018-04-05 00:15:42 -07:00
Jamie Wong 53656fef43 I think it works!!!!! 2018-01-30 01:51:02 -08:00
Jamie Wong 838cc06ff5 Outline rendering WIP 2018-01-29 11:53:39 -08:00
Jamie Wong 31829c4aa0 Row atlas seems like it is working! 2018-01-28 12:29:41 -08:00
Jamie Wong 5412573ba3 Make NDC an implementation detail 2018-01-27 21:21:38 -08:00
Jamie Wong 24c58d5e34 Flamechart Renderer with no culling 2018-01-25 10:17:17 -08:00
Jamie Wong 282aaf8597 More helpful stats readout 2018-01-25 09:22:15 -08:00
Jamie Wong dd2a733fec Simplify vertex shader 2018-01-25 08:59:48 -08:00
Jamie Wong bb90fedd68 Print perf stats 2018-01-25 08:56:14 -08:00
Jamie Wong 1145c13452 Take strokeSize out of the rectangel batch renderer 2018-01-25 08:48:38 -08:00
Jamie Wong 47ae01f705 release 2018-01-24 11:07:53 -08:00
Jamie Wong 3945873933 Render rectangle batches via instancing 2018-01-24 11:06:48 -08:00
Jamie Wong 5caaf856b5 Stop allocating six times more memory than necessary :) 2018-01-24 10:41:55 -08:00
Jamie Wong b3213a2f44 WIP: Single GL context 2018-01-22 11:22:24 -08:00
Jamie Wong c5f9ae9cf9 Fix variable shadowing 2018-01-22 09:36:43 -08:00
Jamie Wong 66d220f45c More complete regl typings 2018-01-22 09:35:00 -08:00
Jamie Wong 95e76e9377 release 2018-01-08 22:39:10 -08:00
Jamie Wong e880b0c8ed Optimize rectangleBatchRenderer construction 2018-01-08 22:02:20 -08:00
Jamie Wong f6fa60faec Minimap viewport working 2017-12-26 15:06:03 -05:00
Jamie Wong d9c177bc5f Extract rectangle batch renderer to its own file 2017-12-26 12:54:21 -05:00