summaryrefslogtreecommitdiff
path: root/src/static_libs
Commit message (Expand)AuthorAgeFilesLines
* Evas: Add SW engine map/unmap functionsJean-Philippe Andre2016-03-281-5/+6
* draw: Import or implement some colorspace conversion routinesJean-Philippe Andre2016-03-284-0/+559
* elementary: remove useless Makefile.am and force file in the correct place.devs/cedric/elm_mergeCedric Bail2016-03-241-4/+0
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-232-0/+1337
* Static deps unibreak: Update to latest version.Tom Hacohen2015-12-2115-86/+190
* lz4: Update our internal copy to release r131Stefan Schmidt2015-12-166-559/+763
* Draw: Fix compile error by removing duplicate definition.Jaehyun Cho2015-12-111-2/+2
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-052-4/+4
* Evas filters: Implement mix3 func for rgba maskingJean-Philippe Andre2015-12-042-3/+82
* Evas filters: Use Efl.Gfx.Render_OpJean-Philippe Andre2015-12-041-0/+1
* Draw: Add new mask functionsJean-Philippe Andre2015-12-043-7/+53
* Ector: use uint32_t instead of uintJean-Philippe Andre2015-12-034-27/+27
* Ector: Kill compilation warningsJean-Philippe Andre2015-12-033-7/+12
* Evas: Move alpha functions to static_libs/drawJean-Philippe Andre2015-12-032-2/+63
* Ector: Move drawhelper to static_libsJean-Philippe Andre2015-12-035-0/+873
* rg_etc: use void to force empty function parametersStefan Schmidt2015-11-261-1/+1
* ector: cleanup freetype rasterSubhransu Mohanty2015-11-241-41/+0
* ector: updated the freetype raster with faster line renderer.Subhransu Mohanty2015-11-241-214/+113
* ecore_con: Moving dns.c and dns.h to static_libs.Srivardhan Hebbar2015-11-102-0/+9878
* ecore_con: add http_parser static lib.Srivardhan Hebbar2015-11-098-0/+6431
* ector: move freetype rasterizer library to itw own directory.Cedric BAIL2015-11-097-0/+6171
* rg_etc: Correct ifdef to keep function available for debug buildStefan Schmidt2015-05-111-1/+1
* Static deps unibreak: update to what will soon be version 3.Tom Hacohen2015-05-0716-303/+948
* Revert "Static deps: Move unibreak to be an external dep."Tom Hacohen2015-05-0714-0/+5688
* lz4: Update our internal copy to release r128Stefan Schmidt2015-05-078-1075/+1265
* Static deps: Move unibreak to be an external dep.Tom Hacohen2015-05-0714-5688/+0
* ETC1: Fix more clang warningsJean-Philippe Andre2015-04-211-6/+10
* ETC1/2: Fix clang warningsJean-Philippe Andre2015-04-212-1/+32
* fix config.h inclusion across the treeMike Blumenkrantz2014-09-233-0/+13
* lz4: fix another security issue on ARM 32bits.Cedric BAIL2014-07-141-6/+9
* lz4: fix shadow issueBoris Faure2014-06-291-3/+3
* lz4: fix possible security issue.Cedric BAIL2014-06-294-1720/+2615
* Evas ETC2: Remove some useless operationsJean-Philippe Andre2014-06-231-1/+14
* Evas ETC2: Remove some C99/GCC extensions codeJean-Philippe ANDRE2014-06-221-50/+73
* Evas ETC2: Fix horrible warnings in etc2_encoderJean-Philippe ANDRE2014-06-221-80/+68
* Evas: Fix ETC2 encoding with RGB images (no alpha)Jean-Philippe Andre2014-06-131-1/+1
* Evas ETC2: Fix etc2 function declarationJean-Philippe Andre2014-06-121-1/+1
* Evas ETC2: Clean up debug codeJean-Philippe Andre2014-06-101-4/+11
* Evas ETC2: Fix alpha encoding with high qualityJean-Philippe Andre2014-06-101-15/+22
* Evas ETC2: Implement Planar modeJean-Philippe Andre2014-06-101-21/+191
* Evas ETC2: Implement H mode encodingJean-Philippe Andre2014-06-101-47/+161
* Evas ETC2: Implement T mode encodingJean-Philippe Andre2014-06-101-16/+480
* Evas ETC2: Add ETC2 encoder skelettonJean-Philippe Andre2014-06-102-0/+280
* Evas rg_etc2: Fix Windows buildJean-Philippe Andre2014-05-282-5/+5
* Evas rg_etc1: Fix build break (with DEBUG)Jean-Philippe Andre2014-05-281-1/+1
* Evas rg_etc: Show in the doc that we use BGRA nowJean-Philippe Andre2014-05-271-5/+6
* Evas rg_etc2: Small performance fixJean-Philippe Andre2014-05-271-15/+15
* Evas rg_etc1: Also decode RGBA8 from the TGV loaderJean-Philippe Andre2014-05-271-1/+1
* Evas rg_etc2: Complete support for ETC2 with RGBA8_EACJean-Philippe Andre2014-05-271-26/+124
* Evas rg_etc2: Add ETC2 decoding routinesJean-Philippe Andre2014-05-273-1/+254