Age | Commit message (Expand) | Author |
2007-11-21 | Darwin: Dead code removal, Code cleanup, Added launcher | Jeremy Huddleston |
2007-11-14 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-11-09 | Regenerate GLX dispatch code for recent gl_API.xml changes (#12935). | Kristian Høgsberg |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-11-05 | GL: fix crash at mesa destruction time | Dodji Seketeli |
2007-11-04 | Add CreatePixmap allocation hints. | Aaron Plattner |
2007-10-29 | Set up visuals for the existing X visuals. | Kristian Høgsberg |
2007-10-26 | Weed out some unused fluff from __GLXcontext. | Kristian Høgsberg |
2007-10-26 | Quiet glx visual debug info. | Kristian Høgsberg |
2007-10-25 | Clean up unused pVisual part of __GLXcontext. | Kristian Høgsberg |
2007-10-25 | Make glx destroy path handle cases where the X window goes away first. | Kristian Høgsberg |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh |
2007-10-22 | GLX: Fix leak of X pixmaps associated with GLX pixmaps. | Michel Dänzer |
2007-10-22 | GLX: Don't crash on unused client array members when switching to/from console. | Michel Dänzer |
2007-10-19 | Fix software GL to provide a list of supported fbconfigs like the DRI case. | Kristian Høgsberg |
2007-10-18 | Introduce a new "GlxVisuals" option that controls which visuals are added. | Kristian Høgsberg |
2007-10-18 | Add code to set up GLX visuals and add one for the first double buffered FBCo... | Kristian Høgsberg |
2007-10-18 | Separate handling of GLX visuals and GLX FBConfigs. | Kristian Høgsberg |
2007-10-18 | Simplify and clean up GLX visual initialization. | Kristian Høgsberg |
2007-10-17 | devPrivates rework: update new GL/glxext code. | Eamon Walsh |
2007-10-16 | Fix walking of GLX providers. | Alan Hourihane |
2007-10-16 | Always check the return value of __glXGetDrawable first. | Michel Dänzer |
2007-10-15 | Fix byte swapping for GetFBConfigs. | Kristian Høgsberg |
2007-10-15 | glx: drop duplicate GetDrawableAttributesSGIX declarations. | George Sapountzis |
2007-10-14 | Fix GLX byteswapping. | Kristian Høgsberg |
2007-10-12 | Implement ChangeDrawableAttributes so we can support GLX_EVENT_MASK. | Kristian Høgsberg |
2007-10-12 | Implement GLX pbuffers. | Kristian Høgsberg |
2007-10-12 | Add dispatching for GLX_SGIX_pbuffer. | Kristian Høgsberg |
2007-10-12 | Implment GLXPixmaps. | Kristian Høgsberg |
2007-10-12 | Implement damage reporting for AIGLX. | Kristian Høgsberg |
2007-10-12 | Move hyperpipe and swapbarrier extension funcs to screen private struct. | Kristian Høgsberg |
2007-10-12 | Convert GLX module to use screen private indexes like everything else. | Kristian Høgsberg |
2007-10-12 | Update the AIGLX DRI loader to use the new DRI interface. | Kristian Høgsberg |
2007-10-02 | GLX: allow skipping of visual init wrapping | Dodji Seketeli |
2007-09-20 | XDarwin: pulling in Indirect GLX fixes from downstream | Ben Byer |
2007-09-06 | DDX changes for XDarwin | Ben Byer |
2007-08-24 | __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target. | Michel Dänzer |
2007-08-23 | glx: fix crash when freeing visuals | Brian Paul |
2007-08-13 | Revert "Implement damage tracking for AIGLX." | Kristian Høgsberg |
2007-08-10 | Implement damage tracking for AIGLX. | Kristian Høgsberg |
2007-08-01 | GLX/DRI: Remove some unused variables. | Michel Dänzer |
2007-08-01 | GLX_EXT_texture_from_pixmap: Use client provided texture target when available. | Michel Dänzer |
2007-08-01 | GL: GLX: Make sure glxbyteorder.h is distributed | Daniel Stone |
2007-07-10 | GLX: Only build code dealing with GLXPixmap damage field when DRI is enabled. | Michel Dänzer |
2007-07-10 | Make sure DRI drawables are cleaned up when client dies. | Michel Dänzer |
2007-06-29 | Death to RCS tags. | Adam Jackson |
2007-06-11 | DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions. | Michel Dänzer |
2007-06-02 | Don't print lack of DRI support as an error in AIGLX init. | Adam Jackson |
2007-05-22 | Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein. | Adam Jackson |
2007-05-22 | AIGLX: Zero-copy texture-from-pixmap. | Michel Dänzer |