summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-27Set correct reply length when xinerama isn't active.David Reveman1-2/+11
2006-09-25Traditional xinerama extension support. Based on patch by Jurg Billeter.David Reveman1-1/+181
2006-09-25Always allow use of native GL with overlay windows.David Reveman1-7/+40
2006-09-08Fix stride calculation for XVideo (Dmitry Petrov <inferno.com@gmail.com>).Matthias Hopf1-1/+1
2006-09-01Adapt to Mesa header name change.Lukáš Turek1-1/+1
2006-08-08Fix usage message -scrns.David Reveman1-1/+1
2006-08-08Implement support for multiple screens in xglx module.David Reveman2-31/+178
2006-08-08Call fbSetVisualTypesAndMasks when initializing each screen.David Reveman2-14/+31
2006-08-08Make sure client is still around.David Reveman1-0/+3
2006-08-08Revert xkb changes that broke XkbGetKeyboard()Kevin E Martin5-105/+2806
2006-06-18Build without USE_MMX definedDavid Reveman1-0/+2
2006-06-18sync to mesa headDavid Reveman2-0/+3
2006-06-12Add fast scaling path to fbCompositeSrc_8888x8888mmx andDavid Reveman2-279/+925
2006-06-12Compute stride for other formats than YV12 correctly in xglXvPutImage. AddDavid Reveman4-17/+290
2006-05-31Fix integer overflow issueDavid Reveman2-76/+104
2006-05-29Fix typoDavid Reveman2-1/+6
2006-05-26Adjust for capStyle correctly in xglFillSegmentDavid Reveman2-3/+15
2006-05-23Sync to mesa headDavid Reveman2-0/+3
2006-05-19Disable YUY2 formatDavid Reveman2-0/+10
2006-05-17Bug #6903: Fix a crash in the Sync extension. (Soren Sandmann)David Reveman1-3/+14
2006-05-15fixup XORG for includesDave Airlie2-0/+4
2006-05-11Init borderClipX and borderClipYDavid Reveman2-0/+29
2006-05-11Fix GLX drawable destructionDavid Reveman5-10/+43
2006-05-10Only use copy optimization when source picture got a drawableDavid Reveman2-2/+8
2006-05-10Bug #6867: Yet another Render crash fix.David Reveman1-2/+2
2006-05-10Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.David Reveman1-2/+2
2006-05-09Fix handling of Xv images with width that is not a multiple of 8David Reveman2-1/+6
2006-05-05Fix keyboard indicatorsDavid Reveman2-4/+31
2006-05-02Use final EXT_tfp tokensDavid Reveman5-19/+5
2006-04-26Fix xglxSetCursorPositionDavid Reveman2-99/+118
2006-04-24Fix convolution filterDavid Reveman2-3/+7
2006-04-18Fix for running multiple Xgl serversDavid Reveman4-5/+25
2006-04-18YUV conversion fixesDavid Reveman2-3/+8
2006-04-13Sync to headDavid Reveman23-454/+231
2006-04-13XVideo improvementsDavid Reveman8-26/+172
2006-04-13Add fast YUV conversion codeDavid Reveman4-1/+649
2006-04-13Sync with mesa headDavid Reveman1-0/+1
2006-04-10Fix fetching of YUV pixelsDavid Reveman2-2/+4
2006-04-10Fix software fall-back code for convolution filtersDavid Reveman2-1/+11
2006-04-09Handle usage of context with a destroyed drawable currentDavid Reveman3-1/+10
2006-04-09EXT_tfp updatesDavid Reveman4-6/+44
2006-04-08Add very useful pixel transfer optimizationDavid Reveman2-0/+40
2006-04-08Add libxgl.a to dependenciesDavid Reveman2-0/+5
2006-04-07DPMS fixDavid Reveman2-2/+17
2006-04-05Fix proc address lookup for GL_ARB_window_posDavid Reveman2-1/+13
2006-04-05Better pointer supportDavid Reveman3-1/+127
2006-04-04DPMS supportDavid Reveman10-7/+143
2006-04-04Fix software cursorDavid Reveman2-0/+16
2006-04-03Add missing files from headDavid Reveman0-0/+0
2006-04-03sync to headDavid Reveman34-285/+656