summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_3d_light.eo
Commit message (Collapse)AuthorAgeFilesLines
* evas: change interface evas_3d to evas_canvas3dOleksandr Shcherbina2015-06-171-354/+0
| | | | | | | | | | | | | | Summary: Regard to https://phab.enlightenment.org/T2479 it is need for right generation Eolian files Reviewers: cedric Subscribers: cedric, tasn Differential Revision: https://phab.enlightenment.org/D2711 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* eolian: new syntax for params/values/keysDaniel Kolesa2015-05-181-52/+52
| | | | | | | | | | | Instead of "@in type name;" we now use "@in name: type;". This change is done because of consistency with the rest of Eolian; pretty much every other part of Eolian syntax uses the latter form. This is a big breaking change in the .eo format, so please update your .eo files accordingly and compile Elementary together with the EFL. @feature
* eolian: change all EFL .eo files to use new syntax for propertiesDaniel Kolesa2015-05-071-7/+6
|
* [Evas/evas-3d] Add shadow maps. Added two scene-API functions for enable and ↵Dmytro Dadyka2014-09-031-0/+94
| | | | | | | | | | disable shadows on the scene. Added 6 light-API function for set and get the light projection. Reviewers: raster, cedric, Hermet Subscribers: raster, cedric Differential Revision: https://phab.enlightenment.org/D1330
* eolian: use new syntax for const methods as per wikiDaniel Kolesa2014-07-221-8/+4
|
* eolian: builtin bool type, and change the eo files to use thatDaniel Kolesa2014-07-111-2/+2
|
* Evas eolian: Fix namespace for many more classes.Tom Hacohen2014-06-301-1/+1
|
* Eo (base class): Fix .eo file to have proper namespacing for the class naem.Tom Hacohen2014-06-301-2/+2
|
* eolian: fix end-of-file checking, move namespaces from :: to .Daniel Kolesa2014-06-201-4/+4
|
* Evas_3d: modify .eo files to disable legacy.Daniel Zaoui2014-04-261-17/+1
| | | | | Instead of setting legacy to null to every function, you can set the class legacy_prefix to null. It will disable legacy for all the class.
* evas: remove Evas_3D legacy API.Cedric Bail2014-04-251-3/+19
|
* evas/evas3d - changed file access authority.ChunEon Park2014-04-251-0/+0
| | | | don't other users execute or write them.
* Evas_3D : Eolian change for Evas_3D_Object.subhransu2014-04-251-2/+3
| | | | | | Conflicts: src/lib/evas/Evas_Eo.h
* Evas_3D : Eolian changesubhransu2014-04-251-0/+264
Conflicts: src/Makefile_Evas.am src/lib/evas/Evas_3D.h src/lib/evas/Evas_Eo.h