Age | Commit message (Collapse) | Author |
|
functions, not for functions that return pointers. Restore protoype
for glGetString back to its correct form.
|
|
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
|
|
|
|
|
|
|
|
|
|
extension entry points
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a non MS C compiler (MinGW). (Gregor Anich)
|
|
|
|
enums for this extension, the changes to gl.h can be removed.
|
|
|
|
|
|
|
|
|
|
|
|
1015696)
|
|
|
|
|
|
get individual drivers working again. This converts miniglx to the new
dri interface. Thanks to Erdi Chen for the new interface code.
|
|
|
|
|
|
|
|
|
|
|
|
XF86DRIDestroyDrawable are all called directly from DRI drivers using
the new interface. Therefore, prototypes, using available datatypes,
must be available in dri_interface.h. Since the prototypes are
available there, xf86dri.h is no longer needed for
DRI_NEW_INTERFACE_ONLY builds.
|
|
interface that are not *strictly* part of the old interface were
changed. Replace GetDrawableInfo type (dri_util.h) with
PFNGLXGETDRAWABLEINFOPROC (dri_interface.h). Wrap __driCreateScreen
(in drivers that use the new interface) with '#ifndef
DRI_NEW_INTERFACE_ONLY'.
|
|
drm_clip_rect_t.
|
|
|
|
|
|
|
|
interface was added.
|
|
|
|
|