Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slang: Remove the old preprocessor. | Michal Krol | 2009-09-08 | 1 | -1406/+0 |
| | |||||
* | glsl: fix warnings, update comments, s/TRUE/GL_TRUE/ | Brian Paul | 2009-06-10 | 1 | -3/+4 |
| | |||||
* | glsl: Handle continuation characters in preprocessor. | Michal Krol | 2009-06-10 | 1 | -2/+63 |
| | |||||
* | glsl: Fix symbol replacement handling in preprocessor. | Michal Krol | 2009-06-10 | 1 | -13/+15 |
| | |||||
* | glsl: Expand nested preprocessor macros. | Michal Krol | 2009-06-09 | 1 | -1/+14 |
| | |||||
* | glsl: Fix preprocessor define argument parsing for dead sections. | Michal Krol | 2009-06-08 | 1 | -4/+4 |
| | |||||
* | glsl: preprocessor debug code (disabled) | Brian Paul | 2009-06-08 | 1 | -0/+5 |
| | |||||
* | glsl: change GLSL #pragma initialization | Brian Paul | 2009-03-19 | 1 | -13/+10 |
| | | | | | | Initialize the shader's pragma settings before calling the compiler. Added pragma "Ignore" fields to allow overriding the #pragma directives found in shader source code. | ||||
* | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+1 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glsl: propagate pragma info down into compiler from preprocessor | Brian Paul | 2009-01-14 | 1 | -7/+46 |
| | |||||
* | glsl: add preprocessor support for #pragma | Brian Paul | 2009-01-13 | 1 | -1/+43 |
| | | | | | | Two forms are supported: Pragmas are silently ignored at this time. | ||||
* | glsl: pass GLcontext::Extension info down into GLSL preprocessor | Brian Paul | 2009-01-07 | 1 | -27/+53 |
| | | | | Now the #extension directives can be handled properly. | ||||
* | glsl: Fix handling of nested parens in macro actual arguments. | Michal Krol | 2008-12-18 | 1 | -2/+15 |
| | |||||
* | mesa: import latest GLSL code from gallium-0.1 branch | Brian Paul | 2008-08-16 | 1 | -1/+5 |
| | |||||
* | mesa: implement grammar/parsing for precision/invariant syntax | Brian Paul | 2008-07-29 | 1 | -0/+27 |
| | | | | Plus, fix some issues with pre-defined preprocessor symbols and version checking. | ||||
* | fix GL_ARB_texture_rectangle breakage | Brian Paul | 2008-04-14 | 1 | -3/+3 |
| | |||||
* | define #extension GL_ARB_texture_rectangle | David Flynn | 2008-04-14 | 1 | -0/+4 |
| | |||||
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | 2007-07-04 | 1 | -1/+1 |
| | | | | of -I flags. | ||||
* | call grammar_alloc_free() to fix memleaks | Brian | 2007-04-21 | 1 | -0/+2 |
| | |||||
* | #define LONGSTRING __extension__ in imports.h and use it to silence gcc | Brian Paul | 2006-11-15 | 1 | -4/+4 |
| | | | | warnings about long string literals. | ||||
* | Add GLSL preprocessor. | Michal Krol | 2006-09-26 | 1 | -2/+1096 |
| | |||||
* | More GLSL preprocessor code: | Michal Krol | 2006-08-21 | 1 | -42/+33 |
| | | | | | | | Rename slang_version.syn to slang_pp_version.syn. The #version directive understands version 120. Cosmetic changes in version preprocessor. Checks if requested version is supported by the compiler. | ||||
* | Remove carriage-return chars *ONLY*. | Michal Krol | 2006-04-18 | 1 | -86/+86 |
| | |||||
* | More GLSL code: | Michal Krol | 2006-02-27 | 1 | -2/+0 |
| | | | | | | | | | | | | | - 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; | ||||
* | Get it running for ARB_vertex_shader. | Michal Krol | 2006-02-13 | 1 | -2/+3 |
| | | | | | | | | | | | Add experimental print functions to builtin library. Some functionality missing: - automatic arrays; - general constructors; - local variable initialization; - texture sampling and noise; - semantic error checking; - function prototypes. | ||||
* | Cosmetic changes. | Michal Krol | 2005-04-22 | 1 | -5/+11 |
| | |||||
* | Updates for OpenVMS : New makefiles | Jouk Jansen | 2005-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | added some type-casts Modified Files: Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/program.c Mesa/src/mesa/shader/slang/slang_compile.c Mesa/src/mesa/shader/slang/slang_preprocess.c Added Files: Mesa/src/mesa/shader/slang/descrip.mms ---------------------------------------------------------------------- | ||||
* | slang preprocessor | Michal Krol | 2005-04-15 | 1 | -0/+81 |