summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19trace: Dump pipe_rasterizer_state::clip_halfz.José Fonseca1-0/+1
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+0
2012-12-07trace: dump pipe_resource::nr_samplesMarek Olšák1-0/+1
2012-10-25trace: Fix dumping of set_constant_buffer method.José Fonseca1-0/+18
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-6/+63
2012-05-12trace: Fix pipe_shader_state dumping.José Fonseca1-2/+4
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-2/+4
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-2/+5
2012-01-05trace: dump primitive restart infoMarek Olšák1-0/+3
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-0/+21
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+1
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-04-06trace: Correct/cleanup.José Fonseca1-15/+47
2011-04-06Revert "trace: Dump blend state as a binary blob."José Fonseca1-1/+37
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-29/+21
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca1-0/+29
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+20
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-6/+7
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-12trace: Fix several regressions introduced by recent interface changes.José Fonseca1-1/+67
2010-04-10Squashed commit of the following:Keith Whitwell1-10/+12
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-1/+0
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-1/+0
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-1/+0
2010-02-15trace: Dump blend state as a binary blob.José Fonseca1-37/+1
2010-02-14trace: No need to dump reference counts.José Fonseca1-13/+0
2010-02-14trace: Use util_format_name().José Fonseca1-1/+2
2010-02-14trace: Fix generated XML.José Fonseca1-19/+8
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-1/+1
2010-02-10trace: adapt to stencil ref changesRoland Scheidegger1-1/+16
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-5/+3
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol1-1/+0
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-0/+1
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-3/+2
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca1-1/+1
2010-01-25trace: adapt to blend changesRoland Scheidegger1-11/+21
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-2/+2
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger1-2/+0
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol1-1/+1
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-2/+2
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-24/+0
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul1-1/+0
2009-06-14trace: Don't write state objects to file if dumping is not setJakob Bornecrantz1-0/+60
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell1-1/+0
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz1-0/+491