sync with private
[profile/ivi/evas.git] / src / modules / engines / gl_x11 / evas_x_main.c
2012-08-27 ChunEon Parksync with private
2012-08-14 Jaehwan KimRevert "Revert "upstream merge""
2012-08-01 Jaehwan KimMerge remote-tracking branch 'origin/upstream' into...
2012-07-27 WooHyun JungRevert "upstream merge"
2012-07-03 devilhornsEvas (gl_x11): Merge changes from Tizen to upstream...
2012-06-29 Jiyoun Parkupstream merge
2012-06-25 rasterminor improvbement to evas gl engine -> blacklist softw...
2012-06-20 Jiyoun ParkUpstream merge
2012-05-15 devilhornsEvas (gl_x11): Fix commit snafu so gl_x11 builds again.
2012-05-15 devilhornsEvas (wayland_egl): Fix build. Add missing files, remov...
2012-04-25 Myungjae LeeEvas migration revision 70433
2012-04-18 Hyoyoung ChangEFL core migration revision 70276
2012-04-13 Jiyoun ParkMerge remote branch 'remotes/origin/upstream'
2012-04-06 Park SangHeeFastpath rollback
2012-04-05 Jeonghyun YunEFL core migration revision 69910
2012-03-27 Jeonghyun YunEFL core migration revision 69627
2012-03-10 Jeonghyun YunEFL core migration revision 69113
2012-03-07 Jeonghyun YunEFL core migration revision 68831
2012-03-02 Jeonghyun YunEFL core migration revision 68518
2012-02-15 Jaehwan KimMerge branch 'master' of ssh://165.213.149.219:29418...
2012-02-10 WooHyun JungMerge "[*][evas_textblock] fixed a bug about deleting...
2012-02-09 Park SangHeeApplying Fastpath
2012-02-06 Jaehwan KimEFL migration revision 67705
2012-01-12 devilhornsEvas (gl_x11): Move make current so we only have one if.
2012-01-12 devilhornsEvas (gl_x11): We cannot call eglMakeCurrent if we...
2011-12-18 rastersorry sungwoo - going to have to back this dlopen/dlsym...
2011-12-05 rasterI'm attaching a patch for the initial version of the...
2011-11-03 Mike McCormackMerge branch 'upstream'
2011-10-06 rastertry and make newgl work again... fail! why does glx...
2011-10-06 rasterno no.. oops. i missed an error!
2011-10-06 rasternewgl work.. now.. why?
2011-09-02 Jaehwan Kim[*][Migration upstream r62695]
2011-08-22 Jaehwan KimMerge branch 'master' into svn_merge
2011-08-14 Daniel Juyung Seo[Upstream Migration r62388]
2011-06-23 Jaehwan Kimsvn update: 60295 (latest:60295)
2011-06-17 carowhitespaces--------
2011-06-14 tasnEvas: Fixed some annoying Wshadow warnings.
2011-05-02 rasterFrom: "Sung W. Park" <sungwoo@gmail.com>
2011-04-09 rastergles warning--
2011-04-06 rasterand now REALLY fix that viewport bug...
2011-04-06 rasterand handle other make current to "no context" in case.
2011-04-06 rasterfix gles engine bug with > 1 window.. missing viewport...
2011-04-06 rasterfixme notice, fix make current context to force if...
2011-04-05 Jaehwan Kimsvn update: 58227 (latest:58227)
2011-03-29 Shinwoo KimRollback to 19a13662bc08e5b0be6cee6b40d4c05e33bc3475
2011-03-29 Shinwoo Kimsvn update: 58050 (latest:58050)
2011-03-24 rasterok. multi-screen (multihead) support with simultaneous...
2011-03-21 rasteranother vendor/renderer example.
2011-03-20 rasterand check extent... FIRST
2011-03-20 rastersupport multiple screens AT the same time... multiple...
2011-03-20 rasteradd blacklisting for software gl implementations
2011-03-19 rasterturn loose binding off on newer-ish nvidia dreiver...
2011-03-07 rasterREVERT! hell no. glu is not going to become a dependenc...
2011-03-07 discomfitorfix weird segv I found when trying opengl mode in comp...
2011-01-24 WooHyun Jungsvn update: 56240 (latest:56240)
2011-01-14 discomfitorunless I'm going insane, this should return here to...
2011-01-10 Jaehwan Kim[evas_engine] apply svn revision 55977 for fps
2011-01-07 rasteregl actually doesnt need a full reset - we CAN get...
2010-12-14 ChunEon ParkMerge branch 'master' of 165.213.180.234:/slp/pkgs...
2010-12-13 Daniel Juyung Seo[SVN EFL Migration] evas in SLP is merged into SVN...
2010-12-02 rastermake sure we ensure out gl context is current at each...
2010-11-25 Jaehwan KimSVN EFL Migration SVN-54790
2010-10-07 barbieribetter logging.
2010-10-04 Daniel Juyung SeoMerge branch 'master' of 165.213.180.234:/git/slp/pkgs...
2010-10-01 ChunEon ParkMerge branch 'master' of 165.213.180.234:/git/slp/pkgs...
2010-09-29 jaehwan[evas] merge svn revision 52838 evas_engine.h evas_x_main.c
2010-09-28 rastermake sure that at any point if gl barfs... abort then.
2010-09-19 rasterwarning--
2010-09-18 barbiericleanup: simple clean of "comparison between signed...
2010-09-10 Jeahwan Kim[efl-upgrade]
2010-09-07 Jeahwan Kimsvn update: 51458 (latest:51480)
2010-08-30 rastermake it an env var to enable/disable window unsurface...
2010-08-27 rasterand actually fix un/resurf. done.
2010-08-27 rasterfix un/resurf for dump.
2010-08-27 rastersome minor cleanliness in the unsurf/resurf stuff.
2010-08-26 rasterbe able to free and alloc gl surface when asked to...
2010-08-26 rasteraagh fix fix! works again.
2010-08-26 rastersilence gl enging output unless you set EVAS_GL_INFO...
2010-08-13 rastermore work on egl image direct access.
2010-08-12 rasterworking on new gl engine feature. inactive right now.
2010-07-30 Gwanglim LeeFixed segfault problem with GL engine when rotating
2010-07-29 rasteraaah yes. get the ref -1 as free will dec it.
2010-07-29 rasternow work?
2010-06-22 Gwanglim Leeresolve rotation bug when using GLES backend
2010-06-22 rastertry no surf/context etc. on free in egl.
2010-06-21 rasteruse before freeing to make sure context is right
2010-05-18 Youmin Hasvn update: 48959 (latest:48959)
2010-05-18 rasterif shader compile fails - peroclate error back up to...
2010-05-09 rastergl engine now does rotates (0, 90, 180, 270), like...
2010-03-23 raster1. clean up egl better on context shutdown
2010-03-22 rasteractuallyu free gl context//terminate on last gl window...
2010-03-01 rastersome internalling of symbols and formatting
2010-03-01 rasterok cant get this info until a context is made current...
2010-03-01 rasterdisabel the rgb select for now until nokia fix their...
2010-03-01 rasterturn this off - definitely broken on n900! bug filing...
2010-03-01 rasteroooh oops. colormap etc. was wrong. fix fix fix. no...
2010-03-01 rastermake egl work again.. sgx egl broken tho :(
2010-03-01 rasteroops - fix.
2010-03-01 rasterbegin work on argb window support for gl - glx/gl doesn...
2010-02-20 rasterstderr for that output! one day it will go - but for...
next