summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Merge remote-tracking branch 'airlied/for-keithp'Keith Packard10-101/+936
2015-03-31Fix XQuartz buildJon Turney2-0/+5
2015-03-31randr: Use Monitor list for XineramaKeith Packard1-98/+20
2015-03-31randr: Add Monitor support (v1.1)Keith Packard7-1/+839
2015-03-31xf86Crtc: add tile prop settingDave Airlie2-2/+77
2015-03-27Merge remote-tracking branch 'anholt/glamor-next'Keith Packard41-1564/+841
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard4-17/+17
2015-03-24ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'Jon TURNEY1-1/+1
2015-03-24glamor: Fix up indentationAdam Jackson1-7/+7
2015-03-24glamor: Perform texture2D() separately from swizzle.Matt Turner1-12/+14
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt4-23/+20
2015-03-24glamor: Don't optimize out scissor updates in CopyArea.Eric Anholt1-11/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt14-49/+27
2015-03-24glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-03-24glamor: check max native ALU instructionsOlivier Fourdan2-0/+34
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard4-49/+35
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard9-96/+103
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard15-196/+176
2015-03-24glamor: Remove unused glamor_pixmap_private_atlas_tKeith Packard1-12/+0
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard11-297/+345
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard5-122/+15
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap typeKeith Packard1-2/+1
2015-03-24glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap typeKeith Packard2-11/+0
2015-03-24glamor: Remove ddx fallback check functionsKeith Packard1-34/+0
2015-03-24glamor: Remove _nf rendering functionsKeith Packard18-581/+29
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard5-98/+55
2015-03-24glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAPKeith Packard3-18/+1
2015-03-24glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst3-3/+0
2015-03-24glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst2-2/+2
2015-03-24glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2015-03-24glamor: only use (un)pack_subimage when availableMaarten Lankhorst3-19/+46
2015-03-24xwayland: Add dependency on glamor libsOlivier Fourdan1-0/+1
2015-03-24ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-03-24Don't allow both RandR XINERAMA and pseudoramiX XINERAMA extensions to registerJon TURNEY2-0/+9
2015-03-23hw/xwin: Report OS version in logJon TURNEY5-1/+95
2015-03-23hw/xwin: Remove Shadow DirectDraw engineJon TURNEY8-1287/+5
2015-03-23hw/xwin: Only set native positions if XINERAMA is enabledJon TURNEY1-8/+12
2015-03-23hw/xwin: Register native screens with pseudoramiXJon TURNEY2-0/+61
2015-03-16Make PseudoramiXExtensionInit() prototype more generally availableJon TURNEY6-8/+38
2015-03-16hw/xwin: Turn on -hostintitle by defaultJon TURNEY4-3/+9
2015-03-16hw/xwin: Report Cygwin version information in logJon TURNEY1-0/+14
2015-03-16hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...Jon TURNEY1-12/+25
2015-03-16hw/xwin/glx: Refactor parsing of the <proto> XML elementJon TURNEY1-39/+26
2015-03-16os: Teach vpnprintf() how to handle "%*.*s"Jon TURNEY1-4/+24
2015-03-16os: XDMCP options like -query etc. should imply -listen tcpJon TURNEY1-0/+17
2015-03-16ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'Jon TURNEY1-1/+1
2015-03-13int10: Fix error check for pci_device_map_legacyJürg Billeter2-2/+2
2015-03-13symbols: Fix sdksyms.sh to cope with gcc5Egbert Eich1-1/+13
2015-03-13Clear ListenTransConns entries in CloseWellKnownConnectionsAlan Coopersmith1-2/+7
2015-03-13autogen.sh: use quoted string variablesEmil Velikov1-4/+4