Autor | SHA1 | Wiadomość | Data |
---|---|---|---|
![]() |
99f11d0e18 |
gallium: introduce target directory
Currently there are still at least two functions bundled up inside the winsys concept: a) that of a backend resource manager, sometimes capable of performing present() operations, b) the initialization code/routine for the whole driver stack. The inclusion of (b) makes it difficult to share implementations of (a) between different drivers. For instance, a clean xlib winsys could be of use for software-rasterized VG, GLES, EGL, etc, stacks. But that is only true as long as there is no dependency from the winsys to higher level code, as would be the case when we include (b) in this component. This change creates a new gallium/targets subtree, specifically for implementing the glue needed to build individual driver stacks, and moves that code out of a single example winsys, namely xlib. Other drivers continue to build unchanged, but hopefully can migrate to this structure over time. |
15 lat temu |
![]() |
3c967a9207 |
st/egl_g3d: Rename to st/egl.
Simply the name to egl. |
15 lat temu |
![]() |
3b0ffd5a36 |
egl: Remove egl_softpipe.
With the addition egl_x11_swrast, egl_softpipe is sort of deprecated. The new driver serves the same purpose as egl_softpipe does. It is based on egl_g3d and provides more features. |
15 lat temu |
![]() |
52d7b2cede |
st/egl: Remove the egl state tracker.
The egl_g3d state tracker has support for KMS, and the support is based on the egl state tracker. As egl_g3d provides more features, it should be better to keep only egl_g3d to unify the efforts. |
15 lat temu |
![]() |
bffe94d48a |
mesa/es: Fix build issue after merge.
In cd6b8dd9e82fedc55d033131fbc0f8ee950567c8, color read/type fields are
moved; Based on
|
15 lat temu |
![]() |
9f38553018 |
Update config linux-opengl-es.
Build demos that require EGL_MESA_screen_surface, and build egl_i915.so that supports EGL_MESA_screen_surface. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> |
15 lat temu |
![]() |
97ea8e9263 |
Add new config for OpenGL ES.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> |
16 lat temu |