1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
Commit Graph

1074 Commits

Author SHA1 Message Date
Sergey Lipskiy
a7968f2ca2 Implement hardware LOD frac calculation.
Two pass rendering, using FBO.
First pass: store pixel's texture coordinates in frame buffer texture.
Second pass: calculate lod using frame buffer texture.
2015-05-13 10:09:27 +06:00
Sergey Lipskiy
a6114994ad Fix noise-based dithering. 2015-05-13 10:09:26 +06:00
Sergey Lipskiy
3dc3aca3f2 Add Dump control to Debug Panel. 2015-05-13 10:09:26 +06:00
Sergey Lipskiy
97f07e38c3 Fix some type mismatch errors. 2015-05-13 10:09:25 +06:00
Sergey Lipskiy
d57cf2e3f4 Code cleanup: remove unreferenced variables. 2015-05-13 10:09:24 +06:00
Sergey Lipskiy
13ed4d4acf Fix DepthBuffer_RemoveBottom() 2015-05-13 10:09:24 +06:00
Sergey Lipskiy
212802b66c Rename Zilmar's .h file 2015-05-13 10:09:23 +06:00
Sergey Lipskiy
38d77dc432 Project renamed to GLideN64 2015-05-13 10:09:22 +06:00
Sergey Lipskiy
cfb5a0ac47 Correct RDRAMSize calculation. 2015-05-13 10:09:22 +06:00
Sergey Lipskiy
0425beb5d8 Correct fog enable/disable 2015-05-13 10:09:21 +06:00
Sergey Lipskiy
63a3cdc720 Implement Noise color input. 2015-05-13 10:09:20 +06:00
Sergey Lipskiy
08744df681 First-shot implementation of toon shading. 2015-05-13 10:09:20 +06:00
Sergey Lipskiy
876ace62c3 Implement hardware per-pixel lighting. 2015-05-13 10:09:19 +06:00
Sergey Lipskiy
28be20004d Make all combiners descendants of the abstract parent class OGLCombiner.
It makes code more clear.
2015-05-13 10:09:18 +06:00
Sergey Lipskiy
76c74b770a Remove unused functions declarations from Combiner.h 2015-05-13 10:09:18 +06:00
Sergey Lipskiy
eda6d14015 Update .gitignore 2015-05-13 10:09:17 +06:00
Sergey Lipskiy
60ee35116c Auto-format sources. 2015-05-13 10:09:16 +06:00
Sergey Lipskiy
c4d434c87e Remove unused defines from Combiner.h.
Move auxilary arrays into Combiner.cpp
2015-05-13 10:09:16 +06:00
Sergey Lipskiy
c62f09a71b Remove Color combiner constants from GBI.h as they are duplicated in Combiner.h 2015-05-13 10:09:15 +06:00
Sergey Lipskiy
7d58451f44 Add .gitignore 2015-05-13 10:09:14 +06:00
Sergey Lipskiy
9754a6f6de Rename project file. 2015-05-13 10:09:14 +06:00
Sergey Lipskiy
222e26a8a5 Implement GLSL combiner. 2015-05-13 10:09:13 +06:00
Sergey Lipskiy
69f27a5d8a Initial project version. Based on glN64-0.4.1-rc2 2015-05-13 10:09:12 +06:00
Sergey Lipskiy
8073ec3306 Initial commit 2014-10-01 17:31:41 +07:00