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