summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_strings.c
Commit message (Collapse)AuthorAgeFilesLines
* snprintf -> util_snprintfAlan Hourihane2008-05-021-6/+6
|
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-4/+5
| | | | | These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled.
* Use Gallium in the renderer stringkeithw2007-09-271-1/+2
|
* Need to store vendor and renderer strings in the context.Brian2007-08-221-8/+6
| | | | | | As it was, we always returned the same pointer. So glxinfo, which calls glGetString() before printing anything, was printing the same string for both vendor and renderer.
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+86