dri/swrast: add comment in case it's not clear
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
*/
|
*/
|
||||||
struct dri_context
|
struct dri_context
|
||||||
{
|
{
|
||||||
/* mesa */
|
/* mesa, base class, must be first */
|
||||||
GLcontext Base;
|
GLcontext Base;
|
||||||
|
|
||||||
/* dri */
|
/* dri */
|
||||||
@@ -78,7 +78,7 @@ swrast_context(GLcontext *ctx)
|
|||||||
|
|
||||||
struct dri_drawable
|
struct dri_drawable
|
||||||
{
|
{
|
||||||
/* mesa */
|
/* mesa, base class, must be first */
|
||||||
GLframebuffer Base;
|
GLframebuffer Base;
|
||||||
|
|
||||||
/* dri */
|
/* dri */
|
||||||
|
Reference in New Issue
Block a user