summaryrefslogtreecommitdiff
path: root/src/modules/evas/engines/gl_common
Commit message (Expand)AuthorAgeFilesLines
* evas3d: fixed grammartical break.ChunEon Park2014-04-151-1/+0
* evas/evas3d - use the image loader of the evas instead of the png lib.ChunEon Park2014-04-151-124/+20
* Evas_3D : Eolian changesubhransu2014-04-143-69/+105
* Merge branch 'devs/cedric/evas-3d' of ssh://git.enlightenment.org/core/efl in...ChunEon Park2014-04-107-0/+3288
|\
| * Evas: 3D: Fix typo error in preprocessor for GLESTaekyun Kim2014-03-301-1/+1
| * Evas: 3D: Introducing 3D scene rendering featuresTaekyun Kim2014-03-307-0/+3288
* | Evas gl: Remove unused variableJean-Philippe Andre2014-04-081-1/+0
* | Evas gl: Fix colors when using ETC1 texturesJean-Philippe Andre2014-04-041-4/+4
* | Evas gl: Fix dlsym usage for glCompressedTexImage2dJean-Philippe Andre2014-04-041-0/+3
* | Evas gl: Use implicit cast to DATA8 with image.data8Jean-Philippe Andre2014-04-041-3/+3
* | evas: add ETC1 texture format support to Evas.Cedric BAIL2014-04-014-15/+120
* | evas: support uploading AGRY88 and GRY8 directly to GPU.Cedric BAIL2014-04-013-214/+149
* | evas: add support for GL_LUMINANCE_ALPHA and GL_LUMINANCE when loading image ...Cedric BAIL2014-04-013-20/+67
|/
* evas: Fixed warning for uninitialized variablesAnand2014-03-241-2/+2
* evas: cleaner fail handler.Cedric BAIL2014-03-241-5/+3
* evas_gl: fix memory leak in case that version doesn't include dotJihoon Kim2014-03-231-1/+5
* evas/gl - fill up missed blend mode.ChunEon Park2014-03-221-7/+19
* evas/gl - don't set blend function in RENDER COPY mode.ChunEon Park2014-03-221-2/+3
* evas: let's be more resistant even with things that should never happen.Cedric BAIL2014-03-201-0/+1
* Evas gl: Fix clip in image_draw if it's not setJean-Philippe Andre2014-03-181-1/+1
* Evas gl: Fix buffer dump filenamesJean-Philippe Andre2014-03-181-1/+5
* Evas gl_x11: Fix usage of glReadPixelsJean-Philippe Andre2014-03-132-5/+0
* Evas gl_x11: Add support for glReadPixelsJean-Philippe Andre2014-03-072-0/+6
* evas gl: added partial rendering support for qcom extensionSung W. Park2014-02-156-25/+225
* evas - gl - core - checke for wrong context in error checkCarsten Haitzler (Rasterman)2014-02-131-1/+1
* evas - gl core - don't access null ptr on initCarsten Haitzler (Rasterman)2014-02-131-3/+5
* Evas filters: OpenGL support part 1.Jean-Philippe Andre2014-02-071-6/+7
* evas gl - fix egl/gles build after alpha4 change for fontsCarsten Haitzler (Rasterman)2014-01-132-0/+24
* evas - fonts - move to using 4bit and rel 4 bit compressed font glyphsCarsten Haitzler (Rasterman)2014-01-131-63/+19
* evas gl - prefer alpha4 format for font textures if possible (save memory)Carsten Haitzler (Rasterman)2014-01-131-17/+33
* evas gl - comment out unreachable codeCarsten Haitzler (Rasterman)2014-01-101-1/+3
* fix mingw build for setuid fix/checksCarsten Haitzler (Rasterman)2014-01-081-2/+6
* setuid safeness - ensure if an app that is setuid doesn't do bad thingsCarsten Haitzler (Rasterman)2014-01-081-0/+2
* evas - gl engine - glerr should be off by default for performanceCarsten Haitzler (Rasterman)2013-12-271-1/+1
* evas gl engine - ensure on texture delete we never leave a cur tex id danglingCarsten Haitzler (Rasterman)2013-12-261-0/+2
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-263-8/+8
* evas - evas gl - fix realloc failure case to handle it properlyCarsten Haitzler (Rasterman)2013-12-111-3/+10
* evas - evas_gl - fix shader patch to not free static stringsCarsten Haitzler (Rasterman)2013-12-111-3/+6
* Evas: Fix crash in GL engine(s) during preload cancelJean-Philippe Andre2013-12-091-0/+4
* evas: add missing define for some target.Cedric Bail2013-11-271-0/+49
* Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""Cedric Bail2013-11-271-1/+37
* Revert "evas: allow fuzziness on the texture format returned by GL."Rafael Antognolli2013-11-261-37/+1
* evas: allow fuzziness on the texture format returned by GL.Cedric Bail2013-11-261-1/+37
* evas - gl engine - async texture upload - protect null tex handle accessCarsten Haitzler (Rasterman)2013-11-251-9/+17
* evas_gl : Fixed macro substitution bug in evas_glSung W. Park2013-11-131-2/+2
* evas/cserve2: Fix image preload with gl-x11 engineJean-Philippe Andre2013-10-303-0/+35
* EvasGL: cleaning up unnecessary code.Sung W. Park2013-10-303-58/+0
* evas/cserve2: Implement support for GL engineJean-Philippe Andre2013-10-281-15/+132
* EvasGL: Fixed direct rendering not clipping issueSung W. Park2013-10-244-163/+208
* evas - gl - dont allocate image and/or texture until needed on native unsetCarsten Haitzler (Rasterman)2013-10-162-1/+15