summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+3
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium/util: dump instance_divisorMarek Olšák2013-03-111-2/+1
* gallium/util: complete implementation of util_dump_transferMarek Olšák2013-01-041-4/+5
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* gallium: add helpers for dumping pipe_box and pipe_blit_infoMarek Olšák2012-09-301-0/+73
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-2/+4
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-2/+5
* util: add helper function util_dump_draw_infoMarek Olšák2012-01-051-0/+32
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+19
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-291-52/+51
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+1
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* 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