summaryrefslogtreecommitdiff
path: root/src/glamor_egl.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Silence compilation warnings.Zhigang Gong1-8/+3
2012-08-08Prefer KHR_surfaceless_context EGL extension over KHR_surfaceless_opengl/gles2.Michel Dänzer1-3/+10
2012-08-08Print space between name of missing EGL extension and 'required'.Michel Dänzer1-1/+1
2012-07-16Synch with xorg 1.13 change.Zhigang Gong1-5/+11
2012-05-15Added strict warning flags to CFLAGS.Zhigang Gong1-10/+9
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-2/+1
2012-04-28Added --enable-debug configuration option.Zhigang Gong1-1/+2
2012-02-17For DRI swap buffers.Zhigang Gong1-4/+55
2012-02-13Fixup glx supportChris Wilson1-20/+32
2012-02-12GLX: Enable glx support.Zhigang Gong1-6/+53
2012-02-08Refine CloseScreen and FreeScreen processes.Zhigang Gong1-42/+75
2012-01-29glamor: check driver support GEM or notLi Peng1-6/+26
2012-01-29glamor_egl: Add support for the platform doesn't have gbm.Zhigang Gong1-0/+8
2012-01-29glamor_egl: Don't call eglDestroyImageKHR directly.Zhigang Gong1-1/+5
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-5/+2
2012-01-29glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.Zhigang Gong1-34/+12
2012-01-05Fixed a configure bug.Zhigang Gong1-0/+4
2011-12-23Flush gl operations when destroy an textured image.Zhigang Gong1-1/+6
2011-12-23Remove useless egl functions.Zhigang Gong1-5/+0
2011-12-16Correct the logic of glamor_egl_create_textured_pixmap.Zhigang Gong1-48/+10
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-18/+39
2011-12-12Classfy glamor pixmap to different types.Zhigang Gong1-7/+10
2011-12-09Can't create KHR image if the depth is uncompatible.Zhigang Gong1-10/+12
2011-11-22Added a missed header file.Zhigang Gong1-1/+2
2011-11-11Initial version.Zhigang Gong1-0/+449