summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-15 11:46:36 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-15 11:46:44 +0100
commit79b39b990001f896154da529520015a0915dff64 (patch)
tree47d02a14ea62ea4fdd9615e771e0fd6f880bb288 /TODO
parent077c178d45a602b24b55294d4ba609a71f1880af (diff)
modify hw example & add TODO item
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 478b8163..ca43782e 100644
--- a/TODO
+++ b/TODO
@@ -202,6 +202,15 @@ plan the route, ...
202- domain-free compiler (move all lambacube specific parts into libraries & backend) 202- domain-free compiler (move all lambacube specific parts into libraries & backend)
203- compiler: Agda modelling 203- compiler: Agda modelling
204 204
205--------------------------------------------------------------------------------------------
206
205include also somewhere: 207include also somewhere:
206 - user supplied cpu values like color values and rendering context 208 - user supplied cpu values like color values and rendering context
209 - move VertexOut's first two arguments to Rasterize
210 & transformVertices1 (scale 0.5 . (projmat *.)) id
211 & rasterize (TriangleCtx CullNone PolygonFill NoOffset LastVertex)
212 -->
213 & transformVertices id
214 & rasterize (scale 0.5 . (projmat *.)) (TriangleCtx CullNone PolygonFill NoOffset LastVertex)
215 - eliminate VertexOut
207 216