Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | Get rid of GL/internal/glcore.h | Kristian Høgsberg | 2010-10-13 | 1 | -1/+0 |
| | | | | | | | __GLcontextModes is always only used as an implementation internal struct at this point and we shouldn't install glcore.h anymore. Anything that needs __GLcontextModes should just include the struct in its headers files directly. | ||||
* | swrast: Correct include for mtypes.h | Jakob Bornecrantz | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | Update drisw state tracker to use new API aware context create | Xavier Chantry | 2010-05-02 | 1 | -1/+4 |
| | | | | | | | | | Even though swrast defines its own __DriverAPIRec it still shares the driCreateNewContext() implementation from dri_util.c. So the CreateContext prototypes have to match in the two __DriverAPIRecs. Reviewed-by: Jakob Bornecrantz <[email protected]> Signed-off-by: Xavier Chantry <[email protected]> | ||||
* | dri/common: add comment about DRISW wrt DRI1 / DRI2 | George Sapountzis | 2010-03-26 | 1 | -36/+47 |
| | |||||
* | drisw_util: add fields for gallium swrast_dri | George Sapountzis | 2010-03-25 | 1 | -0/+9 |
| | |||||
* | rename dri_sw to drisw_util for consistency | George Sapountzis | 2010-03-21 | 1 | -0/+112 |