Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dependency checking for Cell driver sources. | Brian | 2007-12-05 | 1 | -0/+3 |
| | |||||
* | added -fPIC | Brian | 2007-12-02 | 1 | -1/+1 |
| | |||||
* | don't build libglw | Brian | 2007-12-02 | 1 | -0/+4 |
| | |||||
* | Initial Cell driver infrastructure. | Brian | 2007-12-02 | 1 | -0/+37 |
| | | | | No real code yet. Just stand-ins and make/build infrastructure. | ||||
* | glut doesn't need -lXt | Brian | 2007-12-02 | 1 | -1/+1 |
| | |||||
* | Expand pkg-config flags before invoking the compiler. | José Fonseca | 2007-10-25 | 3 | -11/+11 |
| | | | | | This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output. | ||||
* | LLVM requires linking with the C++ compiler. | Michel Dänzer | 2007-10-25 | 1 | -0/+1 |
| | | | | It's basically luck if it works with the C compiler on some platforms... | ||||
* | Cleanup some code. | Zack Rusin | 2007-10-24 | 2 | -10/+9 |
| | |||||
* | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | 2007-10-24 | 2 | -22/+34 |
| | | | | | | now. Cleanup some of the debugging output. | ||||
* | Implement the conversion and do the initial execution pass. | Zack Rusin | 2007-10-24 | 1 | -1/+2 |
| | |||||
* | Initial stab at LLVM integration. | Zack Rusin | 2007-10-24 | 1 | -1/+20 |
| | |||||
* | Update x86's static and profile configs. | José Fonseca | 2007-09-28 | 5 | -3/+25 |
| | |||||
* | Update linux-profile config. | José Fonseca | 2007-09-19 | 2 | -25/+5 |
| | |||||
* | remove the -DMESA flags | Brian | 2007-08-20 | 2 | -3/+2 |
| | |||||
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 2 | -2/+3 |
| | | | | To build with mesa, need -DMESA in makefile/config file. | ||||
* | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | 2007-08-08 | 1 | -1/+1 |
| | | | | | | | | | | This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe. | ||||
* | Build the "pipe" version of the i915tex driver. | Keith Whitwell | 2007-07-31 | 1 | -1/+1 |
| | | | | This hands all rendering off to the softpipe rasterizer. | ||||
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | michal | 2007-07-27 | 1 | -0/+42 |
|\ | | | | | | | into softpipe_0_1_branch | ||||
| * | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -0/+42 |
| | | |||||
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | michal | 2007-07-06 | 2 | -3/+4 |
|\| | | | | | | | into softpipe_0_1_branch | ||||
| * | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | 2007-06-22 | 1 | -2/+2 |
| | | |||||
| * | miniglx: update defines in linux-solo config | Dave Airlie | 2007-06-05 | 1 | -1/+2 |
| | | |||||
* | | Only build i915tex | Keith Whitwell | 2007-06-20 | 1 | -2/+1 |
|/ | |||||
* | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | nouveau: disable nouveau build by default | Dave Airlie | 2007-05-05 | 1 | -1/+1 |
| | | | | Until this is API/ABI stable building it by default isn't a good idea. | ||||
* | Makefile clean-ups for miniglx. | Brian | 2007-05-04 | 1 | -3/+10 |
| | |||||
* | Version bumps for 7.0 | Brian | 2007-04-27 | 1 | -3/+3 |
| | |||||
* | Make xcb backend compile. | Jeremy Kolb | 2007-04-20 | 1 | -2/+3 |
| | | | | Add nouveau to match linux-dri config. | ||||
* | add glsl to PROGRAM_DIRS | Brian | 2007-04-08 | 1 | -1/+1 |
| | |||||
* | bump version to 6.5.3 to match version.h | Brian | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | Overhaul of error handling. | Brian | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | New debug config for linux-dri | Keith Whitwell | 2007-01-17 | 1 | -0/+16 |
| | |||||
* | Add reporting of damage by DRI drivers when the extension support is available. | Eric Anholt | 2007-01-05 | 2 | -2/+4 |
| | | | | | | | | | | | | | | With this, tools like ximagesrc in gstreamer correctly see updates from GL rendering. Support requires that the Xdamage library be current (but will be disabled if not present) plus a new X Server with support for the new XDamagePost request. libGL now has a new interface version, and also links against libXdamage and libXfixes to support it, but backwards compatibility is retained. Currently, all drivers report damage at SwapBuffers time through common code -- front buffer rendering doesn't result in damage being reported. Also, the damage is against the root window, as our drivers don't yet render to backing store when they should (composited environments). | ||||
* | Make git ignore files only generated at build time. | Michel Dänzer | 2006-12-06 | 1 | -0/+1 |
| | |||||
* | Add i915tex and i965. | Gary Wong | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | the following improvements to linux-fbdev: | Sean D'Epagnier | 2006-11-30 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | need to specify Xlibs with APP_LIB_DEPS | Brian Paul | 2006-11-18 | 1 | -0/+5 |
| | |||||
* | merge the (rest of) texmem branch | Keith Whitwell | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | remove some debug/test changes | Brian Paul | 2006-10-19 | 1 | -2/+1 |
| | |||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 3 | -7/+3 |
| | | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | ||||
* | Fix bug #4681. | Ian Romanick | 2006-10-11 | 3 | -2/+5 |
| | | | | | | | | | | | | | | | | | glDeleteTextures and glDeleteTexturesEXT were erroneously listed as aliases of each other. For anything /except/ GLX protocol they are aliases. This set of changes allows functions that are functionally identical but have different GLX protocol to be listed as aliases. When building with GLX_INDIRECT_RENDERING set, different static functions are used. These functions determine whether the current context is direct rendering or not. If the context is direct rendering, the aliased function (e.g., glDeleteTextures in the case of glDeleteTexturesEXT) is called. If the context is not direct rendering, the correct GLX protocol is sent. For a deeper explanation of what is changed, please see: http://dri.freedesktop.org/wiki/PartiallyAliasedFunctions | ||||
* | Updates for XCB. Bug 8560. | Brian Paul | 2006-10-09 | 1 | -2/+2 |
| | |||||
* | Update linux-dr-xcb config file to use LIBDRM_CFLAGS | Jeremy Kolb | 2006-09-26 | 1 | -0/+1 |
| | |||||
* | bump version to 6.5.2 | Brian Paul | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | added LIBDRM_CFLAGS (Javier Villavicencio) | Brian Paul | 2006-09-19 | 1 | -0/+1 |
| | |||||
* | fix CFLAGS (bug 8344) | Brian Paul | 2006-09-19 | 1 | -3/+3 |
| | |||||
* | comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX | Brian Paul | 2006-09-06 | 1 | -1/+1 |
| | |||||
* | Fixes from Christopher Bell: | Brian Paul | 2006-09-06 | 11 | -22/+22 |
| | | | | | | Use -O instead of +O3 or +O2. Remove +Oaggressive. Replace -Aa with -Ae. | ||||
* | Make sure that _GNU_SOURCE is enabled in the linux configs that set | Ian Romanick | 2006-08-24 | 4 | -50/+10 |
| | | | | | HAVE_POSIX_MEMALIGN. This eliminates a compiler warning. Also, clean up some crufty linux-sparc* configs. | ||||
* | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | Brian Paul | 2006-08-18 | 1 | -0/+4 |
| |