Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. | |||
2010-04-27 | apple: Integrate our libGL into the existing build system better | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-01 | Revert accidental commits from the xquartz tree | Jeremy Huddleston | |
This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42. | |||
2010-04-01 | apple: Don't build gallium | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-01 | apple: Integrate our libGL into the existing build system better | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c | |||
2009-12-22 | Add gallium to darwin config. | Vinson Lee | |
2009-12-21 | darwin: Build glsl | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> | |||
2009-12-20 | darwin: Cleanup CPPFLAGS a bit | Jeremy Huddleston | |
(cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98) | |||
2009-12-20 | darwin: Cleanup CPPFLAGS a bit | Jeremy Huddleston | |
2009-06-26 | configs/darwin: Set CXX to g++. | Vinson Lee | |
2009-03-06 | Updated darwin config for when X11 is not in the same location as we're ↵ | Jeremy Huddleston | |
installing to | |||
2009-01-23 | glew: Initial import. | José Fonseca | |
From glew 1.5.1 release. | |||
2008-12-03 | darwin: Use -Os instead of -O2 | Jeremy Huddleston | |
(cherry picked from commit 456dbb143a0d11b69d8af0d493cd84efb0596273) | |||
2008-09-26 | configs: darwin: Don't build GLw | Jeremy Huddleston | |
(cherry picked from commit ef688ba1ee366a8937a41075cbe8b76a9bf75013) | |||
2008-08-12 | Removed broken/unsupported darwin-static configs | Jeremy Huddleston | |
Fixed typo in darwin config | |||
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston | |
2008-08-12 | Apple: More cleanup of the darwin config in 7.1 | Jeremy Huddleston | |
2008-08-08 | Apple: Some changes to fix compilation problems on OSX | Jeremy Huddleston | |
2008-03-10 | Darwin: Config/source fixes to now build glxdemo apps and OSMesa | Jeremy Huddleston | |
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7) | |||
2008-02-19 | Apple: Pulled in changes from Apple's patchset to allow mesa to build on ↵ | Jeremy Huddleston | |
darwin again (cherry picked from commit e70609b7b877dc0d8e67c958c453305e78f831df) | |||
2007-11-01 | Add -fno-strict-aliasing workaround for all GCC targets | Dan Nicholson | |
Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details. | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-04-13 | new configs, misc updates (Dan Schikore) | Brian Paul | |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | |
2005-06-30 | fix a few glitches | Brian Paul | |
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-03-26 | new system configurations | Brian Paul | |