diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-14 11:00:40 +0100 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-14 11:01:43 +0100 |
commit | 31bb6c0d17eb3265c9596bd25d5e6fabfefe4d61 (patch) | |
tree | d9ff53fab154c592489f2ca0eca1cd99202a61df /src/gallium/state_trackers/python | |
parent | 468c9775cbc863b024f41fccad3d6bb967e10ea8 (diff) |
python: Update status.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r-- | src/gallium/state_trackers/python/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README index 8ab88ab2f8..8f45fb6d1b 100644 --- a/src/gallium/state_trackers/python/README +++ b/src/gallium/state_trackers/python/README @@ -24,9 +24,10 @@ and then try running which should show a triangle. -This is still in experimental phase, and there many limitations to what you can -do with from Python. - +This is still work in progress: +- errors are not handled properly and almost always result in crash +- state atoms with array members are awkward to set +- there no efficient way to view images -- Jose Fonseca <jrfonseca@tungstengraphics.com> |