summaryrefslogtreecommitdiff
path: root/glx/glxscreens.c
AgeCommit message (Expand)AuthorFilesLines
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