Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Slava Pestov
|
f7df948b06
|
Documentation updates
|
2008-04-13 09:34:27 -05:00 |
Doug Coleman
|
dbac0a1543
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-04-11 12:59:20 -05:00 |
Doug Coleman
|
acf6132389
|
update cond/case
|
2008-04-11 12:56:48 -05:00 |
Doug Coleman
|
ddb1749c57
|
ERROR: should be inside the IN:
|
2008-04-06 21:07:21 -05:00 |
Slava Pestov
|
b886718609
|
opengl no longer depends on *.lib
|
2008-04-05 07:57:40 -05:00 |
Doug Coleman
|
393f77715c
|
update everything to use os singletons
|
2008-04-02 18:25:33 -05:00 |
Eduardo Cavazos
|
aa40350aa7
|
replace add* and add with prefix and suffix
|
2008-03-31 18:18:05 -06:00 |
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 |
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 |
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 |
Slava Pestov
|
27c9b31288
|
New benchmarks and UI improvements
|
2008-02-27 19:24:50 -06: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 |
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
|
971e84482b
|
Add no-op parsing support for OpenGL fallback function names
|
2008-01-29 22:18:25 -08:00 |
Slava Pestov
|
1c91a286e5
|
Updating summary and authors
|
2008-01-27 01:02:31 -04:00 |
Joe Groff
|
2295594526
|
Remove USE-IF: again
|
2008-01-17 23:06:32 -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 |
Joe Groff
|
e0caf654e6
|
OpenGL 2.1 support
|
2008-01-12 22:58:56 -08:00 |
Slava Pestov
|
a96457cecc
|
Initial import
|
2007-09-20 18:09:08 -04:00 |