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

18 Commits

Author SHA1 Message Date
Sergey Lipskiy
37334807d9 Disable texgen for F3DF microcodes.
Fixed textures on vehicles in F-Zero.
2015-05-13 10:16:35 +06:00
Sergey Lipskiy
8a70d44110 Disable near plane clipping for NoN ucodes. 2015-05-13 10:16:07 +06:00
Sergey Lipskiy
da03e9df8b Implement ucode for Star Wars - Shadows of the Empire. 2015-05-13 10:15:03 +06:00
Sergey Lipskiy
18da87e86d Implement ZSort microcode. 2015-05-13 10:14:44 +06:00
Sergey Lipskiy
30959856c7 Implement Turbo3D microcode. 2015-05-13 10:14:41 +06:00
Sergey Lipskiy
c847ec9091 Don't send light data to shader if ucode does not support HWL. 2015-05-13 10:14:02 +06:00
Sergey Lipskiy
3db3e02cab Implement CBFD microcode. 2015-05-13 10:14:00 +06:00
Sergey Lipskiy
0d2b762198 Implement point lighting. 2015-05-13 10:13:57 +06:00
Sergey Lipskiy
268278a6b0 Implement load texture by dma offset.
Fixed menu in JFG.
2015-05-13 10:13:48 +06:00
Sergey Lipskiy
070f914583 Separate JFG microcode from DKR one because Vertex commands differ a bit. 2015-05-13 10:13:45 +06:00
Sergey Lipskiy
44c9dffc54 Refactor: rewrite GBI
Replace GBI_* functions by methods of GBIInfo.
2015-05-13 10:13:02 +06:00
Sergey Lipskiy
f6ebb311a1 Massive refactoring: move API or OS dependent code to separate files.
Include/enable necessary source files in project files.
2015-05-13 10:12:51 +06:00
Sergey Lipskiy
8afec13cb9 Code cleanup in GBI.h:
fix idents and remove unused field "text"
2015-05-13 10:12:50 +06:00
Sergey Lipskiy
4987f55579 Define G_RDPNOOP 2015-05-13 10:11:18 +06:00
Sergey Lipskiy
c5d0066ccd Correct GBI_DetectMicrocode 2015-05-13 10:11:18 +06:00
Sergey Lipskiy
936f918f96 Make SpecialMicrocodeInfo::text const to fix warnings. 2015-05-13 10:11:13 +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
69f27a5d8a Initial project version. Based on glN64-0.4.1-rc2 2015-05-13 10:09:12 +06:00