summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Bump to version 0.6.0.glamor-egl-0.6.0Zhigang Gong1-1/+1
2014-01-24Silent some compilation warnings.Zhigang Gong2-8/+9
2014-01-23polylines: Handle diagonal linesAaron Watry1-20/+146
2014-01-17Fix memory leak in _glamor_copy_n_to_n()Michel Dänzer1-2/+3
2014-01-17glamor: Fix coordinates handling for composite source/mask picturesAnthony Waters1-8/+8
2013-12-16libglamoregl: remove -I$(top_srcdir)/srcGaetan Nadon1-2/+1
2013-12-16Make: remove cruft copied over from the X server makefilesGaetan Nadon2-20/+1
2013-12-16Makefile: remove redundant distribution directivesGaetan Nadon1-4/+0
2013-12-16autoconf: fix warning by replacing the deprecated AC_HELP_STRINGGaetan Nadon1-2/+2
2013-12-16configure.ac: the product in the url should be "xorg"Gaetan Nadon1-2/+2
2013-12-16README: fix typos and update informationGaetan Nadon1-14/+16
2013-12-16COPYING: update the file to reflect the licenses in the source codeGaetan Nadon1-1/+122
2013-12-16.gitignore: use default X.Org toplevel gitignoreGaetan Nadon2-0/+73
2013-12-16glamor: fix leak in xv code.Dave Airlie1-1/+1
2013-12-09Fix glamor_egl->egl_create_image_khr makes pointer from integerGaetan Nadon1-1/+1
2013-12-09Fix configure to disable building Dri3 support when GBM v9 is missingAxel Davy1-2/+5
2013-12-06Add DRI3 support to glamorAxel Davy6-14/+405
2013-11-20Fixed some compilation warning/error or error checking.Zhigang Gong2-6/+11
2013-11-19Allow to create textured pixmaps from gbm_bo without using gem namesAxel Davy2-0/+47
2013-11-19config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-1/+2
2013-11-06glamor: remove unused variableFabio Pedretti1-1/+0
2013-11-06fixup picture in SetWindowPixmapMaarten Lankhorst4-2/+41
2013-11-02Fixed an incorrect printf format.Zhigang Gong1-1/+1
2013-10-31Remove useless return statementBrian Paul1-1/+0
2013-10-31Remove redundant dispatch->glEnable(GL_TEXTURE_2D)Brian Paul1-1/+0
2013-10-31Fix _glamor_set_spans() bug (re-used 'n' variable)Brian Paul1-4/+4
2013-10-19glamor: enable Xv by defaultAlex Deucher1-6/+5
2013-10-08glamor_render: fix PictFiltersGrigori Goronzy1-0/+9
2013-10-08Use GL_STATIC_DRAW for element index bufferGrigori Goronzy1-2/+2
2013-10-08Use glDrawRangeElements instead of glDrawElementsGrigori Goronzy5-0/+23
2013-09-27Shoud return null subpixmap if we fail to get a valid map address.Zhigang Gong1-0/+4
2013-09-27glamor: add initial Xv supportDave Airlie6-2/+692
2013-09-24Reset traps_count and ptrap when necessary for the next trapezoid cliprectMichel Dänzer1-0/+3
2013-09-18Fix RegionContainsRect test for PutImageMichel Dänzer1-1/+1
2013-08-26Bump to 0.5.1.v0.5.1glamor-egl-0.5.1Zhigang Gong1-1/+1
2013-08-26Use GBM_LIBS and GBM_CFLAGSChristian König1-2/+8
2013-03-18Don't use AC_PROG_LIBTOOLArmin K1-1/+0
2013-03-18First attempt to make libglamor.so shared versioned libraryArmin K2-8/+6
2013-03-18Properly dist necesary headersArmin K1-0/+1
2013-03-18Silence Automake 1.13 warningsArmin K1-1/+1
2013-03-18glamoregl: Use xf86ScreenToScrn()Michel Dänzer1-10/+10
2012-12-29glamor_utils: fix unlikely define useDave Airlie1-2/+1
2012-12-29glamor: add compiler.hDave Airlie1-0/+1
2012-12-29glamor: fix make distcheck part 1Dave Airlie1-1/+7
2012-11-13glamor_compositerects: Need to initialize region before fallback.Zhigang Gong1-10/+10
2012-11-06Don't use glBlitFramebufferEXT for overlapping copies.Michel Dänzer1-1/+2
2012-08-10Bump to version 0.5.v0.5glamor-egl-0.5.0Zhigang Gong1-1/+1
2012-08-10Increase vbo size to 64K verts.Zhigang Gong2-2/+1
2012-08-10Silence compilation warnings.Zhigang Gong17-337/+280
2012-08-08glamor_largepixmap: Fixed a bug in repeat clipping.Zhigang Gong1-18/+6