Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add _eglSetLogger and _eglSetLogLevel to allow drivers to change the
message logger or report level.
|
|
As a result, EGL_NONE is no longer a valid client API. And it is
possible that no config supports the current bound API.
|
|
|
|
|
|
This undoes a temporary hack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both crop rectangle and texture dimensions are integers. Cast to get
float division.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is primitive and some pathes are not tested.
|
|
|
|
|
|
|
|
|
|
The corresponding DRI functions does not flush for us.
|
|
|
|
Individual drivers still need to implement the API hooks.
|
|
|
|
|
|
|
|
|
|
|
|
This allows swrast to be passed to _MESA_INIT_COLORTABLE_FUNCTIONS.
|
|
This allows extension_helper.h to be used with IN_DRI_DRIVER undefined.
In such case, generate macros for source level compatibility.
|
|
|
|
State tracker is one of the mesa drivers. It should not belong to the
es overlay.
|
|
Update default extensions and add DrawTex driver function.
|
|
FEATURE_accum, FEATURE_convolve, FEATURE_colortable, and FEATURE_drawpix
cover part of the functionalities of swrast module. Disable them when
the features are disabled.
|