Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drisw: probably better hack for stride and some comments | George Sapountzis | 2010-03-28 | 1 | -59/+30 |
| | |||||
* | drisw: update comment | George Sapountzis | 2010-03-27 | 1 | -9/+15 |
| | |||||
* | drisw: add comment to libGL about stride | George Sapountzis | 2010-03-27 | 1 | -1/+9 |
| | |||||
* | drisw: make stride issue profound | George Sapountzis | 2010-03-27 | 1 | -31/+61 |
| | |||||
* | glx: try swrastg_dri, if swrast_dri fails | George Sapountzis | 2010-03-27 | 1 | -2/+15 |
| | | | | | This needs a patch for xserver/glx also. An enviroment variable will be added at some point, it chould be for swrastg only or all gallium drivers. | ||||
* | glx: minor cosmetic | George Sapountzis | 2010-03-21 | 1 | -5/+8 |
| | |||||
* | glx: swapBuffers prototype has changed | George Sapountzis | 2010-03-21 | 1 | -2/+9 |
| | |||||
* | glx: Move initialization of ext_list_first_time to where it's storage is ↵ | Jon TURNEY | 2010-03-05 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | allocated Move the initialization of ext_list_first_time from all of the DRI loader's CreateScreen routines, to where the storage for the screen config is allocated. It needs to get set in the screen-config even if DRI is forced off using LIBGL_ALWAYS_INDIRECT, so that psc->direct_support is initialized correctly, otherwise __glXExtensionBitIsEnabled() always returns FALSE Specifically, this causes a problem with an X server which advertises GLX<=1.2, and the GLX_SGIX_fbconfig extension. glXGetFBConfigFromVisualSGIX() uses __glXExtensionBitIsEnabled() to check if the GLX_SGIX_fbconfig extension is available, but that function won't return correct information because that data has never been initialized, because ext_list_first_time was never set... Signed-off-by: Jon TURNEY <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+456 |