Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-22 | mesa: Remove left over merge conflicts | Jakob Bornecrantz | |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell | |
Conflicts: src/mesa/glapi/glapi.h src/mesa/main/api_exec.c src/mesa/main/attrib.c src/mesa/main/clear.c src/mesa/main/context.c src/mesa/main/mfeatures.h src/mesa/main/mipmap.c src/mesa/main/mipmap.h src/mesa/main/readpix.c src/mesa/main/sources src/mesa/main/state.c src/mesa/main/texformat.c src/mesa/main/texparam.c src/mesa/main/texstate.c src/mesa/vbo/vbo_context.c src/mesa/x86/common_x86_asm.S | |||
2008-09-21 | Fix X86 compilation. | Chris Rankin | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg | |
of requesting executable stacks. | |||
2005-01-04 | use HIDDEN macro to export fewer symbols (bug 2210) | Brian Paul | |
2004-10-26 | added an attention-getting comment for developers who get stopped in ↵ | Brian Paul | |
_mesa_test_os_sse_support() while debugging | |||
2003-01-21 | new X86 CPU detection code (Petr Sebor) | Brian Paul | |
2003-01-09 | remove ADD_L altogether | Brian Paul | |
2003-01-09 | s/16/32/ (Josh Vanderhoof) | Brian Paul | |
2003-01-09 | moved ADD_L instruction (Linus Torvalds) | Brian Paul | |
2002-11-09 | fix 3dnow misdetection on new p4's | Keith Whitwell | |
2002-09-19 | push and pop ESI (Daniel Borca) | Brian Paul | |
2002-07-11 | applied Eric Anholt's patch for Athlon SSE | Brian Paul | |
2002-06-11 | Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof) | Brian Paul | |
2002-06-04 | use CONTENT() macro on line 205 (Josh Vanderhoof) | Brian Paul | |
2002-03-07 | syntax fixes for Solaris (David Dawes) | Brian Paul | |
2001-03-29 | Consolidation of asm code in 3.5 | Gareth Hughes | |
2001-03-28 | New type system for assembly code. Asm files should now include | Gareth Hughes | |
matypes.h, which includes assyntax.h and is generated from the core Mesa header files. | |||
2001-03-03 | more clean-ups | Brian Paul | |
2001-02-09 | minor changes from XFree86 (dawes) | Brian Paul | |
2000-12-06 | Merge Mesa 3.4 test for operating system support for SSE. | Gareth Hughes | |
2000-10-23 | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | |
general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking. |