factor/basis/opengl
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
annotations docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
capabilities Factor source files should not be executable 2009-11-21 17:50:43 -06:00
debug fix build errors 2009-10-28 19:28:16 -05:00
framebuffers alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
gl opengl.gl.extensions: annoying hack to make gpu.* demos work in Lion. opengl 3 entry points such as glGenVertexArrays are available, but they only actually work in core profile contexts which factor doesn't support yet, so favor extension entry points such as glGenVertexArraysAPPLE instead of standard entry points 2011-07-29 14:15:59 -07:00
gl3 opengl.gl: some opengl 4 functions were accidentally still presented as -EXT 2010-08-11 10:05:03 -07:00
shaders specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
textures images.tessel(l)ation: spelling 2011-08-27 17:30:45 -07:00
authors.txt Refactor GLU usages in basis, and move opengl.glu to extra, and don't like VM with GLU 2009-04-11 15:17:08 -05:00
opengl-docs.factor docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
opengl-tests.factor opengl: fix stack effect error in (all-enabled) combinator and add a unit test 2009-11-09 00:54:39 -06:00
opengl.factor specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
summary.txt Move a few UI dependencies into basis 2008-08-22 22:10:49 -05:00
tags.txt Move a few UI dependencies into basis 2008-08-22 22:10:49 -05:00