aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/drisw_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
|
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-131-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.hJakob Bornecrantz2010-05-031-1/+1
|
* Update drisw state tracker to use new API aware context createXavier Chantry2010-05-021-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 / DRI2George Sapountzis2010-03-261-36/+47
|
* drisw_util: add fields for gallium swrast_driGeorge Sapountzis2010-03-251-0/+9
|
* rename dri_sw to drisw_util for consistencyGeorge Sapountzis2010-03-211-0/+112