Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-27 | More GLSL code: | Michal Krol | |
- add x86 code generator; - add full support for uniforms in ARB_shader_objects; - add assembly instruction: global_addr; - reorganize #includes; - built-in uniforms accessed by index, rather than by name; - add some entries to x86sse rtasm; - add configurations to VC6 projects: 'Release x86' and 'Debug x86'; - #define SLANG_X86 active only on VC6 x86 builds; - introduce code export table for a shader; - remove GNU license from the noise library; | |||
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | |
executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. | |||
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul | |
2005-07-10 | Add lots of x87 fpu instructions. | Keith Whitwell | |
2005-06-08 | Turn off DISASSEM | Keith Whitwell | |
2005-06-08 | Add some more opcodes | Keith Whitwell | |
2005-06-07 | New files - split off runtime assembly functions from | Keith Whitwell | |
t_vertex_sse.c. |