| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #27597 from marxin/fix-Wnon-virtual-dtor-warnings | Rémi Verschelde | 2019-04-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fix -Wnon-virtual-dtor warnings. | marxin | 2019-04-02 | 1 | -1/+1 |
| * | | Enable warnings=extra on clang and GCC testers. | marxin | 2019-04-02 | 6 | -113/+113 |
| |/ |
|
| * | Merge pull request #27505 from clayjohn/depth_bug | Rémi Verschelde | 2019-04-01 | 1 | -0/+3 |
| |\ |
|
| | * | keep DEPTH from causing compile error in GLES2 | clayjohn | 2019-03-28 | 1 | -0/+3 |
| * | | Fixed handling of depth texture so it's resolved and bound when needed | Daniel Rakos | 2019-03-26 | 4 | -27/+74 |
| |/ |
|
| * | Revert accidental commits | Pedro J. Estébanez | 2019-03-20 | 3 | -254/+0 |
| * | Create class for shared memory blocks [wip] | Pedro J. Estébanez | 2019-03-20 | 3 | -0/+254 |
| * | GLES2: Convert unsupported float texture types to 8-bit types | Rémi Verschelde | 2019-03-12 | 1 | -28/+47 |
| * | GLES2: Fix comments in previous commit that broke rendering (!) | Rémi Verschelde | 2019-03-12 | 3 | -3/+3 |
| * | GLES2: Add comments around EXT_shader_texture_lod check | Rémi Verschelde | 2019-03-11 | 3 | -18/+9 |
| * | Revert "GLES2: Ensure extension checks for texture2DLod" | Rémi Verschelde | 2019-03-11 | 4 | -20/+38 |
| * | Revert "GLES2: Fix regression on texture2DLod extension checks" | Rémi Verschelde | 2019-03-11 | 3 | -37/+16 |
| * | GLES2: Fix regression on texture2DLod extension checks | Rémi Verschelde | 2019-03-11 | 3 | -16/+37 |
| * | Merge pull request #26928 from akien-mga/gles2-texture2DLod-ext-check | Rémi Verschelde | 2019-03-11 | 4 | -38/+20 |
| |\ |
|
| | * | GLES2: Ensure extension checks for texture2DLod | Rémi Verschelde | 2019-03-11 | 4 | -38/+20 |
| * | | Enable seamless cubemap only if extension is present. | Juan Linietsky | 2019-03-11 | 1 | -1/+3 |
| |/ |
|
| * | Undo #25557 (was not right anyway), fixes #26258 | Juan Linietsky | 2019-03-11 | 2 | -8/+3 |
| * | increase size of radiance map in gles2 | clayjohn | 2019-03-10 | 1 | -2/+2 |
| * | gles2 reallocate texture when transparent is set | clayjohn | 2019-03-09 | 1 | -0/+1 |
| * | Added default color to mesh render | samHFIT | 2019-03-08 | 1 | -0/+2 |
| * | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | 2019-03-07 | 1 | -1/+5 |
| * | Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster. | Juan Linietsky | 2019-03-07 | 3 | -4/+7 |
| * | Fix and restore text, material and mesh previewers. | Juan Linietsky | 2019-03-04 | 1 | -0/+2 |
| * | Merge pull request #26567 from clayjohn/pixel_snap_artifact | Rémi Verschelde | 2019-03-04 | 2 | -0/+6 |
| |\ |
|
| | * | fixed pixel snap precision artifact | clayjohn | 2019-03-04 | 2 | -0/+6 |
| * | | Merge pull request #26532 from aqnuep/texture_array_fixes | Rémi Verschelde | 2019-03-04 | 1 | -6/+13 |
| |\ \ |
|
| | * | | Fixed TextureArray and Texture3D issues | Daniel Rakos | 2019-03-03 | 1 | -6/+13 |
| * | | | Merge pull request #26574 from Chaosus/update_libpng | Rémi Verschelde | 2019-03-04 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Update libpng (1.6.35 --> 1.6.36) | Chaosus | 2019-03-04 | 1 | -0/+1 |
| * | | | | Silences annoying "iCCP: known incorrect sRGB profile" spam | Chaosus | 2019-03-04 | 1 | -1/+5 |
| |/ / / |
|
| * | | | More style cleanup... | Rémi Verschelde | 2019-03-04 | 1 | -1/+0 |
| * | | | Also take dof blur in consideration for using MRTs, fixes #26236 | Juan Linietsky | 2019-03-03 | 1 | -1/+1 |
| * | | | Properly redraw if something animated is visible | Juan Linietsky | 2019-03-03 | 4 | -22/+20 |
| |/ / |
|
| * | | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky | 2019-03-03 | 9 | -16/+89 |
| * | | Fix style issues from recent commits | Rémi Verschelde | 2019-03-03 | 1 | -1/+0 |
| * | | Remove some windows prints | Juan Linietsky | 2019-03-02 | 1 | -2/+2 |
| * | | Fix typo in 7bad170 | Rémi Verschelde | 2019-03-02 | 1 | -20/+5 |
| * | | -Fix prepass state not being reset, closes #26348 | Juan Linietsky | 2019-03-01 | 2 | -0/+135 |
| * | | Fixed RGTC (and other compressed) texture supports in GLES2. Fixes #26414 an ... | Juan Linietsky | 2019-03-01 | 2 | -12/+126 |
| * | | Skeleton was not providing prober AABB in GLES2, fixed. | Juan Linietsky | 2019-03-01 | 1 | -6/+100 |
| * | | Fixed some crashers, closes #26393 | Juan Linietsky | 2019-03-01 | 1 | -1/+1 |
| * | | Fix non initialized variable. | Juan Linietsky | 2019-03-01 | 1 | -0/+1 |
| * | | Remove unused include from previous commit | Rémi Verschelde | 2019-03-01 | 1 | -1/+1 |
| * | | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | 2019-03-01 | 3 | -15/+23 |
| * | | Strive for maximum compatibility in GLES2 regarding depth buffers. | Juan Linietsky | 2019-03-01 | 4 | -65/+155 |
| |/ |
|
| * | Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class. | Juan Linietsky | 2019-02-27 | 4 | -598/+225 |
| * | Detect for 24 bits oes support on GLES2, closes #26344 | Juan Linietsky | 2019-02-27 | 3 | -6/+22 |
| * | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format | Rémi Verschelde | 2019-02-27 | 1 | -1/+1 |
| |\ |
|
| | * | Fix -Wsuggest-attribute=format warnings. | marxin | 2019-02-27 | 1 | -1/+1 |