issues
search
cbaggers
/
varjo
Lisp to GLSL Language Translator
BSD 2-Clause "Simplified" License
223
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SSBO and Sampler-2d Array
#249
Travis-OBrien
opened
9 months ago
0
Feature discussion: Generate pure GLSL code with Varjo to embed into third-party
#248
borodust
opened
2 years ago
0
Add support for extensions and experimental Vulkan support
#247
JolifantoBambla
opened
3 years ago
2
glsl code getting interpreted as a format directive
#246
Piroshky
opened
3 years ago
0
Feature Request: Compatibility with Older OpenGL
#245
kchanqvq
opened
3 years ago
0
Feature Request: Lisp interpreter of Varjo function
#244
kchanqvq
opened
3 years ago
0
avoid infinite loop causing crash on CCL
#243
metayan
closed
3 years ago
1
varjo.import: Replace optima with trivia
#242
metayan
closed
3 years ago
0
Array of array in struct
#241
Polyrhythm
opened
4 years ago
0
varjo.import build failure
#240
quicklisp
opened
4 years ago
1
(ql:quickload "varjo") ; infinite loop stack overflow crash
#239
Devon7
opened
4 years ago
1
:atomic-uint does not work
#238
Giels
opened
4 years ago
0
Varjo: No function called '+' was found in this environment
#237
kskyten
closed
4 years ago
1
How to let bind an array?
#236
mfiano
opened
4 years ago
1
Float literal details
#235
cbaggers
opened
5 years ago
0
Strange autoconversion of integers to floats
#234
metayan
opened
5 years ago
3
Various issues around types that are valid in gpu-structs and the ssbo interface
#233
stacksmith
opened
5 years ago
6
SSBOs: are they structs or arrays?
#232
stacksmith
closed
5 years ago
1
Better indentation of `emit` in geometry stage
#231
cbaggers
closed
5 years ago
3
No error on placing unbound array in non-tail position in struct
#230
cbaggers
opened
5 years ago
0
incf of vector component complains that user is trying to assign an int to a float place
#229
cbaggers
closed
5 years ago
1
when we make a hidden tmp variable (like in with-slots) we copy a value which means we can no longer pass to atomic-add or similar funcitons
#228
cbaggers
closed
5 years ago
2
aref doesnt support uint indices
#227
cbaggers
closed
5 years ago
1
gl_invocationid is not valid in compute
#226
cbaggers
closed
5 years ago
1
how add paretheses on while expression?
#225
azimut
closed
5 years ago
3
Varjo did not collapse the error in expected case
#224
cbaggers
closed
5 years ago
4
typo for triangles-adjacency
#223
azimut
closed
5 years ago
2
missing mod/vec3/vec3
#222
azimut
closed
5 years ago
3
fix minor error taking realpart of float
#221
ympbyc
closed
5 years ago
1
Vulkan glsl dialect support
#220
cbaggers
opened
5 years ago
0
Add rational float syntax
#219
cbaggers
opened
5 years ago
0
harmless but duplicate functions in glsl. One func for each call to passing ssbo as a struct
#218
cbaggers
opened
6 years ago
3
Functions taking ssbos that call functions that take ssbos as values cause invalid glsl to be generated
#217
cbaggers
closed
6 years ago
2
case statement with arms that return or discard look like they will produce incorrect type information
#216
cbaggers
opened
6 years ago
2
case statement produces incorrect code
#215
cbaggers
closed
6 years ago
7
Add support for image memory & format qualifiers
#214
cbaggers
opened
6 years ago
0
Struct import not recursive in this case (when not used maybe?)
#213
cbaggers
closed
6 years ago
3
Look into using sandalphon.lambda-list for parsing lambda lists
#212
cbaggers
opened
6 years ago
0
Better type suggestions
#211
cbaggers
opened
6 years ago
0
Param name must not be the same as a constant variable
#210
cbaggers
closed
5 years ago
4
Many valid matrix constructors missing
#209
cbaggers
opened
6 years ago
7
A bunch of the docstring under the 'types' section are incomplete
#208
cbaggers
opened
6 years ago
0
Non-square matrix constructors missing
#207
mfiano
closed
6 years ago
2
Matrices cannot be constructed from a single scalar
#206
mfiano
closed
6 years ago
2
Matrices cannot be converted to other matrices
#205
mfiano
closed
6 years ago
2
stemcells are mangling struct names
#204
mfiano
closed
6 years ago
4
stemcells checks if symbol is bound which is undesirable for some use-cases
#203
mfiano
closed
6 years ago
7
define-vari-struct must be toplevel
#202
mfiano
closed
6 years ago
1
Shader subroutine support
#201
djeis97
opened
6 years ago
1
If an external function clashes with a function in global env should it replace it?
#200
cbaggers
opened
6 years ago
0
Next