Commit graph

16 commits

Author SHA1 Message Date
Paweł Kołodziejski
db89c680a1 WINTERMUTE: Replace glInterleavedArrays calls 2020-10-22 16:43:15 +02:00
Paweł Kołodziejski
a37173807f CONFIGURE: More work on opengl flags 2020-10-14 18:37:17 +02:00
BeWorld
cab7cd49c4
MORPHOS : Fixed for int vs int32 types for AmigaOS/MorphOS (#2510)
MORPHOS : Fixed int to int32 and some functions not available on AmigaOS/MorphOS
2020-10-11 18:24:36 +02:00
Paweł Kołodziejski
264f6f037b ALL: Separate USE_OPENGL and USE_OPENG_GAME. Exclude WME3D for GLES2 for now. 2020-10-10 14:12:07 +02:00
Pawel Kolodziejski
1e497cdebd WINTERMUTE: Allow compile without opengl 2020-10-06 07:33:01 +02:00
Pawel Kolodziejski
e427f7eeda WINTERMUTE: Fixed wintermute engine compilation when GLEW is disabled 2020-10-04 11:30:39 +02:00
Gunnar Birke
c28a2003a8 WINTERMUTE: Move non OpenGL code out of OpenGL folder 2020-08-28 16:47:28 +02:00
Gunnar Birke
b82d034dc5 WINTERMUTE: Switch correctly between textured and untextured faces 2020-08-22 17:38:46 +02:00
Gunnar Birke
0b16baf140 WINTERMUTE: Allow for quad faces and triangulate them 2020-08-22 17:38:46 +02:00
Gunnar Birke
eab61818cb WINTERMUTE: Only set texture if we actually got one 2020-08-16 19:48:35 +02:00
Gunnar Birke
d8029c0e26 WINTERMUTE: Store actual material indices in a list 2020-08-11 22:47:32 +02:00
Gunnar Birke
62d84ba210 WINTERMUTE: Return success during mesh operations to prevent abort 2020-08-11 22:47:32 +02:00
Gunnar Birke
cfc652a828 WINTERMUTE: Remove irrelevant comments, fix comment style 2020-08-10 11:24:28 +02:00
Gunnar Birke
730d282d64 WINTERMUTE: Factor out common .X mesh code 2020-08-10 11:24:28 +02:00
Gunnar Birke
7ac6aa5337 WINTERMUTE: Remove matrix stack, let renderer care about matrix layout 2020-08-10 11:24:28 +02:00
Gunnar Birke
1223595120 WINTERMUTE: Add abstract interfaces for renderer and meshes 2020-08-10 11:24:28 +02:00