aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-6/+8
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
* gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+9
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
|\
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
|/
* util: Avoid dumping masked state. Other minor improvements.José Fonseca2010-02-141-28/+38
* util: Helper functions to dump all state objects.José Fonseca2010-02-141-0/+699