Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit df1458659d427f8664c59dc5a4622da15a18b640.
|
|
This reverts commit df1458659d427f8664c59dc5a4622da15a18b640.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use DRM_MODE_PAGE_FLIP_EVENT.
|
|
Allocate buffer from GTT for 2D apps.
|
|
|
|
|
|
|
|
|
|
|
|
For completeness. Not used.
|
|
|
|
|
|
|
|
|
|
As the case with _mesa_DrawPixels, the driver may install its vertex
shader and the vp override flag should be set.
|
|
It does not support FIXED.
|
|
|
|
|
|
|
|
|
|
The framebuffer uses
PIXEL_FORMAT_BGRA_8888 -> MESA_FORMAT_ARGB8888
while applications use
PIXEL_FORMAT_RGBA_8888 -> MESA_FORMAT_RGBA8888_REV
PIXEL_FORMAT_RGB_565 -> MESA_FORMAT_RGB565
|
|
It maps to DisplayHardware::NPOT_EXTENSION in SurfaceFlinger.
|
|
|
|
make -C src/glsl builtin_function.cpp
make -C src/es1api
make -C src/es2api
make -C src/shared-glapi
make -C src/mesa/mai/api_exec_es{12}.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|