summaryrefslogtreecommitdiff
path: root/glx/glxscreens.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10glx: Do not call into Composite if it is disabled.Michal Srb1-12/+21
2017-12-14glx: do not pick sRGB config for 32-bit RGBA visualTapani Pälli1-0/+5
2017-11-06glx: free fbconfigs on destroyGiuseppe Bilotta1-0/+7
2017-11-03glx: Duplicate relevant fbconfigs for compositing visualsThomas Hellstrom1-2/+16
2017-09-12glx: Fix visual fbconfig matching with respect to swap methodThomas Hellstrom1-0/+9
2017-08-11glx: remove unused GlxSetVisualConfigs stubEmil Velikov1-7/+0
2017-07-20glx: Only include compositeext.h if COMPOSITE is supportedJeremy Huddleston Sequoia1-0/+3
2017-01-25glx: Move Composite's synthetic visuals to a different select groupAdam Jackson1-0/+5
2016-03-30glx: Implement GLX_EXT_libglvnd (v2)Adam Jackson1-0/+4
2016-03-30glx: Compute the GLX extension string from __glXScreenInitAdam Jackson1-0/+8
2016-03-30glx: Enable GLX 1.4 unconditionallyAdam Jackson1-12/+0
2016-03-30glx: Remove default server glx extension stringAdam Jackson1-19/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2013-09-11glx: Remove support for NV_vertex_program and NV_fragment_programAdam Jackson1-4/+0
2013-09-11glx: Style fixesAdam Jackson1-3/+7
2013-09-11glx: Pull GLX vendor string out of __GLXscreenAdam Jackson1-3/+0
2012-08-15glx: Skip multisampled configs when matching pre-existing X visuals.Paul Berry1-0/+3
2012-08-03glx: Do not report the GLX_INTEL_swap_event extension for indirect swrastJon TURNEY1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-228/+226
2012-01-15Revert "glx: don't leak fbconfigs"Jeremy Huddleston1-9/+0
2011-11-24glx: don't leak fbconfigsPaulo Zanoni1-0/+9
2011-11-24glx: fix memory leak when destroying screenPaulo Zanoni1-0/+1
2011-06-29glx: Fix fbconfigs with no corresponding visualAdam Jackson1-0/+7
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-27/+0
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-3/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2010-04-16glx: Drop DestroyWindow hookKristian Høgsberg1-28/+0
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes1-0/+1
2009-10-01GLX: More clearly document the GLX protocol version handlingIan Romanick1-2/+10
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-55/+3
2009-09-29GLX: Enable GLX 1.4 on DRI2Ian Romanick1-3/+4
2009-09-03glx: Add screen DestroyWindow wrapper to destroy the GLX drawable.Michel Dänzer1-0/+28
2009-05-29GLX: Purge glxint.h usageJeremy Huddleston1-1/+1
2009-04-07Convert remaining GLX LookupIDByType() callsKristian Høgsberg1-2/+5
2009-02-17glx: Inialize best_score before calculating visual scoresIan Romanick1-1/+1
2009-02-12Enable pbuffersIan Romanick1-0/+1
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt1-155/+78
2009-02-02glx: Don't match fbconfigs to visuals with mismatched channel masks.Eric Anholt1-5/+11
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-10-21Bug #18159: Spell "anisotropic" correctlyAdam Jackson1-1/+1
2008-09-19Update to SGI FreeB 2.0.Adam Jackson1-33/+28
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg1-49/+0
2008-05-23glx: fix memory corruption with r5g6b5George Sapountzis1-2/+5
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+601