summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-09uxa/dri: Remove defunct intel->back_pixmapChris Wilson3-11/+0
2014-12-09uxa/dri: Fix triple buffer swappingChris Wilson1-2/+2
2014-11-06Remove defunct glamor supportChris Wilson20-1121/+9
2014-09-18uxa/glamor: Silence compiler warningsChris Wilson1-1/+1
2014-09-15configure: Require the presence of xorg/glamor.h for --enable-glamorChris Wilson1-4/+10
2014-09-13glamor: Do version check for fd <-> pixmap functionsKeith Packard1-0/+4
2014-09-12Move intel_alloc_framebuffer to intel_memory.cKeith Packard3-147/+154
2014-09-12Don't use GetScratchPixmapHeader for shadow pixmapsKeith Packard1-11/+30
2014-09-12glamor: Add DRI3 support to glamor code pathsKeith Packard3-0/+65
2014-07-27configure: Expose no acceleration by default (--with-default-accel=none)Chris Wilson6-8/+49
2014-04-10configure: Report which version (lib or module) of glamor is usedChris Wilson1-1/+4
2014-04-10Update for glamor in the 1.16 server.Eric Anholt2-3/+11
2014-03-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke6-20/+28
2014-02-01glamor: Enable Xv supportChris Wilson4-3/+27
2014-01-28Allow selection of glamor as the default acceleration methodChris Wilson3-7/+23
2014-01-23glamor: Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Chris Wilson1-0/+2
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson6-16/+28
2013-10-02configure: Error out if glamor request but UXA is disabledChris Wilson1-0/+3
2013-03-12uxa/glamor: Prevent a crash when trying to load a misconfigured glamorChris Wilson1-15/+22
2012-12-20glamor: Release the drawable after passing to glamor_push_pixelsChris Wilson1-1/+1
2012-10-01uxa: Remove USE_GLAMOR check from unrealize glyph cachesChris Wilson1-3/+0
2012-08-16uxa/glamor: Check for failed preparesChris Wilson1-73/+90
2012-07-27uxa/dri (glamor): Use exchange buffer in glamor fixup.Zhigang Gong1-19/+10
2012-07-12uxa/dri: Fix a buffer leak on pageflipping when enabling glamor.Zhigang Gong1-2/+3
2012-07-12uxa/glyphs: Bypass uxa glyphs operations if using glamor.Zhigang Gong1-1/+11
2012-06-04uxa/dri: Make sure is_glamor_pixmap is always initialisedChris Wilson1-4/+4
2012-06-02uxa: Intialize is_glamor_pixmapChris Wilson1-1/+1
2012-05-27glamor: Fix misspelled xf86GetOptValString and OPTION_ACCEL_METHOD introduced...Johannes Obermayr1-1/+2
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson10-28/+127
2012-02-21uxa/glamor/dri: Should fixup the drawable pixmap.Zhigang Gong1-6/+16
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong7-13/+97
2012-02-08uxa/glamor: Use a macro to specify module name.Zhigang Gong1-1/+1
2012-02-08uxa/glamor: Refine CloseScreen and InitScreen process.Zhigang Gong5-42/+49
2012-02-07uxa/glamor/dri: Fix a typo bug when fixup glamor pixmap.Zhigang Gong1-1/+1
2012-01-16uxa/glamor: Create glamor pixmap by default.Zhigang Gong3-7/+90
2012-01-03uxa/glamor: Route some missing drawing function to glamorZhigang Gong2-4/+145
2012-01-03uxa/glamor: Let glamor do the GC validationZhigang Gong2-1/+15
2012-01-03uxa/glamor: Remove extraneous flushZhigang Gong1-1/+0
2012-01-03uxa/glamor: Remove dead code.Zhigang Gong2-15/+0
2011-12-16uxa/glamor: Fallback to new glamor pixmap if failed to create textured pixmap.Zhigang Gong3-13/+40
2011-12-15uxa: Move the region creation beyond the call into glamorChris Wilson1-3/+4
2011-12-14uxa/glamor: Allocate a fbPixmap with storage for fallbacksChris Wilson1-19/+24
2011-12-14uxa/glamor: Always notify glamor that the glyph has been unrealizedChris Wilson1-3/+3
2011-12-14uxa/glamor: Enable the rest of the glamor rendering routinesZhigang Gong7-25/+385
2011-12-14uxa/glamor: Silence a compiler warning for some unused codeChris Wilson1-6/+1
2011-11-21uxa: Make the glamor/uxa transition more verboseChris Wilson1-7/+13
2011-11-17glamor: Include glamor cflags and libs for atypical buildsChris Wilson2-0/+7
2011-11-17uxa/glamor: Turn on glamor for fill spans and rectsZhigang Gong3-0/+68
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong8-9/+358
2011-11-16uxa/glamor: Introduce additional access modes to wrap glamor accelerationZhigang Gong6-54/+63