summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_strings.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19st/mesa: simplify returning GL_VENDORMarek Olšák1-3/+1
2017-06-19st/mesa: remove the "Gallium 0.4 on" prefix from GL_RENDERERMarek Olšák1-7/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-02-03Merge branch 'gallium-embedded'José Fonseca1-0/+1
2010-02-03mesa/st: bump the gallium version numberKeith Whitwell1-1/+1
2010-02-01mesa: Add missing includes.José Fonseca1-0/+1
2010-01-14st/mesa: Remove unnecessary header from st_cb_strings.c.Vinson Lee1-1/+0
2009-03-24mesa/st: bump gallium version to 0.3Keith Whitwell1-13/+2
2009-01-30gallium: Don't ask winsys name -- let pipe screen do that if it wants.José Fonseca1-5/+2
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+2
2008-09-12mesa: bump gallium version string to 0.2Brian Paul1-1/+1
2008-05-02snprintf -> util_snprintfAlan Hourihane1-6/+6
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-4/+5
2007-09-27Use Gallium in the renderer stringkeithw1-1/+2
2007-08-22Need to store vendor and renderer strings in the context.Brian1-8/+6
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell1-0/+86