commit | 15fdbc8361d0b865aea5e2f374b471081ed4214a | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Fri Jul 17 11:56:00 2009 -0600 |
committer | Brian Paul <brianp@vmware.com> | Fri Jul 17 11:56:00 2009 -0600 |
tree | f0d15e4fed5f445e9754934e45388522640e906c | |
parent | 3f7e0d5302ed0fadd794a41af6e476d2c408adc7 [diff] |
egl: Remove redundant DeletePending flag. A context or surface that is neither linked to a display nor current to a thread should be destroyed. Therefore, an unlinked context or surface implies a pending delete automatically. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>