summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-30glamor: Move xfree86 code out of dixglamor-for-1.15Adam Jackson7-41/+49
2013-10-30glamor: build static library targetAdam Jackson1-3/+1
2013-10-30glamor: Use dix-config.h not project config.hAdam Jackson1-3/+1
2013-10-30glamor/egl: Remove glapi awarenessAdam Jackson4-159/+5
2013-10-30glamor: Remove copy of sna's compiler.hAdam Jackson7-86/+24
2013-10-30glamor: Remove compat-api.h and friendsAdam Jackson6-126/+6
2013-10-30glamor: enable Xv by defaultAlex Deucher1-6/+5
2013-10-30glamor_render: fix PictFiltersGrigori Goronzy1-0/+9
2013-10-30Use GL_STATIC_DRAW for element index bufferGrigori Goronzy1-2/+2
2013-10-30Use glDrawRangeElements instead of glDrawElementsGrigori Goronzy5-0/+23
2013-10-30Shoud return null subpixmap if we fail to get a valid map address.Zhigang Gong1-0/+4
2013-10-30glamor: add initial Xv supportDave Airlie6-2/+692
2013-10-30Reset traps_count and ptrap when necessary for the next trapezoid cliprectMichel Dänzer1-0/+3
2013-10-30Fix RegionContainsRect test for PutImageMichel Dänzer1-1/+1
2013-10-30Bump to 0.5.1.Zhigang Gong1-1/+1
2013-10-30Use GBM_LIBS and GBM_CFLAGSChristian König1-2/+8
2013-10-30Don't use AC_PROG_LIBTOOLArmin K1-1/+0
2013-10-30First attempt to make libglamor.so shared versioned libraryArmin K2-7/+6
2013-10-30Properly dist necesary headersArmin K1-0/+1
2013-10-30Silence Automake 1.13 warningsArmin K1-1/+1
2013-10-30glamoregl: Use xf86ScreenToScrn()Michel Dänzer1-10/+10
2013-10-30glamor_utils: fix unlikely define useDave Airlie1-2/+1
2013-10-30glamor: add compiler.hDave Airlie1-0/+1
2013-10-30glamor: fix make distcheck part 1Dave Airlie1-1/+7
2013-10-30glamor_compositerects: Need to initialize region before fallback.Zhigang Gong1-10/+10
2013-10-30Don't use glBlitFramebufferEXT for overlapping copies.Michel Dänzer1-1/+2
2013-10-30Bump to version 0.5.Zhigang Gong1-1/+1
2013-10-30Increase vbo size to 64K verts.Zhigang Gong2-2/+1
2013-10-30Silence compilation warnings.Zhigang Gong17-337/+280
2013-10-30glamor_largepixmap: Fixed a bug in repeat clipping.Zhigang Gong1-18/+6
2013-10-30Prefer KHR_surfaceless_context EGL extension over KHR_surfaceless_opengl/gles2.Michel Dänzer1-3/+10
2013-10-30Print space between name of missing EGL extension and 'required'.Michel Dänzer1-1/+1
2013-10-30Fallback to pixman when trapezoid mask is big.Junyan He2-31/+75
2013-10-30glamor_glyphs: When dst arg point to a NULL buffer, dont't flush.Zhigang Gong1-0/+3
2013-10-30glamor_trapezoid: workaround a glsl like problem.Zhigang Gong1-2/+10
2013-10-30Fix the problem of VBO leak.Junyan He2-6/+6
2013-10-30Just use the shader to generate trapezoid if PolyMode == ImpreciseJunyan He1-9/+14
2013-10-30Change the trapezoid render to use VBO.Junyan He2-173/+330
2013-10-30Added the missed header file for xorg 1.13 compat.Zhigang Gong1-0/+107
2013-10-30Synch with xorg 1.13 change.Zhigang Gong5-10/+23
2013-10-30gles2: Fixed the compilation problem and some bugs.Zhigang Gong4-4/+7
2013-10-30Stream vertex data to VBOs.Michel Dänzer1-15/+15
2013-10-30Fix translation of clip region for composite fallback.Michel D=C3=A4nzer1-2/+2
2013-10-30glamor_glyphs: Don't merge extents for different lists.Zhigang Gong1-39/+71
2013-10-30glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong6-44/+24
2013-10-30glamor_glyphs: Use cache picture to store mask picture if possible.Zhigang Gong1-215/+830
2013-10-30glamor_compositerects: Implement optimized version.Zhigang Gong6-49/+438
2013-10-30optimize: Use likely and unlikely.Zhigang Gong3-19/+78
2013-10-30create_pixmap: use texture for large glyphs.Zhigang Gong1-1/+1
2013-10-30glamor_copyarea: Fixed a bug introduced by 996194...Zhigang Gong1-2/+6