summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-08 16:26:09 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-08 16:26:09 +0100
commit4ceabbe9ee7a31d5db6006f18295576d8cea42d7 (patch)
tree05299ab1b8f0d4578cbbf167bc2886258de8c051 /TODO
parent67ce4cad2459cb3004e0a65310074c2fb1c27a9d (diff)
update todo
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO b/TODO
index a6f44b1f..73d1da34 100644
--- a/TODO
+++ b/TODO
@@ -71,6 +71,8 @@ done:
71 71
72done: 72done:
73- compiler: (~) :: forall a . a -> a -> Type 73- compiler: (~) :: forall a . a -> a -> Type
74- backend: support sampler objects (opengl 3.3)
75- backend: include compiler version in the generated pipeline as a string info field
74 76
75next: 77next:
76 78
@@ -101,13 +103,12 @@ next:
101- support recursive local definitions 103- support recursive local definitions
102- mutual recursion (inference & reduction) 104- mutual recursion (inference & reduction)
103 105
104- backend: setup texture sampler configuration 106- editor: user texture support (maybe from external url, e.g. Texture2DSlot "http://website-source.com/image.png")
105 done - haskell (opengl 3.3): sampler object
106 - purescript (webgl)
107done - backend: include compiler version in the generated pipeline as a string info field
108- editor: user texture support (maybe from external source)
109- editor: highlight errors in editor 107- editor: highlight errors in editor
110- editor: editor socket reconnection 108- editor: editor socket reconnection
109- backend: support Texture2DSlot (purescript)
110- backend: setup texture sampler configuration (purescript)
111- backend: setup viewport for render target size (purescript)
111- backend: generate let in shaders 112- backend: generate let in shaders
112- backend: array support 113- backend: array support
113- backend: GLSL codegen doesn't support Vector and tuple patterns (not compiler frontend related): 114- backend: GLSL codegen doesn't support Vector and tuple patterns (not compiler frontend related):
@@ -115,7 +116,6 @@ done - backend: include compiler version in the generated pipeline as a string i
115 fragment02vectorpattern 116 fragment02vectorpattern
116 fragment05uniform 117 fragment05uniform
117- backend: basic pipeline optimization (let-floating) 118- backend: basic pipeline optimization (let-floating)
118- backend: setup viewport for render target size (purescript)
119- documentation: getting started: hello world on various platforms +Csaba 119- documentation: getting started: hello world on various platforms +Csaba
120- minimal quake videos 120- minimal quake videos
121- command line flag for runTest: parse only (outputs SExp) 121- command line flag for runTest: parse only (outputs SExp)