Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-23 | Specify linker instead of letting mklib use gcc | Ian Romanick | |
This is the final bit required to get Cell builds on x86 working. Without this, mklib tries to link using the x86 gcc instead of ppu32-gcc. | |||
2008-01-04 | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | |
also don't use sse when llvm is enabled | |||
2007-12-11 | Port i965 driver to Gallium3D. | Zack Rusin | |
This is a squashed commit of i965 branch on ssh://people.freedesktop.org/~zack/mesa Because of the porting the branch often didn't compile so squashing it makes more sense. The port is still far from complete. | |||
2007-12-05 | Add dependency checking for Cell driver sources. | Brian | |
2007-12-02 | Initial Cell driver infrastructure. | Brian | |
No real code yet. Just stand-ins and make/build infrastructure. | |||
2007-10-25 | LLVM requires linking with the C++ compiler. | Michel Dänzer | |
It's basically luck if it works with the C compiler on some platforms... | |||
2007-10-24 | Cleanup some of the debugging output code | Zack Rusin | |
2007-10-24 | Execution engine is a singleton, for now keep it in the pipe. | Zack Rusin | |
2007-10-24 | Initial stab at LLVM integration. | Zack Rusin | |
2007-08-08 | Hook up i915simple. Doesn't compile. | Keith Whitwell | |
2007-08-03 | Workaround wierd oops on gutsy when building mesa. | Keith Whitwell | |
2007-08-02 | Fix make recursion. | Keith Whitwell | |
Unfortunately means you can't just type make in softpipe any more. | |||
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian | |
2007-06-12 | fix make clean commands so missing subdirs don't cause infinite loops | Brian | |
2007-04-17 | omit the glide/svga sources from stand-alone libGL (anyone using them?) | Brian | |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa ↵ | Keith Whitwell | |
into vbo-0.2 Conflicts: src/mesa/array_cache/sources src/mesa/drivers/dri/i965/brw_context.c src/mesa/drivers/dri/i965/brw_draw.c src/mesa/drivers/dri/i965/brw_fallback.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/i965/brw_vs_tnl.c src/mesa/drivers/dri/mach64/mach64_context.c src/mesa/main/extensions.c src/mesa/main/getstring.c src/mesa/tnl/sources src/mesa/tnl/t_save_api.c src/mesa/tnl/t_save_playback.c src/mesa/tnl/t_vtx_api.c src/mesa/tnl/t_vtx_exec.c src/mesa/vbo/vbo_attrib.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_api.c src/mesa/vbo/vbo_save_draw.c | |||
2006-11-30 | the following improvements to linux-fbdev: | Sean D'Epagnier | |
1. updated makefiles to build libOSMesa as well as libGL these are improvements to fbdev-glut 1. mouse cursor will timeout and be invisible if not being used 2. do not restore colormaps to truecolor targets, this causes problems at exit on my g450 3. fixed a crash when cleaning up from failure by munmaping what had not yet been mmaped 4. Resize event handling is improved, the resize function is not invoked from a signal handler now. 5. The main loop can detect if it is running very fast (greater than 2khz) 6. keyboard up and special up events are generated from stdin input mode and if it is also not redrawing, it sleeps 7. corrections in escape sequences for function keys for stdin input | |||
2006-10-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | |||
2006-10-18 | Changed install filenames to libGL* and libOSMesa* so things work on Darwin | Brian Paul | |
where GL_LIB_NAME = libGL.dylib but the other library name is libGL.1.dylib Unlike other platforms, the version number is in the middle of the name, not at the end. See bug 8671 | |||
2006-10-15 | check if files exist before installing (Thierry Reding) | Brian Paul | |
2006-08-21 | move ALL_SOURCES to sources file | Brian Paul | |
2006-08-21 | remove FBDEV_DRIVER_OBJECTS assignment (in sources file) | Brian Paul | |
2006-08-19 | Removed ifeq from makefile, and corrected fbdev driver so it compiles | Sean D'Epagnier | |
2006-08-18 | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | Brian Paul | |
2006-08-18 | The driver now compiles correctly without any x headers or libraries installed | Sean D'Epagnier | |
The bitmap and stroke code can't be shared with glx anymore because of this. The model for the mini teapot is restored and I have tested it to work with linux-fbdev and linux-solo The driver recognizes 32bpp where there is no alpha (my radeon 7500) It also sets the correct number of cmap entrees (instead of 256 which can be an error) | |||
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-06-26 | Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/. | Brian Paul | |
Probably need to fix the install destinations too... | |||
2006-06-22 | New 'install' targets in makefile. See bug 2372. | Brian Paul | |
2005-09-14 | remove rm -f line | Brian Paul | |
2005-09-11 | fix dri drivers build | Dave Airlie | |
2005-09-10 | Clean-up of sources/Makefile, bug 4111 | Brian Paul | |
2005-09-06 | Use mklib script instead of ar. Make libmesa.a instead of mesa.a | Brian Paul | |
2005-07-26 | Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will | Ian Romanick | |
work again. | |||
2005-07-25 | Added -linker option to mklib, used to specify a particular program for | Brian Paul | |
linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars. | |||
2005-06-09 | Store compiled vertex program representations in a pointer in the | Keith Whitwell | |
vertex_program struct. Allow switching between regular and vertex_program implementations of fixed function TNL with the MESA_TNL_PROG environment var (previously this required recompilation). Ensure program compilation only references program data, not the wider context. This means that compiled programs only need to be invalidated when the program string changes, not on other state changes. | |||
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |
2005-04-15 | added SLANG_SOURCES to SOLO_C_SOURCES | Brian Paul | |
2005-02-23 | Put quotes around $(CC) and $(CXX) so that 'CC=cache gcc' will work. | Ian Romanick | |
2005-01-18 | change .cc suffix to .cpp | Michal Krol | |
2005-01-17 | added rule for compiling C++ sources | Brian Paul | |
2005-01-11 | Put quotes around the CC and CXX variables passed to mklib. This make | Ian Romanick | |
them work with multi-work compiler names (e.g., "ccache gcc"). | |||
2005-01-07 | Make clean in the x86 directory. | Keith Whitwell | |
Propogate 'install' target down to dri driver directory. | |||
2005-01-04 | directfb changes (Claudio Ciccani) | Brian Paul | |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | |
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | |||
2004-11-27 | use @ to silence some unneeded output | Brian Paul | |
2004-11-26 | added X11 and OSMESA source to ALL_SOURCES, updated etags command | Brian Paul | |
2004-10-04 | make clean should remove depend.bak too (Sérgio Moneiro Basto) | Brian Paul | |
2004-08-16 | whitespace clean-up, new 'clean' commands | Brian Paul | |
2004-08-14 | Move BeOS build into main Makefiles chain. | Philippe Houdoin | |