summaryrefslogtreecommitdiff
path: root/src/mbgl/gl
Commit message (Expand)AuthorAgeFilesLines
* [core] allow context to be abandoned on destructionIvo van Dongen2017-09-222-1/+9
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-1/+18
* [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
* [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 kno...John Firebaugh2017-07-211-1/+15
* [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
* [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
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-113-5/+23
* [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-06-293-6/+64
* [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
* [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
* [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
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-112-0/+51
|\
| * [core] cache binary shaders on AndroidKonstantin Käfer2017-04-039-9/+166
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-0/+61
* | [Qt] Fix typo in gl.hppBruno de Oliveira Abinader2017-04-061-1/+1
* | [core] Value stored to 'format' is never read in Context::drawPixelsBruno de Oliveira Abinader2017-03-311-1/+1
* | [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-0/+50
* | [glfw] Remove GL state restorationKonstantin Käfer2017-03-281-29/+0
* | [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-2318-359/+434
* | [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-232-18/+14
* | [core] cache binary shaders on AndroidKonstantin Käfer2017-03-229-9/+166
* | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* | [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-171-12/+15
* | [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-172-81/+1
|/