Hajime Hoshi
|
9efabfe56e
internal/shader: add more tests
|
2 years ago |
Hajime Hoshi
|
8d2bf6525c
internal/shader: bug fix: wrong type checkings for operator *
|
2 years ago |
Hajime Hoshi
|
406b8a4a08
ebiten: add more tests
|
2 years ago |
Hajime Hoshi
|
4940159e5b
internal/shader: bug fix: operators between vec/mat and float should work
|
2 years ago |
Hajime Hoshi
|
260f7e07df
internal/shader: bug fix: deduction checks for the `%` operator were lacked
|
2 years ago |
Hajime Hoshi
|
d110716dc0
internal/shader: bug fix: check types correctly for assign operators
|
2 years ago |
Hajime Hoshi
|
83bd0772d4
internal/shader: bug fix: % should be valid only for integers
|
2 years ago |
Hajime Hoshi
|
374871c031
internal/shader: bug fix: a meaningless statement should raise an error (a non-call expression statement)
|
2 years ago |
Hajime Hoshi
|
481a2145ae
internal/shader: bug fix: a meaningless statement should raise an error
|
2 years ago |
Hajime Hoshi
|
d9c362bca9
ebiten: Add more tests (ShaderUnmatchedArgs)
|
3 years ago |
Hajime Hoshi
|
8ae6793d4d
internal/shader: Check the number of arguments
|
3 years ago |
r3vit
|
57c45a13e4
Remove dot imports from tests - Remove dot imports (#1837)
|
3 years ago |
Hajime Hoshi
|
d5150a194c
internal/shaderir/glfw: Insert a dummy function to touch uniform array variables
|
3 years ago |
Hajime Hoshi
|
853c1f2b92
internal/shaderir/glsl: Bug fix: Remove uncalled functions
|
3 years ago |
Hajime Hoshi
|
3b6fa891ac
internal/shader: Bug fix: Error on duplicated const/var names
|
3 years ago |
Hajime Hoshi
|
5f81065d78
internal/shader: Make function duplications error
|
3 years ago |
Hajime Hoshi
|
b1d7a5f595
shaderir/glsl: Enable dFdx for WebGL
|
4 years ago |
Hajime Hoshi
|
c6053bcf14
ebiten: Remove the error returning value from NewImage
|
4 years ago |
Hajime Hoshi
|
fe97e7b0a5
ebiten: Remove the filter argument from NewImage and NewImageFromImage
|
4 years ago |
Hajime Hoshi
|
bf515bb594
Update version to v2.0.0-alpha
|
4 years ago |
Hajime Hoshi
|
138d9b8e47
shareable: Bug fix: Wrong offset calculation
|
4 years ago |
Hajime Hoshi
|
b2f6cc5791
ebiten: Revive DrawTrianglesShader
|
4 years ago |
Hajime Hoshi
|
938d78122f
ebiten: Remove shaders from DrawImage
|
4 years ago |
Hajime Hoshi
|
0db7dc22b2
ebiten: Allow SubImage at DrawTriangles
|
4 years ago |
Hajime Hoshi
|
41564533f9
ebiten: Allow SubImage at DrawRectShader
|
4 years ago |
Hajime Hoshi
|
7bd8fad738
ebiten: Add TestShaderFillWithDrawTriangles
|
4 years ago |
Hajime Hoshi
|
9adb01a52c
ebiten: Add shader matrix test
|
4 years ago |
Hajime Hoshi
|
ab004031d0
shader: Reland: Bug fix: Checking unused variables defined with var
|
4 years ago |
Hajime Hoshi
|
ac971f77c5
Revert "shader: Bug fix: Checking unused variables defined with var"
|
4 years ago |
Hajime Hoshi
|
4d3d3134d5
shader: Bug fix: Checking unused variables defined with var
|
4 years ago |