Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-07 | Add shaderobjects_3dlabs.c back into build but use #ifdef ↵ | Brian Paul | |
FEATURE_shading_language to enable/disable relevant code. | |||
2005-04-01 | Use FEATURE_shading_language to control whether the shading language | Brian Paul | |
compiler is hooked in. May be enabled on compiler command line by setting -DFEATURE_shading_lanuage=1. | |||
2005-03-30 | Disable _mesa_3dlabs_create_{program,shader}_object references. | Adam Jackson | |
2005-03-29 | Disable C++ shading language code yet again. Doesn't compile with older | Brian Paul | |
g++ installations. | |||
2005-03-29 | re-enable _mesa_init_shaderobjects_3dlabs() call | Brian Paul | |
2005-03-26 | disable _mesa_init_shaderobjects_3dlabs() call until build is fixed | Brian Paul | |
2005-03-25 | cleanup query functions | Michal Krol | |
2005-01-13 | implement ARB_shader_objects, not complete | Michal Krol | |
2004-11-26 | update some type names | Brian Paul | |
2004-10-27 | by karoshi - ARB_shader_objects implementation | Michal Krol | |
empty routines by now |