]> gitweb.factorcode.org Git - factor.git/commit
Implement image tesselation in image.tesselation. This is used by opengl.textures...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 27 Mar 2009 23:31:25 +0000 (18:31 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 27 Mar 2009 23:31:25 +0000 (18:31 -0500)
commit3bf5d2bfd45cb40cf2b8d839dea851e3865cb1b5
treeba5bbcd3ddafc6d594b81b1151fd932ad18918aa
parentd6c58fa51d78109dab7c6433bf9e9d105392cba0
Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated.
20 files changed:
basis/images/tesselation/authors.txt [new file with mode: 0644]
basis/images/tesselation/tesselation-tests.factor [new file with mode: 0644]
basis/images/tesselation/tesselation.factor [new file with mode: 0644]
basis/opengl/opengl-docs.factor
basis/opengl/opengl.factor
basis/opengl/textures/textures-tests.factor
basis/opengl/textures/textures.factor
basis/ui/gadgets/debug/debug.factor
basis/ui/gadgets/editors/editors.factor
basis/ui/gadgets/grids/grids-tests.factor
basis/ui/gadgets/grids/grids.factor
basis/ui/gadgets/panes/panes.factor
basis/ui/gadgets/tables/tables.factor
basis/ui/pens/solid/solid.factor
basis/ui/render/render.factor
extra/cap/cap.factor
extra/math/matrices/matrices-tests.factor
extra/math/matrices/matrices.factor
extra/tetris/gl/gl.factor
extra/ui/gadgets/lists/lists.factor