summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/gl_common/evas_gl_preload.c
Commit message (Expand)AuthorAgeFilesLines
* Evas gl: Remove unused variableJean-Philippe Andre2014-04-081-1/+0
* evas: support uploading AGRY88 and GRY8 directly to GPU.Cedric BAIL2014-04-011-104/+10
* Evas: Fix crash in GL engine(s) during preload cancelJean-Philippe Andre2013-12-091-0/+4
* evas - gl engine - async texture upload - protect null tex handle accessCarsten Haitzler (Rasterman)2013-11-251-9/+17
* evas/cserve2: Fix image preload with gl-x11 engineJean-Philippe Andre2013-10-301-0/+19
* evas gl engine - paranoia: check max texture size limits on texture allocCarsten Haitzler (Rasterman)2013-07-111-8/+8
* Add missing eina_lock_release when we exitChris Michael2013-07-081-1/+5
* Fix formattingChris Michael2013-07-081-1/+1
* evas: make it possible to disable preload for buggy driver.Cedric Bail2013-07-051-0/+2
* evas: add support for asynchronously uploading GL texture.Cedric Bail2013-06-241-0/+441