summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump_state.c
AgeCommit message (Expand)Author
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-15trace: Dump blend state as a binary blob.José Fonseca
2010-02-14trace: No need to dump reference counts.José Fonseca
2010-02-14trace: Use util_format_name().José Fonseca
2010-02-14trace: Fix generated XML.José Fonseca
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-10trace: adapt to stencil ref changesRoland Scheidegger
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-01-25trace: adapt to blend changesRoland Scheidegger
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-06-14trace: Don't write state objects to file if dumping is not setJakob Bornecrantz
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz