summaryrefslogtreecommitdiffstats
path: root/drivers/gles2
Commit message (Expand)AuthorAgeFilesLines
* Add normalmap support for drawing in all low level primitives. Only added sup...Juan Linietsky2017-06-171-14/+5
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-088-0/+8
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-062-6/+6
* Fix typos in source code using codespellRémi Verschelde2017-03-242-4/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-058-5879/+5037
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-161-1/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-3/+6
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-162-3/+3
* Merge pull request #7513 from djrm/compilation_fixRémi Verschelde2017-01-153-14/+14
|\
| * Matrix32 -> Transform2DDaniel J. Ramirez2017-01-133-14/+14
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-145-102/+107
|/
* Type renames:Juan Linietsky2017-01-111-2/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-45/+45
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-3/+3
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-024-34/+45
|\
| * Screen space reflection effectJuan Linietsky2016-11-291-0/+10
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-051-0/+1
| * Begining of GLES3 renderer:Juan Linietsky2016-10-033-34/+34
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-018-8/+8
* | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-5/+5
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-5/+5
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-172-0/+4
* | drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde2016-10-152-1/+5
|/
* Merge pull request #6605 from zaps166/old-gl-ext-funcsRémi Verschelde2016-10-031-1/+39
|\
| * Add compatibility with old OpenGL 2.1 driversBłażej Szczygieł2016-09-251-1/+39
* | Limit directional shadow draw distance, fixes #559, optimization (#1991)mookiexl2016-10-032-3/+22
* | Merge pull request #6606 from zaps166/don-crash-on-unsupported-glRémi Verschelde2016-10-031-2/+3
|\ \
| * | Don't crach when OpenGL version is unsupportedBłażej Szczygieł2016-09-251-2/+3
| |/
* / Don't crash in "_process_hdr()" if "framebuffer.luminance" is emptyBłażej Szczygieł2016-09-251-0/+4
|/
* removed redundant assign operation in mesh_add_surface: elem_count is reassig...knd2016-09-211-4/+0
* Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde2016-09-174-6/+7
|\
| * Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-071-0/+1
| * Rename misleading definePedro J. Estébanez2016-09-073-6/+6
* | Merge pull request #5962 from Alex-doc/Y_billboardJuan Linietsky2016-09-101-1/+16
|\ \
| * | Implements Y billboardAlex Piola2016-08-011-1/+16
* | | Merge pull request #6363 from vnen/winrtJuan Linietsky2016-09-102-1/+13
|\ \ \ | |_|/ |/| |
| * | Fix drivers coding for WinRTGeorge Marques2016-09-032-1/+13
| |/
* / More visual script improvementsJuan Linietsky2016-08-302-3/+13
|/
* GLES2: Check for GPU capabilities to display an errorRémi Verschelde2016-07-251-1/+10
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-30/+4
* Add texture region support for stylebox renderGeequlim2016-06-052-21/+26
* Changed import workflowJuan Linietsky2016-05-272-4/+5
* missing default valueJuan Linietsky2016-05-041-1/+1
* fix to avoid video texture scalingJuan Linietsky2016-05-041-1/+1
* ability to shrink all images x2 on loadJuan Linietsky2016-05-042-1/+22
* free Material 'shadow_material_double_sided' on ::finish()MSC2016-04-031-0/+1
* Merge pull request #3694 from techtonik/patch-1Rémi Verschelde2016-03-151-0/+7
|\
| * Show which video driver is used in verbose modeanatoly techtonik2016-02-241-0/+7