summaryrefslogtreecommitdiffstats
path: root/configs/linux-opengl-es
Commit message (Collapse)AuthorAgeFilesLines
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-221-2/+2
| | | | Simply the name to egl.
* egl: Remove egl_softpipe.Chia-I Wu2010-01-221-5/+3
| | | | | | 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.
* st/egl: Remove the egl state tracker.Chia-I Wu2010-01-221-1/+4
| | | | | | 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.
* mesa/es: Fix build issue after merge.Chia-I Wu2010-01-121-1/+1
| | | | | | | | | In cd6b8dd9e82fedc55d033131fbc0f8ee950567c8, color read/type fields are moved; Based on 068596c9a7e8d330ffdff8ad8700bd6093b5bdea and cc020425e929110613ddb405d3e82313d27a35ed, GLSL builtin library is autogenerated and GLSL libraries are built and used. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* Update config linux-opengl-es.Chia-I Wu2009-11-101-1/+7
| | | | | | | 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>
* Add new config for OpenGL ES.Chia-I Wu2009-11-061-0/+21
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>