Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/yg
AgeCommit message (Expand)Author
2015-09-23restored yg_test's rachytski
2015-09-23[android] Fix font name paths.vng
2015-09-23fixed bug with "number of periods on the texture" calculation.rachytski
2015-09-23implemented mechanism for drawable resources caching. this will allow us to u...rachytski
2015-09-23Deffering adding the gui::Element into the yg::Overlay until the guy::Control...rachytski
2015-09-23fixed bug with offsetting TextElements.rachytski
2015-09-23added methods for querying country name if the model is empty.rachytski
2015-09-23moved some methods into base classes, simplified some code.rachytski
2015-09-23better remove-change geometry-add pattern for guy::Element.rachytski
2015-09-23added "invalid" flag to OverlayElement.rachytski
2015-09-23added GUI library and added it into all projects.rachytski
2015-09-23added hitTest and roughHitTest to OverlayElement.rachytski
2015-09-23added ShapeRenderer::drawRoundedRectangle.rachytski
2015-09-23added GeometryBatcher::addTexturedFanStrided.rachytski
2015-09-23renamed InfoLayer into Overlay.rachytski
2015-09-23[ios] Reverted back to OpenGL 1.1Alex Zolotarev
2015-09-23refactored the way BufferObjects are used.rachytski
2015-09-23using glFlush instead of glFinish.rachytski
2015-09-23quick fix for "rebind OpenGL object after update in different renderContext t...rachytski
2015-09-23removed ResourceStyleCache and all caching related functions from OverlayElem...rachytski
2015-09-23added DumpCommand for the purpose of command stream logging.rachytski
2015-09-23refactored drawGeometry method.rachytski
2015-09-23added DisplayList::uploadDatarachytski
2015-09-23moved uploadData from SkinPage to GeometryBatcher.rachytski
2015-09-23removed m_dynamicPagesCount and m_textPagesCount from Skin as unnecessary. rachytski
2015-09-23moved ScreenCoverage rendering completely onto displayList without ResourceSt...rachytski
2015-09-23removed unused methodsrachytski
2015-09-23added DisplayList class for caching rendered geometry.rachytski
2015-09-23added glLoadMatrixfFn and added support for GL_MODELVIEW_MWM matrix.rachytski
2015-09-23[linux] Compilation fixAlex Zolotarev
2015-09-23logging selected texRtFormat.rachytski
2015-09-23filtering "Vivante Corporation" chipsets to use vertex arrays instead of vert...rachytski
2015-09-23[android][iphone][mac] added support for rendering with GLSL shaders and enab...rachytski
2015-09-23correctly drawing StraightTextElement with non-identity draw matrix.rachytski
2015-09-23filtering all Adreno GPU'srachytski
2015-09-23filtered HTC Legend GPU for it to use Data8Bpprachytski
2015-09-23logging OpenGL information in all build configurations.rachytski
2015-09-23optimizing OverlayElements packing. more elements should be displayed without...rachytski
2015-09-23using ResourceStyleCacheContext to avoid caching some resources twice.rachytski
2015-09-23added ResourceStyleCacheContext to avoid caching some ResourceStyles twice.rachytski
2015-09-23renamed StylesCache into ResourceStylesCache and moved corresponding files.rachytski
2015-09-23Factor out glGetString to separate function.vng
2015-09-23Safe m_vendorName and m_rendererName initialization.vng
2015-09-23fixed bug with non-cleared old surface while empty-model-message drawing.rachytski
2015-09-23always reading pixels into RGBA8 format.rachytski
2015-09-23parameter order fix.rachytski
2015-09-23[android] fixed texRtFormat selection on Samsung Galaxy Youngrachytski
2015-09-23performing glFinish before glReadPixels.rachytski
2015-09-23added ability to force the command execution.rachytski
2015-09-23added Renderer::readPixels as a synchronization method.rachytski