summaryrefslogtreecommitdiff
path: root/src/mbgl/gl
Commit message (Collapse)AuthorAgeFilesLines
* [core] re-bind uniform locations after re-linking programIvo van Dongen2018-04-051-0/+5
| | | | - On some gl implementations the uniform locations are shifted after linking the program a second time, resulting in errors when using any uniform. On some implementations they are actually doubled. Re-binding the uniforms after selectively binding the vertex attributes prevents this.
* [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-02-231-2/+9
| | | | Avoids problems on (amongst others) Samsung Galaxy J3
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-154-12/+56
| | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* [android] - blacklist adreno 2xx for VAO supportTobrun2018-01-311-2/+3
|
* [core] blacklist binary program loading for Vivante GC4000 GPUsKonstantin Käfer2018-01-091-1/+4
|
* Correct ColorMode::ReplaceLauren Budorick2017-12-071-1/+1
|
* [core] Fix crash on Qt + Windows + ANGLEThiago Marcos P. Santos2017-11-241-1/+6
| | | | Support for VAO extensions is broken.
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-2/+2
|
* [core] Enable dynamic updates of index buffers.Chris Loer2017-11-173-5/+23
|
* Revert "[core] Expose ColorMask in gl::Context::clear()"Bruno de Oliveira Abinader2017-11-022-11/+5
| | | | This reverts commit e350ef37fe68312c4b5fb03b289a90c0bdda4f03.
* [core] Expose ColorMask in gl::Context::clear()Bruno de Oliveira Abinader2017-11-012-3/+9
|
* [core] blacklist VAO usage on adreno 3xxIvo van Dongen2017-10-261-1/+8
| | | | - Causes crashes on usage of glBuffer(Sub)Data
* [core] Make the OpenGL implementation platform specificThiago Marcos P. Santos2017-10-251-28/+2
| | | | | Split the headers, so each platform includes the most appropriated header.
* [core] allow context to be abandoned on destructionIvo van Dongen2017-09-222-1/+9
| | | | - This enables the use case where the system already destroyed the underlying GL resources. Otherwise, the cleanup would fail and crash
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-1/+18
| | | Port of https://github.com/mapbox/mapbox-gl-js/pull/5101: adds a new render pass `Pass3D` before any other rendering wherein we render layers with 3D passes (fill-extrusion layers) to offscreen framebuffers, sharing a depth renderbuffer between those layers in order to render 3D space correctly. Those framebuffers are saved on the RenderLayers and copied back to the map during the translucent pass. Rendering to offscreen framebuffers before we do any clear + draw means we can avoid expensive framebuffer restores.
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-114-9/+9
|
* [core] Dirty the correct state when a texture is deletedJohn Firebaugh2017-09-111-2/+4
| | | | When a texture is deleted, it is as if all texture units to which that texture object is bound are rebound to texture object zero. Therefore it's the *bindings* that need to be dirtied, not the active texture unit.
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-262-4/+0
|
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-242-0/+2
|
* [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to ↵John Firebaugh2017-07-211-1/+15
| | | | known bugs
* [core] Work around Adreno 2xx GPU bugs (#9573)John Firebaugh2017-07-211-0/+7
|
* [core] Pass correct sources to programIdentifierJohn Firebaugh2017-07-121-10/+6
|
* [core] Add comments explaining typing of AttributeLocation and UniformLocationJohn Firebaugh2017-07-121-0/+8
|
* [core] Reduce memory requirements of VertexArraysJohn Firebaugh2017-07-124-12/+34
|
* [core] Rework attribute binding (again)John Firebaugh2017-07-1214-245/+226
| | | | | | | | | | These changes are necessary for programs whose set of active attributes is not fixed at compile time by a template parameter pack, but rather varies based on the generated shader text at runtime. In such cases, the attribute location of a given named attribute may vary between instances of the same Program. Previously, attribute bindings were implicitly associated with a location based on template parameter order, and -1 was used to indicate an inactive attribute. This left us unable to disable the appropriate attribute when it went from active to inactive. Now, the state tracker for bindings explicitly associates locations and state, and an empty optional is used to indicate an inactive attribute. In addition, a gl::VertexArray class is now exposed, allowing more flexibility in the relationship between Programs, Segments, and attribute bindings. In this commit, that relationship does not change, but the subsequent commit adjusts it to match gl-js, reduce rebinds, and work around buggy VAO implementations. VertexArray uses a pimpl idiom in order to support implementations that lack the VAO extension. In that case, all VertexArrays share global binding state, reflecting the platform reality in the absence of VAOs, while still providing a uniform API.
* [core] Inline getActiveAttributes detailsJohn Firebaugh2017-07-121-25/+11
|
* [core] Include what you useJohn Firebaugh2017-07-121-1/+1
|
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+3
|
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-4/+16
|
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-1/+2
|
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-122-13/+12
|
* [core] add static asserts for more gl constantsAnsis Brammanis2017-07-113-4/+51
| | | | and rename BufferUsageType to BufferUsage
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-113-5/+23
| | | | | | | | | | port https://github.com/mapbox/mapbox-gl-js/pull/4781 This improves legibility of labels that follow lines in pitched views. The previous approach used the limited information in the shader to calculate put the glyph in approximatelyright place. The new approach does this more accurately by doing it on the cpu where we have access to the entire line geometry.
* [core] Bind only active attributes in order to avoid exceeding attribute ↵Lauren Budorick2017-06-293-6/+64
| | | | | limits (#9373) Introducing two new attributes to enable property functions for line-width (#9250) pushed the attribute count over GL_MAX_VERTEX_ATTRIBS on some devices. Now we selectively bind only attributes that are used, making it unlikely to surpass GL_MAX_VERTEX_ATTRIBS.
* [core] add MBGL_CHECK_ERROR to some locations where it was missingKonstantin Käfer2017-06-211-4/+4
|
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-143-208/+63
| | | | Rather than binding constant attributes that will never be used, just disable the attribute.
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-6/+5
|
* [core] cleanup ProgramParametersKonstantin Käfer2017-06-131-2/+2
|
* [core] only bind uniforms that exist in the programKonstantin Käfer2017-06-131-1/+1
|
* [core] verify that the active uniform types match our assumed typesKonstantin Käfer2017-06-133-0/+144
|
* [core] store vertex attribute binding to prevent duplicate bindsKonstantin Käfer2017-06-131-0/+1
| | | | | | | | | We have an "oldBinding" value that we use for checking whether the vertex attribute was already bound to the current VAO, but we never set the state. Additionally, we're also checking whether the previous state was already any binding (optional is set), and don't re-enable the vertex attribute array. Additionally, we now only disable the vertex attribute array when the previous state was in fact an array attribute. We still don't deduplicate constant glVertexAttrib* calls, but that's a little trickier.
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-0/+1
|
* [core] glPixelStorei is in OpenGL ES 2John Firebaugh2017-06-135-52/+47
|
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-134-2/+22
|
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-012-0/+2
|
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-7/+7
|
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-2/+2
|
* [core] Throw exceptions by valueKonstantin Käfer2017-05-051-2/+2
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-273-1/+22
|
* [core] remove unused leftover filesKonstantin Käfer2017-04-203-52/+1
|