summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_strings.c
AgeCommit message (Collapse)Author
2008-05-02snprintf -> util_snprintfAlan Hourihane
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled.
2007-09-27Use Gallium in the renderer stringkeithw
2007-08-22Need to store vendor and renderer strings in the context.Brian
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.
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell