Age | Commit message (Expand) | Author |
2011-02-11 | mesa: Optionally build a dricore support library (v3) | Christopher James Halse Rogers |
2011-02-07 | egl: Implement libwayland-egl | Benjamin Franzke |
2011-01-31 | Remove talloc from the make and automake build systems. | Kenneth Graunke |
2011-01-20 | glapi: Fix OpenGL and OpenGL ES interop. | Chia-I Wu |
2011-01-20 | glapi: Fix OpenGL ES 1.1 and 2.0 interop. | Chia-I Wu |
2011-01-10 | Add GLX_TLS setting to configs/default. | Tom Fogal |
2011-01-10 | Export TLS support in gl.pc. | Tom Fogal |
2011-01-10 | mesa: Remove GLES overlay. | Chia-I Wu |
2011-01-09 | noop: make noop useable like trace or rbug | Jerome Glisse |
2011-01-05 | mesa: bump version to 7.11 | Vinson Lee |
2010-12-06 | mesa/llvm: use llvm-config --cppflags | Brian Paul |
2010-12-03 | mesa: consolidate some compiler -D flags | Brian Paul |
2010-10-27 | Fix build on systems where "python" is python 3. | Kenneth Graunke |
2010-09-22 | configs: remove egl-swrast target from linux-dri config | Brian Paul |
2010-09-17 | mesa: bump version to 7.10 | Vinson Lee |
2010-09-07 | Make XF86VIDMODE extension optional | Jon TURNEY |
2010-09-03 | mesa: also build galahad driver | Brian Paul |
2010-08-24 | configs: Remove -lstdc++ from default. | Vinson Lee |
2010-08-22 | mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime. | Eric Anholt |
2010-08-22 | mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved. | Eric Anholt |
2010-08-19 | configs: Add -lstdc++ to default. | Vinson Lee |
2010-08-16 | configs: Add -ltalloc to linux-dri. | Vinson Lee |
2010-08-13 | Merge branch 'master' into glsl2 | Ian Romanick |
2010-08-11 | configs: added -ltalloc to config files | Brian Paul |
2010-07-30 | configure: fix wrong variable name GLESv1_LIB_DEPS | Li Peng |
2010-07-16 | st/egl: Fix build on FreeBSD. | Chia-I Wu |
2010-07-08 | egl_dri2: Support _EGL_PLATFORM_DRM | Kristian Høgsberg |
2010-07-01 | Use GLW_CFLAGS when building libGLw | Dan Nicholson |
2010-07-01 | Use GLUT_CFLAGS when building glut | John Hein |
2010-06-17 | egl: s/EGL_DISPLAY/EGL_PLATFORM/. | Chia-I Wu |
2010-06-08 | glew: Drop glew now that we don't need it for the progs | Jakob Bornecrantz |
2010-06-04 | mesa: remove PROGRAM_DIRS from config files | Brian Paul |
2010-05-31 | autoconf: Remove unused APIS. | Chia-I Wu |
2010-05-27 | update linux-fbdev config | Brian Paul |
2010-05-12 | rbug: Break out of trace | Jakob Bornecrantz |
2010-05-12 | mesa/es: Merge back to core mesa. | Chia-I Wu |
2010-05-09 | osmesa: add mapi/glapi to SRC_DIRS to fix build | Brian Paul |
2010-05-08 | gallium: Add egl-apis target. | Chia-I Wu |
2010-05-08 | Define OpenGL ES and OpenVG library names. | Chia-I Wu |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu |
2010-05-05 | mesa: Fix build of ES overlay. | Chia-I Wu |
2010-05-04 | Fix gles .pc file generation | Kristian Høgsberg |
2010-05-04 | Add egl.pc file | Kristian Høgsberg |
2010-05-02 | mesa: Only compile ES files when ES1 or ES2 are selected | Kristian Høgsberg |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg |
2010-05-02 | Hook in install rules for es1 and es2 | Kristian Høgsberg |
2010-05-02 | Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 | Kristian Høgsberg |
2010-04-28 | gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files | Kristian Høgsberg |
2010-04-28 | configure.ac: Add options to enable GLES1/2 API support | Kristian Høgsberg |
2010-04-28 | Merge branch '7.8' | Brian Paul |