summaryrefslogtreecommitdiffstats
path: root/configs/darwin
Commit message (Collapse)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-2/+2
|
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+1
|\ | | | | | | | | | | | | | | 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
| * Add gallium to darwin config.Vinson Lee2009-12-221-1/+1
| |
| * darwin: Cleanup CPPFLAGS a bitJeremy Huddleston2009-12-201-2/+2
| | | | | | | | (cherry picked from commit 4a1e103858a1db0fb037891b8d4a9426eff32b98)
* | darwin: Build glslJeremy Huddleston2009-12-211-1/+1
| | | | | | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* | darwin: Cleanup CPPFLAGS a bitJeremy Huddleston2009-12-201-2/+2
|/
* configs/darwin: Set CXX to g++.Vinson Lee2009-06-261-1/+1
|
* Updated darwin config for when X11 is not in the same location as we're ↵Jeremy Huddleston2009-03-061-6/+8
| | | | installing to
* glew: Initial import.José Fonseca2009-01-231-1/+1
| | | | From glew 1.5.1 release.
* darwin: Use -Os instead of -O2Jeremy Huddleston2008-12-031-2/+2
| | | | (cherry picked from commit 456dbb143a0d11b69d8af0d493cd84efb0596273)
* configs: darwin: Don't build GLwJeremy Huddleston2008-09-261-3/+3
| | | | (cherry picked from commit ef688ba1ee366a8937a41075cbe8b76a9bf75013)
* Removed broken/unsupported darwin-static configsJeremy Huddleston2008-08-121-1/+1
| | | | Fixed typo in darwin config
* Fixed 'make install' for darwinJeremy Huddleston2008-08-121-0/+7
|
* Apple: More cleanup of the darwin config in 7.1Jeremy Huddleston2008-08-121-19/+25
|
* Apple: Some changes to fix compilation problems on OSXJeremy Huddleston2008-08-081-3/+5
|
* Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-101-5/+5
| | | | | Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7)
* Apple: Pulled in changes from Apple's patchset to allow mesa to build on ↵Jeremy Huddleston2008-02-191-8/+15
| | | | | | darwin again (cherry picked from commit e70609b7b877dc0d8e67c958c453305e78f831df)
* Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson2007-11-011-0/+4
| | | | | Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* new configs, misc updates (Dan Schikore)Brian Paul2006-04-131-4/+2
|
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-2/+4
|
* fix a few glitchesBrian Paul2005-06-301-3/+7
|
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-1/+1
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* new system configurationsBrian Paul2004-03-261-0/+25