Slava Pestov
|
0b0a2c5ce4
|
unix.statvfs.netbsd: update for C type parser change
|
2009-09-28 19:38:00 -05:00 |
Slava Pestov
|
6382aaabd5
|
Merge branch 'more-simd'
|
2009-09-28 23:12:48 -05:00 |
Slava Pestov
|
e40a95c1e1
|
math.vectors.simd: add vshuffle intrinsic
|
2009-09-28 23:12:13 -05:00 |
Joe Groff
|
29404db2d9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 20:38:03 -05:00 |
Joe Groff
|
d7db62a145
|
make byte-arrays and specialized-arrays reveal their elements through the inspector
|
2009-09-28 20:34:42 -05:00 |
Joe Groff
|
02666b2491
|
catch a one-in-a-million failure in game-input.dinput backend
|
2009-09-28 19:53:46 -05:00 |
Joe Groff
|
44f393771b
|
change CALLBACK: to use the ABI of the current LIBRARY: and get rid of STDCALL-CALLBACK:
|
2009-09-28 19:27:28 -05:00 |
Doug Coleman
|
bab0e23a30
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 18:58:50 -05:00 |
Doug Coleman
|
98546d6c8f
|
fix checksum protocol -- was hardcoded to a block size of 64
|
2009-09-28 18:58:20 -05:00 |
Slava Pestov
|
7065dd09df
|
Merge branch 'more-simd' of git://factorcode.org/git/factor into more-simd
|
2009-09-28 18:33:47 -05:00 |
Slava Pestov
|
628c69685b
|
webapps.pastebin: tweak template
|
2009-09-28 17:55:42 -05:00 |
Slava Pestov
|
a20362cf26
|
webapps.pastebin: add 'Plain Text' links to see pastes in plain text
|
2009-09-28 17:53:44 -05:00 |
Slava Pestov
|
a8ea929ad9
|
Work in progress
|
2009-09-28 17:31:34 -05:00 |
Doug Coleman
|
9b64d206ff
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 17:16:26 -05:00 |
Doug Coleman
|
5b8460ad16
|
fix ui startup
|
2009-09-28 17:16:16 -05:00 |
Slava Pestov
|
e1a9b25562
|
cpu.ppc: update for %unary/binary-float-function change
|
2009-09-28 16:40:52 -05:00 |
Slava Pestov
|
4202211293
|
cpu.x86: cleanups
|
2009-09-28 16:38:35 -05:00 |
Slava Pestov
|
f59b842d9b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 16:33:51 -05:00 |
Slava Pestov
|
48d3f10c81
|
Fix some load errors in various places
|
2009-09-28 16:33:39 -05:00 |
Doug Coleman
|
be8033a39f
|
limit the byte-reader streams when loading images
|
2009-09-28 16:29:56 -05:00 |
Doug Coleman
|
5b924ff910
|
move images.http to extra so it can use images.viewer, fix load-http-image
|
2009-09-28 16:12:12 -05:00 |
Doug Coleman
|
63c7652de9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 16:01:25 -05:00 |
Doug Coleman
|
f51dd8fe2f
|
Merge branch 'master' into png2
|
2009-09-28 15:59:48 -05:00 |
Doug Coleman
|
4fbdcc72aa
|
fix jpeg loading
|
2009-09-28 15:59:32 -05:00 |
Doug Coleman
|
d7626b177a
|
fix png loading
|
2009-09-28 15:59:20 -05:00 |
Doug Coleman
|
8755f0bba0
|
fix a stack effect
|
2009-09-28 15:59:02 -05:00 |
Doug Coleman
|
69229032c2
|
define a method on stream-element-type, fix a bug in unlimited-input and add a unit test
|
2009-09-28 15:51:40 -05:00 |
Joe Groff
|
162ae0346f
|
eradicate string c-types from gpu.shaders
|
2009-09-28 15:32:01 -05:00 |
Doug Coleman
|
2dd89b4c5d
|
dont load tiff by default
|
2009-09-28 15:15:42 -05:00 |
Doug Coleman
|
49deeb6ed3
|
Merge branch 'png' of git://github.com/klazuka/factor into png2
|
2009-09-28 15:02:03 -05:00 |
Keith Lazuka
|
53789bef1b
|
definitions.icons: converted TIFF icons to PNG
Slava, don't forget to copy these PNGs into the "/icons" root on docs.factorcode.org
|
2009-09-28 15:53:39 -04:00 |
Doug Coleman
|
1fb7cf37c4
|
make a png-image type instead of having a singleton class
|
2009-09-28 14:50:36 -05:00 |
Doug Coleman
|
bf2cfd0aa6
|
Merge branch 'png' of git://github.com/klazuka/factor
|
2009-09-28 14:29:00 -05:00 |
Doug Coleman
|
438e848356
|
fix reverse png filtering with klazuka's idea
|
2009-09-28 14:20:44 -05:00 |
Joe Groff
|
01f526ff28
|
use PSHUFD for longlong-2 broadcast when dst != src to avoid a %copy
|
2009-09-28 12:04:08 -05:00 |
Joe Groff
|
7520da41cc
|
use MOVDDUP for double-2 broadcast to eliminate a %copy
|
2009-09-28 12:00:03 -05:00 |
Joe Groff
|
2e8bb98781
|
cpu.x86.assembler: make SSE shuffle instructions accept an array of indexes so they're easier to use
|
2009-09-28 11:45:45 -05:00 |
Joe Groff
|
965730efbe
|
SSE integer gather and broadcast
|
2009-09-28 11:24:08 -05:00 |
Joe Groff
|
97785c0c09
|
vim: now highlighting more """ strings in more places!
|
2009-09-28 10:59:45 -05:00 |
Keith Lazuka
|
f45a6df8e5
|
images.png: teased apart PNG parse and decode phases to match images.tiff and images.gif
|
2009-09-28 11:21:35 -04:00 |
Slava Pestov
|
4abfe06b51
|
Fixing various test failures caused by C type parser change, and clarify C type docs some more
|
2009-09-28 08:48:39 -05:00 |
Slava Pestov
|
49d07971ef
|
windows.kernel/user32: update for C type parser changes
|
2009-09-28 06:41:26 -05:00 |
Slava Pestov
|
fb68d11407
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 06:40:55 -05:00 |
Slava Pestov
|
21f918adb6
|
io.backend.unix.multiplexers: add meta-data
|
2009-09-28 06:38:23 -05:00 |
Slava Pestov
|
9a06e6f424
|
math.vectors.simd: add intrinsic for int-4-boa, uint-4-boa, fix tests for C type parser change, fix software fallback for horizontal shifts
|
2009-09-28 06:34:22 -05:00 |
Slava Pestov
|
7ee8144259
|
alien.parser: fix unit tests
|
2009-09-28 05:42:41 -05:00 |
Slava Pestov
|
08a2eb74f4
|
cpu.x86: shifts didn't work if dst != src1; re-organize file a bit
|
2009-09-28 05:39:53 -05:00 |
Slava Pestov
|
3917f404e9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-28 04:52:43 -05:00 |
Slava Pestov
|
f73bb2d068
|
cpu.x86.32: fix %unary/binary-float-function on Windows; need to look up symbols in libm and not VM binary
|
2009-09-28 04:51:53 -05:00 |
Slava Pestov
|
efe8f3c74c
|
unix.linux: fix load errors from c-type changes
|
2009-09-28 04:26:05 -05:00 |