chyyran
|
41353ac9c4
|
rt(gl): remove need for explicit external FBO object
Replaced with an internal FBO that is state tracked so as to not recreate it every frame, but will update if necessary
|
2024-09-22 02:06:47 -04:00 |
|
chyyran
|
f0a7970b44
|
rt: add viewport extent separate from output texture dimensions
|
2024-09-22 02:06:47 -04:00 |
|
chyyran
|
1bdadaa449
|
rt(gl): port to OpenGL runtime to glow
|
2024-09-22 02:06:47 -04:00 |
|
chyyran
|
a19ea7cf7d
|
gl: remove support for POT textures
|
2023-02-10 00:59:22 -05:00 |
|
chyyran
|
589538d8b2
|
doc: completely doc librashader crate
|
2023-01-13 03:19:58 -05:00 |
|
chyyran
|
cbfe76928e
|
gl: overall cleanup
|
2022-11-30 19:05:24 -05:00 |
|
chyyran
|
759cd4bc28
|
gl: very not nicely make dsa a runtime prop
|
2022-11-30 17:21:32 -05:00 |
|
chyyran
|
5088e1c55b
|
fmt: run cargo fmt and clippy
|
2022-11-30 01:38:05 -05:00 |
|
chyyran
|
a091cff6ae
|
gl: merge gl46 back into gl crate
|
2022-11-30 00:39:50 -05:00 |
|
chyyran
|
538672e355
|
gl: abstract away gl3 and dsa
|
2022-11-30 00:39:50 -05:00 |
|
chyyran
|
f2d67f9160
|
gl: leave texture unbound if trying to sample from 0
|
2022-11-30 00:39:50 -05:00 |
|
chyyran
|
60fd644a2a
|
d3d11: initialize output buffers
|
2022-11-29 01:57:04 -05:00 |
|
chyyran
|
7b2721aa19
|
gl: move quad drawing into filterchain
|
2022-11-28 18:34:37 -05:00 |
|
chyyran
|
9e2c914e57
|
gl: cleanup and refactor
- allow frame and filterchain init to take optional config object by caller
- allow binding MVP as a uniform
|
2022-11-27 23:27:21 -05:00 |
|
chyyran
|
0806114e12
|
gl: accomodate for viewport x and y
|
2022-11-27 02:10:11 -05:00 |
|
chyyran
|
5cd30ade02
|
dx11: lut upload
|
2022-11-26 02:38:15 -05:00 |
|
chyyran
|
daea19b5a2
|
gl: fix image size change
|
2022-11-24 02:08:34 -05:00 |
|
chyyran
|
1978350d97
|
fmt: cleanup unused items
|
2022-11-21 17:47:38 -05:00 |
|
chyyran
|
b017127b9d
|
gl: use explicit error type
|
2022-11-21 17:44:38 -05:00 |
|
chyyran
|
1579516d25
|
fmt: clean up unused items
|
2022-11-21 16:21:50 -05:00 |
|
chyyran
|
80fa30e54e
|
preprocess: move ShaderSource to preprocess and rename common def libs
|
2022-11-21 16:13:37 -05:00 |
|
chyyran
|
e0b66c2c60
|
gl: move Size to librashader core
|
2022-11-21 03:01:26 -05:00 |
|
chyyran
|
4124ae3955
|
gl: clean up visibility in some APIs
|
2022-11-21 02:56:03 -05:00 |
|
chyyran
|
10eb2c3106
|
gl: implement passfeedback and original history
|
2022-11-21 02:13:10 -05:00 |
|
chyyran
|
5ed6cc6e52
|
fmt: run rustfmt and clippy
|
2022-11-19 23:16:57 -05:00 |
|
chyyran
|
e911d40429
|
gl: abstract output to render target
|
2022-11-19 23:16:19 -05:00 |
|
chyyran
|
090df176c8
|
gl: fix sampler binding
|
2022-11-19 22:03:58 -05:00 |
|
chyyran
|
3aee36a361
|
gl: use texture storage
|
2022-11-19 01:55:49 -05:00 |
|
chyyran
|
d37fc0ccb5
|
gl: clean up the huge lib.rs file
|
2022-11-14 01:49:51 -05:00 |
|