summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/sources/render_image_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-1/+1
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-271-3/+4
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-14/+15
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-2/+24
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-191-10/+0
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-191-2/+2
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-191-2/+2
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-171-28/+47
* [core] Include what you useJohn Firebaugh2017-07-121-0/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-2/+2
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-191-6/+7
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-7/+5
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-6/+3
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-1/+8
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-2/+5
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-011-2/+1
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-4/+3
* [core] Render Image SourceAsheem Mamoowala2017-06-011-0/+176