Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gallium-embedded' | José Fonseca | 2010-02-03 | 1 | -0/+1 |
|\ | |||||
| * | mesa: Add missing includes. | José Fonseca | 2010-02-01 | 1 | -0/+1 |
| | | |||||
* | | mesa/st: bump the gallium version number | Keith Whitwell | 2010-02-03 | 1 | -1/+1 |
|/ | | | | | This is a very informal version number, but there have been enough changes that a bump is appropriate at this time. | ||||
* | st/mesa: Remove unnecessary header from st_cb_strings.c. | Vinson Lee | 2010-01-14 | 1 | -1/+0 |
| | |||||
* | mesa/st: bump gallium version to 0.3 | Keith Whitwell | 2009-03-24 | 1 | -13/+2 |
| | | | | | | | | | To distinguish from the -0.2 version still being maintained on the gallium-mesa-7.4 branch. There are already greater interface changes between these two branches than there were between -0.2 and -0.1. Also stop injecting Tungsten into the vendor string - the Gallium in the renderer string should be sufficient. | ||||
* | gallium: Don't ask winsys name -- let pipe screen do that if it wants. | José Fonseca | 2009-01-30 | 1 | -5/+2 |
| | | | | Allows to leave screen->winsys NULL. | ||||
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+2 |
| | | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | ||||
* | mesa: bump gallium version string to 0.2 | Brian Paul | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | snprintf -> util_snprintf | Alan Hourihane | 2008-05-02 | 1 | -6/+6 |
| | |||||
* | gallium: start removing pipe_context->get_name/vendor/param/paramf | Brian | 2008-02-27 | 1 | -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 string | keithw | 2007-09-27 | 1 | -1/+2 |
| | |||||
* | Need to store vendor and renderer strings in the context. | Brian | 2007-08-22 | 1 | -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 Whitwell | 2007-08-10 | 1 | -0/+86 |