index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
render
/
mobileopengl2graphics.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-20
Move OpenGL functions related files into opengl directory.
Andrei Karas
1
-2
/
+2
2015-12-18
Fix code style.
Andrei Karas
1
-1
/
+0
2015-12-16
Use screenshort helpers for creating screenshots
Andrei Karas
1
-57
/
+0
2015-12-15
Replace all left OpenGL calls in mobile and modern backends to defines.
Andrei Karas
1
-3
/
+3
2015-12-13
Fix code style.
Andrei Karas
1
-2
/
+3
2015-12-12
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-12-11
Add pseudo function for some gl calls.
Andrei Karas
1
-25
/
+25
2015-12-11
Add nacl gl init and nacl defines and includes in most files.
Andrei Karas
1
-0
/
+3
2015-12-11
Fix warnings in mobileopengl2graphics.
Andrei Karas
1
-75
/
+93
2015-12-11
Remove commented code from mobileopengl2graphics.
Andrei Karas
1
-13
/
+0
2015-12-11
In mobileopengl2graphics update texture size uniform only if size changed.
Andrei Karas
1
-4
/
+11
2015-12-11
Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.
Andrei Karas
1
-158
/
+154
2015-12-10
Dont use VAO in mobileopengl2graphics in nacl.
Andrei Karas
1
-0
/
+6
2015-12-10
Remove all element buffer references from mobile opengl 2 backend.
Andrei Karas
1
-28
/
+0
2015-12-10
Copy modernopengl into mobileopengl2 backend.
Andrei Karas
1
-0
/
+1372