Joe Groff
|
11d28109cf
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-18 23:02:44 -07:00 |
Eduardo Cavazos
|
3d2ee2a35c
|
Add more gl-docs
|
2008-03-16 15:57:56 -06:00 |
Joe Groff
|
6f89d7921b
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/combinators/lib/lib.factor
extra/io/windows/files/files.factor
extra/opengl/demo-support/demo-support.factor
extra/opengl/shaders/shaders.factor
|
2008-03-15 20:39:43 -07:00 |
Joe Groff
|
fe9ab0e26b
|
COM unit tests. Remove redundant call-with word and use cleave instead.
|
2008-03-15 17:45:05 -07:00 |
Eduardo Cavazos
|
b36f1e4ea5
|
more gl help
|
2008-03-15 18:03:08 -06:00 |
Eduardo Cavazos
|
5ab0588e46
|
Add more opengl.gl help
|
2008-03-15 15:28:12 -06:00 |
Eduardo Cavazos
|
d8e8fb253a
|
Add docs for OpenGL Geometric primitives
|
2008-03-15 15:07:53 -06:00 |
Slava Pestov
|
fd9bf040ba
|
Removing call-with call-with2; use cleave instead
|
2008-03-13 03:41:57 -05:00 |
Slava Pestov
|
618962aa71
|
Fix minor bunny bug
|
2008-03-13 03:39:05 -05:00 |
Joe Groff
|
86e700cea0
|
Fix macosx gl-function-address to use symbols from GL library linked to VM
|
2008-03-12 22:21:37 -07:00 |
Joe Groff
|
07baa20969
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/combinators/lib/lib.factor
|
2008-03-12 20:52:00 -07:00 |
Slava Pestov
|
5af2be3798
|
More documentation fixes
|
2008-03-11 21:01:39 -05:00 |
Slava Pestov
|
27c9b31288
|
New benchmarks and UI improvements
|
2008-02-27 19:24:50 -06:00 |
Slava Pestov
|
3bf3c3ee5a
|
New sorting comparison operators
|
2008-02-26 17:33:48 -06:00 |
Joe Groff
|
5f79372789
|
Rename out-keep to multikeep and move it into combinators.lib
|
2008-02-15 22:51:52 -08:00 |
Joe Groff
|
f7ec7cbc44
|
ole32.dll bindings
|
2008-02-15 18:08:01 -08:00 |
Joe Groff
|
890c5702da
|
On second thought, no point in being clever with glXGetProcAddress. Just always use glXGetProcAddressARB, which should always be available on any GLX implementation with any extension support
|
2008-02-08 18:18:44 -08:00 |
Joe Groff
|
eefa95ad25
|
Remove useless alien-address call from opengl.gl.windows
|
2008-02-08 18:00:29 -08:00 |
Joe Groff
|
c906d26b13
|
Do dynamic lookup of OpenGL 1.2+ functions on all platforms. Use fallback extension names when the official name is not available, e.g., if glUseProgram is missing try glUseProgramObjectARB instead
|
2008-02-07 22:43:05 -08:00 |
Joe Groff
|
a4a3ea3fa4
|
Fix typos in opengl fallback function lists
|
2008-02-07 22:24:51 -08:00 |
Joe Groff
|
b718c43f8c
|
Merge branch 'opengl-fallbacks'
|
2008-02-06 21:10:35 -08:00 |
Slava Pestov
|
c87bd84635
|
Fix opengl tags
|
2008-02-05 18:55:20 -06:00 |
Joe Groff
|
a544f5eeda
|
Take the fattening opengl vocab and hack it up into smaller, mouth-sized morsels
|
2008-02-03 15:59:47 -08:00 |
Joe Groff
|
4e4e4ee157
|
Make setting up shader uniform parameters nicer from with-gl-program
|
2008-02-02 18:15:22 -08:00 |
Joe Groff
|
ae51681750
|
Fix has-gl-extensions? when requested extensions are not contiguous in the gl-extensions string
|
2008-02-02 14:24:03 -08:00 |
Joe Groff
|
bcd5ac6bbb
|
Merge git://factorcode.org/git/factor
|
2008-02-02 13:15:05 -08:00 |
Joe Groff
|
9667afcb81
|
cel-shading, line-art, and bunny touch their magic rings together and become Super Bunny Demo
|
2008-02-02 13:14:22 -08:00 |
Slava Pestov
|
70b685fad8
|
Load fixes, FreeType memory usage fix
|
2008-02-02 15:00:16 -06:00 |
Eduardo Cavazos
|
5da80f7e5d
|
Lot's of load-everything fixes.
* untabify things
* using ascii or unicode
|
2008-02-02 00:29:47 -06:00 |
Joe Groff
|
5e77685811
|
Merge git://factorcode.org/git/factor
|
2008-02-01 18:17:55 -08:00 |
Slava Pestov
|
af13a47485
|
Adding tags
|
2008-01-31 23:04:11 -06:00 |
Joe Groff
|
f3b9e889ff
|
Start work on making bunny demos use vertex buffers to draw
|
2008-01-31 20:24:08 -08:00 |
Joe Groff
|
971e84482b
|
Add no-op parsing support for OpenGL fallback function names
|
2008-01-29 22:18:25 -08:00 |
Joe Groff
|
d56acaab86
|
Fix broken opengl shader words
|
2008-01-29 20:50:15 -08:00 |
Slava Pestov
|
47e991649c
|
USE byte-arrays in opengl
|
2008-01-28 01:06:01 -06:00 |
Slava Pestov
|
33d9e45420
|
Merge git://pgdn.org/factor
|
2008-01-28 00:12:46 -06:00 |
Joe Groff
|
7b7987f476
|
Remove redundant [ call ] from cleanups in opengl.factor. Back out graft*/ungraft* cleanup for performance
|
2008-01-27 21:52:14 -08:00 |
Slava Pestov
|
578ee72509
|
Fix conflict
|
2008-01-27 23:17:48 -06:00 |
Joe Groff
|
1d7ba3363e
|
OpenGL capability checking words (require-gl-version, require-gl-extensions, and friends)
|
2008-01-27 19:32:23 -08:00 |
Joe Groff
|
11eca5b38a
|
Documentation for new words in opengl vocab
|
2008-01-26 22:37:28 -08:00 |
Slava Pestov
|
1c91a286e5
|
Updating summary and authors
|
2008-01-27 01:02:31 -04:00 |
Slava Pestov
|
0b079572d1
|
Clean up opengl a bit (untested)
|
2008-01-27 00:05:37 -04:00 |
Slava Pestov
|
a09e216582
|
Replace memory>string and string>memory with four primitives and update io.windows.nt.monitor
|
2008-01-26 23:38:30 -04:00 |
Joe Groff
|
1dbc1c1f9b
|
Improve the line-art demo. Put cleanup guards on libc:with-malloc and opengl:with-framebuffer .
|
2008-01-26 17:15:09 -08:00 |
Joe Groff
|
3a0540555e
|
Add framebuffer helper words to opengl vocabulary. Add a new "line-art" demo demonstrating OpenGL GLSL and framebuffer rendering. Push code common to line-art and cel-shading into an opengl-demo-support vocab
|
2008-01-24 22:16:36 -08:00 |
Joe Groff
|
2295594526
|
Remove USE-IF: again
|
2008-01-17 23:06:32 -08:00 |
Joe Groff
|
ce92275c8e
|
Documentation for the GLSL-related utility words in opengl
|
2008-01-13 22:58:11 -08:00 |
Joe Groff
|
a808ce5325
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-01-13 18:21:12 -08:00 |
Joe Groff
|
8f69f86438
|
Cel shading demo. Caching implementation of GL-FUNCTION: for windows.
|
2008-01-13 17:35:26 -08:00 |
Joe Groff
|
4044cd293a
|
TYPEDEF-IF: and USE-IF: words; ptrdiff_t C type moved to alien.c-types and special-cased for win64
|
2008-01-13 00:09:08 -08:00 |