summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shaderobjects.h
AgeCommit message (Collapse)Author
2006-02-27More 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-11-19update comments, remove ^M charsBrian Paul
2005-11-19move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.hBrian Paul
2005-01-13cosmetic changesMichal Krol
2004-10-27remove unused entriesMichal Krol
2004-10-27by karoshi - header file for ARB_shader_objects implementationMichal Krol