index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
render
/
modernopenglgraphics.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-20
Fix regal and nacl conflict in headers.
Andrei Karas
1
-1
/
+1
2015-12-20
Move OpenGL functions related files into opengl directory.
Andrei Karas
1
-2
/
+2
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
-1
/
+2
2015-12-13
Not build unsupported render backends on nacl.
Andrei Karas
1
-2
/
+2
2015-12-11
Add pseudo function for some gl calls.
Andrei Karas
1
-24
/
+24
2015-12-11
Add nacl gl init and nacl defines and includes in most files.
Andrei Karas
1
-0
/
+3
2015-11-02
Add some missing checks in renderers.
Andrei Karas
1
-0
/
+2
2015-06-25
Add missing checks into render directory.
Andrei Karas
1
-8
/
+16
2015-05-25
Remove color2 from graphics.
Andrei Karas
1
-7
/
+0
2015-03-23
Fix leak on exit in modernopenglgraphics.
Andrei Karas
1
-2
/
+2
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-2
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-07-12
Add macro for checking OpenGL function is it null or not null.
Andrei Karas
1
-1
/
+1
2014-07-10
In OpenGL context creation add support for compatability context.
Andrei Karas
1
-1
/
+1
2014-07-09
Improve initial OpenGL state.
Andrei Karas
1
-16
/
+3
2014-07-02
Rename some variables in renderers.
Andrei Karas
1
-41
/
+41
2014-07-02
Fix resize in modernopengl with own context in SDL1.2 build.
Andrei Karas
1
-5
/
+17
2014-06-29
Remove useless bool return value from renderers.
Andrei Karas
1
-18
/
+15
2014-06-29
In renderers add copyImage function.
Andrei Karas
1
-0
/
+6
2014-06-29
Fix compilation warning.
Andrei Karas
1
-1
/
+2
2014-06-28
Remove some depricated code from modernopengl or move it to renderers.
Andrei Karas
1
-8
/
+0
2014-06-28
Improve a bit performance test in modernopengl.
Andrei Karas
1
-5
/
+7
2014-06-24
Add manual OpenGL context creation.
Andrei Karas
1
-0
/
+6
2014-06-20
Fix code style.
Andrei Karas
1
-17
/
+17
2014-06-18
Add error logging if shader compilation failure.
Andrei Karas
1
-0
/
+5
2014-06-14
In modernopengl add support for EBO, but unused.
Andrei Karas
1
-2
/
+30
2014-06-14
Fix compilation warnings.
Andrei Karas
1
-62
/
+21
2014-06-14
Add OpenGL function glVertexAttribIPointer.
Andrei Karas
1
-0
/
+4
2014-06-14
Switch modernopengl from float into int buffers.
Andrei Karas
1
-141
/
+141
2014-06-14
fix modernoepngl drawing.
Andrei Karas
1
-0
/
+77
2014-06-13
In modernopengl use correct buffer flags STATIC/STREAM.
Andrei Karas
1
-10
/
+10
2014-06-13
In modernopengl add calcimagerect.
Andrei Karas
1
-0
/
+1
2014-06-13
In modernopengl add support for draw cached tile vertexes.
Andrei Karas
1
-0
/
+57
2014-06-13
Remove debug logging from modernopengl.
Andrei Karas
1
-8
/
+0
2014-06-13
Ignore for now "cached" functions in modernopengl.
Andrei Karas
1
-5
/
+7
2014-06-13
In modernopengl add support for buffered draw tile collection.
Andrei Karas
1
-0
/
+185
2014-06-12
Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.
Andrei Karas
1
-2
/
+2
2014-06-12
Add set vbo function into modernopengl.
Andrei Karas
1
-4
/
+11
2014-06-12
In modernopengl enable scissor.
Andrei Karas
1
-5
/
+0
2014-06-12
In modernopengl add drawimagerect function.
Andrei Karas
1
-0
/
+1
2014-06-12
In modernopengl add drawnet function.
Andrei Karas
1
-0
/
+66
2014-06-12
In modernopengl add rescaleddraw.
Andrei Karas
1
-3
/
+72
2014-06-12
In modernopengl add draw rescaled image.
Andrei Karas
1
-6
/
+57
2014-06-12
In modernopengl add support for draw point and draw line.
Andrei Karas
1
-0
/
+25
2014-06-12
Use only one shader program for all drawing.
Andrei Karas
1
-80
/
+50
2014-06-11
In modernopengl add alpha for textures.
Andrei Karas
1
-12
/
+10
2014-06-11
In modernopengl for textures use one attribute (before was two)
Andrei Karas
1
-15
/
+1
2014-06-11
in modernopengl use new api for vertex attributes.
Andrei Karas
1
-15
/
+26
[next]