diff options
author | Nicolai Hähnle <[email protected]> | 2009-10-03 19:20:31 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2009-10-03 19:29:48 +0200 |
commit | 81e5188f66248424d54fcf1d85a81510694bd472 (patch) | |
tree | 7ae351cee131c9f4404f34a64d8be9d3449124b4 /src/gallium/drivers/r300/r300_fs.h | |
parent | 59b20b760d63dad15d4d62a43bae8b7e26085c79 (diff) |
r300g: Do not abort on fragment program compiler error
Signed-off-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_fs.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_fs.h b/src/gallium/drivers/r300/r300_fs.h index 9fab7894024..967e9f697e9 100644 --- a/src/gallium/drivers/r300/r300_fs.h +++ b/src/gallium/drivers/r300/r300_fs.h @@ -48,4 +48,4 @@ struct r300_fragment_shader { void r300_translate_fragment_shader(struct r300_context* r300, struct r300_fragment_shader* fs); - #endif /* R300_FS_H */ +#endif /* R300_FS_H */ |