Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin | |
we need to change it to support composite types | |||
2010-04-12 | nvfx: support an unlimited number of occlusion queries | Luca Barbieri | |
Currently on nv30/nv40 an assert will be triggered once 32 queries are outstanding. This violates the OpenGL/Gallium interface, which requires support for an unlimited number of fences. This patch fixes the problem by putting queries in a linked list and waiting on the oldest one if allocation fails. nVidia seems to use a similar strategy, but with 1024 instead of 32 fences. The next patch will improve this. | |||
2010-03-15 | nv30, nv40: unify nv[34]0_query.c | Luca Barbieri | |
The files are identical except formatting. |