Alon Zakai
|
ce09542f72
|
-v in emcc
|
2012-04-26 11:41:50 -07:00 |
Alon Zakai
|
97af2a4d32
|
Merge pull request #407 from SiggyBar/windows
Fix some paths in lzma.js/doit.sh
|
2012-04-26 11:06:37 -07:00 |
Alon Zakai
|
534fe405cb
|
fix glClientActiveTexture
|
2012-04-25 22:52:10 -07:00 |
Alon Zakai
|
52987f540b
|
fixes for uniquely naming custom renderers
|
2012-04-25 21:14:18 -07:00 |
Alon Zakai
|
21b80fd96a
|
gl_Color workaround, and add gl_ps test which uses client pointers + a shader
|
2012-04-25 20:19:25 -07:00 |
Alon Zakai
|
e793871c95
|
forget current program and buffers if they are destroyed
|
2012-04-25 19:45:53 -07:00 |
Alon Zakai
|
6f0decb1c5
|
fix a_texCoord* usage, and use current program texture setup if present ; some texture rendering in cubegeom test
|
2012-04-25 11:09:15 -07:00 |
Alon Zakai
|
7e516c8b03
|
rename s_texture to u_texture
|
2012-04-25 10:49:08 -07:00 |
Alon Zakai
|
c7bed7ab29
|
cubegeom matrix stuff
|
2012-04-24 20:55:23 -07:00 |
Alon Zakai
|
2622a2c7c5
|
create unique renderers for user-defined programs
|
2012-04-24 18:40:28 -07:00 |
Alon Zakai
|
d526babf96
|
clean up gl emulation flush, remove unneeded and incorrect bindings
|
2012-04-24 18:15:58 -07:00 |
Alon Zakai
|
0f5ed11b87
|
refactor immediate mode flushing for both glDrawArrays and glDrawElements
|
2012-04-24 17:44:00 -07:00 |
Alon Zakai
|
e2bd325199
|
sys/types.h header fix for some systems where local includes make them fail on redefinitions
|
2012-04-24 17:28:53 -07:00 |
Alon Zakai
|
6799e19b3d
|
add ENV_PREFIX to more places
|
2012-04-24 17:02:43 -07:00 |
Alon Zakai
|
27b9ea2c45
|
IMG_Init
|
2012-04-24 16:31:12 -07:00 |
Alon Zakai
|
9e7c7b3a13
|
use env python instead of python in tools/shared if it is available
|
2012-04-24 15:24:50 -07:00 |
Alon Zakai
|
7750e1c501
|
better hashbang in emscripten.py
|
2012-04-24 14:47:33 -07:00 |
Alon Zakai
|
3ef18246fc
|
gix glLoadMatrix and related functions and add testing
|
2012-04-24 14:40:06 -07:00 |
Alon Zakai
|
5798c7144d
|
refactor client attribute handling
|
2012-04-24 13:38:35 -07:00 |
Alon Zakai
|
f29bbc8728
|
save bound buffers when doing gl emulation
|
2012-04-24 13:17:40 -07:00 |
Alon Zakai
|
25893baacf
|
fix cubegeom shader compilation error
|
2012-04-24 11:44:48 -07:00 |
Sigmund Vik
|
e80cfb7a46
|
Fix some paths in lzma.js/doit.sh
|
2012-04-24 11:49:44 +02:00 |
Alon Zakai
|
a32ac16a6c
|
clean up cubegeom
|
2012-04-23 20:41:48 -07:00 |
Alon Zakai
|
41bc8a9c14
|
Merge pull request #381 from SiggyBar/library
Added strtold and strtod_l/strtold_l stubs.
|
2012-04-23 18:26:46 -07:00 |
Alon Zakai
|
8a61d75677
|
make gl and library debug options start on, when enabled at compile time
|
2012-04-23 17:56:25 -07:00 |
Alon Zakai
|
4d70c93726
|
make cubegeom build both natively and with emscripten
|
2012-04-23 17:50:11 -07:00 |
Alon Zakai
|
3fca3a54c8
|
use emulation when a gl*Pointer is used
|
2012-04-23 17:49:36 -07:00 |
Alon Zakai
|
7a066b458e
|
finish current immediate+shader work, add sdlglshader test
|
2012-04-23 17:30:21 -07:00 |
Alon Zakai
|
aa5932c2b8
|
gl refactoring in preparation for mixing shader and fixed-function
|
2012-04-23 17:08:58 -07:00 |
Alon Zakai
|
3dae3f640d
|
improve new browser test syntax
|
2012-04-23 16:19:55 -07:00 |
Alon Zakai
|
9ab65cd359
|
remove unneeded dep in gl code
|
2012-04-23 13:40:42 -07:00 |
Alon Zakai
|
8246b58cf7
|
stop disabling spidermonkey -n in test runner
|
2012-04-23 11:59:48 -07:00 |
Alon Zakai
|
d0f65558b6
|
start of nicer browser test boilerplate
|
2012-04-23 11:36:44 -07:00 |
Alon Zakai
|
c130017c4e
|
fix gl debug typo
|
2012-04-23 11:36:21 -07:00 |
Alon Zakai
|
5a56a30886
|
get something to show up in cubegeom native build
|
2012-04-23 10:30:11 -07:00 |
Sigmund Vik
|
1f56294205
|
Fix to strtod_l and add test case for strtold.
(The test case is reusing test_strtod, when we implement real support
for long double we should add a separate test case for this.)
|
2012-04-23 16:13:43 +02:00 |
Sigmund Vik
|
3d8fd7039f
|
Added strtold and strtod_l/strtold_l stubs.
|
2012-04-23 16:13:42 +02:00 |
Alon Zakai
|
37d587c3aa
|
fix sdl key stuff and more more support
|
2012-04-22 20:53:30 -07:00 |
Alon Zakai
|
fe509fc32f
|
clean up cubegeom
|
2012-04-22 18:37:03 -07:00 |
Alon Zakai
|
e2fe212ee7
|
add second texture to cubegeom test
|
2012-04-22 18:28:49 -07:00 |
Alon Zakai
|
5659fe6a94
|
more sdl keys
|
2012-04-22 18:17:16 -07:00 |
Alon Zakai
|
019463d050
|
improve sqlite test
|
2012-04-22 15:43:06 -07:00 |
Alon Zakai
|
b20dc26624
|
fix cubegeom compilation errors
|
2012-04-22 12:37:09 -07:00 |
Alon Zakai
|
e9f38148db
|
annotate cubegeom a little
|
2012-04-22 12:30:11 -07:00 |
Alon Zakai
|
cde3be6b08
|
add buffer data to cubegeom test
|
2012-04-22 11:39:56 -07:00 |
Alon Zakai
|
050d86c3d4
|
wip cubegeometry test
|
2012-04-22 10:04:19 -07:00 |
Alon Zakai
|
86459a2651
|
fix gl shader emulation bug
|
2012-04-21 21:58:16 -07:00 |
Alon Zakai
|
fdf67028ee
|
do not add empty lines for library dependencies already handled
|
2012-04-21 21:57:58 -07:00 |
Alon Zakai
|
93a5277fc6
|
gl debug support for shader sources from useProgram
|
2012-04-21 16:55:19 -07:00 |
Alon Zakai
|
e4711fa5e0
|
partial support for llvm_umul_with_overflow_i64
|
2012-04-21 12:19:06 -07:00 |