summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2009-06-11glx: fix open-coded linked list removal functionDave Airlie1-5/+11
2009-06-06GLX: Make sure the types match for ALIAS in indirect_reqsize.cJeremy Huddleston1-2/+2
2009-06-02Remove some libXfont leftoversAdam Jackson2-2/+0
2009-05-29GLX: Purge glxint.h usageJeremy Huddleston2-3/+2
2009-05-29GLX: Purge some glxint.h usage in glxcmds.cJeremy Huddleston1-6/+16
2009-05-19glx: Register names for the GLX resource types.Eamon Walsh1-0/+5
2009-05-14glx: If a destroyed window is bound to the current context, make it not current.Michel Dänzer1-0/+4
2009-04-27Fix obvious copypastaPierre Willenbrock1-2/+2
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick1-7/+52
2009-04-20DRI2: Add missing front-buffer flush callback.Ian Romanick1-0/+8
2009-04-20Add newline to some LogMessage strings.Werner LEMBERG2-5/+7
2009-04-15DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg10-115/+67
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-0/+10
2009-04-09glx: Test the error value, not its address...Michel Dänzer1-1/+1
2009-04-08Use a #define instead of a magic numberIan Romanick1-2/+4
2009-04-08Allow GLX sources to build against Mesa 7.4 sourcesIan Romanick1-1/+4
2009-04-07Convert remaining GLX LookupIDByType() callsKristian Høgsberg2-7/+15
2009-04-07Add validGlxDrawable() and use dixLookupResourceByType().Kristian Høgsberg2-70/+76
2009-04-07Don't stomp on dixLookupDrawable() return value in DoCreateGLXPixmap().Kristian Høgsberg1-1/+5
2009-04-07Make GLX context lookup use dixLookupResourceByType()Kristian Høgsberg1-55/+43
2009-04-02Support setTexBuffer2 in AIGLX.Kristian Høgsberg3-3/+16
2009-02-17glx: Inialize best_score before calculating visual scoresIan Romanick1-1/+1
2009-02-16glx: Add comments around some extension string weirdnessIan Romanick2-1/+9
2009-02-16dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane4-11/+67
2009-02-13glx: fix retval checks when failures occur for drawable creation.Alan Hourihane1-1/+9
2009-02-12Enable pbuffersIan Romanick2-1/+2
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt2-157/+78
2009-02-04Fix "warning: cast to pointer from integer of different size"Tomas Carnecky2-2/+2
2009-02-02glx: Don't match fbconfigs to visuals with mismatched channel masks.Eric Anholt1-5/+11
2009-02-01Prevent double unref of glxdrawablesPierre Willenbrock1-0/+4
2009-01-19Cygwin/X: Cygwin doesn't have RTLD_LOCALYaakov Selkowitz1-0/+7
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-0/+1
2009-01-15GLX: Avoid a crash when we have an uninitialized GL contextJon TURNEY1-0/+3
2008-12-17Ensure symbols required by swrast_dri.so are visible.Paulo Cesar Pereira de Andrade2-5/+6
2008-12-14GLX: Changes resulting from changes to Mesa generator scripts / dataIan Romanick7-18/+28
2008-12-12Warning fix: Remove dead glXDisp{,Swap}_DrawArraysEXT definitions.Eric Anholt2-10/+0
2008-12-12Warning fix (GL likes to call strings GLubyte * instead of char *).Eric Anholt1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer16-16/+0
2008-12-03Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found.Kristian Høgsberg1-2/+2
2008-12-02Fix GLX after 180bad84774493d48f2793a6281d825560944863.Eric Anholt4-4/+5
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-12CopySubBuffer expects GL style coordinates.Kristian Høgsberg1-2/+3
2008-11-04AIGLX: Reinstate call to driver texOffsetFinish hook.Michel Dänzer1-0/+2
2008-11-04AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.Michel Dänzer1-1/+1
2008-11-03AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.Michel Dänzer1-1/+16
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse1-0/+4
2008-10-21Bug #18159: Spell "anisotropic" correctlyAdam Jackson1-1/+1
2008-10-15GLX: fix build when dri2 _is_ available.Luc Verhaegen1-1/+1
2008-10-15GLX: fix build when dri2 is not available.Luc Verhaegen1-2/+8