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/drape
AgeCommit message (Collapse)Author
2015-09-23Fixed <cstdint>.Alex Zolotarev
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23[drape] make glyph mapping test more sociableExMix
2015-09-23[linux] Compilation fix.vng
2015-09-23Fix include path for drapeSergey Yershov
2015-09-23Fixes.Yuri Gorshenin
2015-09-23[drape] Fixed drape ParticalUploadDataTest.Yuri Gorshenin
2015-09-23Fix some build issueSergey Yershov
2015-09-23[linux] Compilation fixesOSM user on RU2
2015-09-23[drape] line shape refactoring/optimizationExMix
2015-09-23review fixesExMix
2015-09-23[drape] minor changesExMix
2015-09-23[drape] path symbol shapeExMix
2015-09-23[drape] new wave shape classes. Strong texturing, using "vertex classes" for ↵ExMix
geometry forming
2015-09-23[drape] utility structures for geometry forming helpExMix
2015-09-23[drape] minor changesExMix
2015-09-23[drape] test fixesExMix
2015-09-23[drape] from now in drape we will use strong texturing model without texture ↵ExMix
sets. - remove texture sets (controller and sets), applying and managing - improve memory allocations for resources - rewrite font texture for dynamic glyph mapping - fragmentation unicode block on textures - some minor stuff
2015-09-23[drape] shaders clean upExMix
2015-09-23review fixesExMix
2015-09-23[ios, drape] fix non-proportional image scale on ios 8ExMix
2015-09-23[linux] Fixed compilation.MWM Planet Generator cdn3
2015-09-23drape_test linkage fixExMix
2015-09-23review fixesExMix
2015-09-23[drape] tests for packing and mapping glyph on texture. Fixes that checked ↵ExMix
by tests
2015-09-23[drape] temporary comment this code. In future here will be code that manage ↵ExMix
glyphs according dynamic strategy
2015-09-23[drape] indexer for glyphs, packing and mapping on textureExMix
2015-09-23[drape] not hardcoded texture filtration usingExMix
2015-09-23[drape] move test widget to common libExMix
2015-09-23[drape] test fixes. In new GPU drivers has extension RequiredInternalFormat, ↵ExMix
and textures use exact formats
2015-09-23[drape] glyph manager return sdf preprocessed glyphsExMix
2015-09-23[drape] sdf image generatorExMix
2015-09-23[drape] loading fonts, render glyphsExMix
2015-09-23[drape] map stipple pattern into 2 rowExMix
2015-09-23[drape] generate standard header for shaders in preprocessor.ExMix
check header file equal based on md5 hash
2015-09-23[drape] map on texture 4 pixel of colorExMix
2015-09-23review fixExMix
2015-09-23[drape] tests fixExMix
2015-09-23[drape] line shader optimizationExMix
2015-09-23[drape] use max precision for all data expect final color. In future it can ↵ExMix
be optimized, but now lowp on old devices leads to: - wrong texel fetch - performance degradation
2015-09-23[ios, drape] build fixExMix
2015-09-23[drape] color and stipple texture must be in the same texture set. It can be ↵ExMix
changed when i create dynamic texture set forming algo.
2015-09-23[drape] font texture loading fixExMix
2015-09-23[ios, drape] ios OGL not support GLdouble. Don't use it.ExMix
2015-09-23[drape] bug fix. We need to unbound object before:ExMix
- deletion - !!!move object into frontend renderer thread!!!. On FR thread object can be deleted before this object beed unbound from BR thread.
2015-09-23[drape] move font resources into "resources-common" folder. Xcode can't sign ↵ExMix
application if this folder named resources
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23Removed unused includes in base files.vng