Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | Rework gallium and mesa queries a little. | Keith Whitwell | 2007-12-11 | 1 | -5/+13 |
| | | | | | | Add a 'CheckQuery()' driver callback to mesa to check query completion. Make pipe_query an opaque type. Rework softpipe queries, support overlapping occlusion queries. | ||||
* | Implement query object interface. | Brian | 2007-09-11 | 1 | -45/+50 |
| | | | | | | This replaces the temporary occlusion counter functions we had before. Added new ctx->Driver.WaitQuery() function which should block until the result is ready. Sketch out some code for vertex transformation feedback counters. | ||||
* | remove some temp pipe hacks | Brian | 2007-08-11 | 1 | -15/+0 |
| | |||||
* | Added basic occlusion counting | Brian | 2007-07-13 | 1 | -0/+15 |
| | |||||
* | Rename occlude.[ch] to queryobj.[ch] | Brian | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | Rename occlude.[ch] to queryobj.[ch] to better reflect contents. | Brian | 2007-04-21 | 1 | -0/+538 |