summaryrefslogtreecommitdiff
path: root/src/Makefile_Ector.am
Commit message (Expand)AuthorAgeFilesLines
* build: fix duplicated use of the variable in multiple Makefile_*.am.Vincent Torri2016-02-181-3/+3
* Ector: Do not install any header fileJean-Philippe Andre2016-01-061-18/+3
* Ector: Move ector_buffer.h along ector_surface.hJean-Philippe Andre2016-01-061-1/+1
* Ector gl: Ship gl eo headers dependend by the public header.Tom Hacohen2016-01-051-1/+5
* ector: add Ector.GL.Buffer.* support.Jean-Philippe Andre2016-01-051-0/+1
* ector: initial implementation of our own Ector GL backend.Cedric BAIL2016-01-051-3/+39
* ector: add an abstraction to get GL function.Cedric BAIL2016-01-051-0/+1
* Evil: integrate the dlfcn code into EvilVincent Torri2015-12-291-2/+2
* Ector: Move cairo surface back to ectorJean-Philippe Andre2015-12-031-1/+2
* Ector: Rename C files to match their EO counterpartsJean-Philippe Andre2015-12-031-5/+5
* Ector: Move drawhelper to static_libsJean-Philippe Andre2015-12-031-4/+12
* Ector: Use Ector Buffer inside SW and Cairo renderersJean-Philippe Andre2015-12-031-1/+1
* Ector: Implement pixel buffer supportJean-Philippe Andre2015-12-031-0/+9
* efl: fix build out of treeGustavo Lima Chaves2015-11-101-1/+1
* ector: move freetype rasterizer library to itw own directory.Cedric BAIL2015-11-091-7/+8
* ector: freetype -> default softwareChunEon Park2015-08-201-3/+2
* ector: add NEON support for composition function in software backend.Subhransu Mohanty2015-08-191-1/+2
* ector: add sse2 support for composition function in software backend.Subhransu Mohanty2015-08-191-2/+4
* ector: refactored software drawing backend to use composition function.Subhransu Mohanty2015-08-191-2/+3
* Revert "autotools: enable make check per individual modules."Stefan Schmidt2015-05-071-6/+0
* autotools: enable make check per individual modules.kabeer khan2015-05-071-0/+6
* Ector: Fix distcheck.Tom Hacohen2015-04-131-3/+3
* Ector: clean up makefile a bit.Tom Hacohen2015-04-091-4/+1
* Ector: Ship missing headers.Tom Hacohen2015-04-071-4/+24
* ector: fix make distcheck.Cedric BAIL2015-04-031-8/+18
* ector: correct implementation for color multiplication.Jose Gonzalez2015-04-031-0/+1
* ector: build FreeType software backend.Subhransu Sekhar Mohanty2015-04-031-3/+31
* ector: implementation of some common code in Ector.Renderer.Cairo.Base.Cedric BAIL2015-04-031-0/+1
* ector: first implementation of a Cairo surface.Cedric BAIL2015-04-031-1/+2
* ector: add a base interface for all cairo renderer.Cedric BAIL2015-04-031-0/+1
* ector: and here come the beginning of a Cairo backend.Cedric BAIL2015-04-031-2/+6
* ector: add beginning of a cairo implementation.Cedric BAIL2015-04-031-0/+6
* ector: start the implementation of a Cairo backend.Cedric BAIL2015-04-031-0/+7
* ector: start the implementation of the Generic surface.Cedric BAIL2015-04-031-0/+1
* ector: move all interface to be in the Generic namespace.Cedric BAIL2015-04-031-6/+6
* ector: add linear and radial gradial renderer to Ector.Cedric BAIL2015-04-031-2/+6
* ector: add top gradient renderer.Cedric BAIL2015-04-031-2/+4
* ector: add initial interface for a shape object.Cedric BAIL2015-04-031-2/+5
* ector: add initial interface for Surface and Renderer.Cedric BAIL2015-04-031-0/+14
* ector: initial introduction.Cedric BAIL2015-04-031-0/+55