summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+0
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* trace: Fix dumping of set_constant_buffer method.José Fonseca2012-10-251-0/+18
* gallium: implement blit in driver wrappersMarek Olšák2012-09-301-6/+63
* trace: Fix pipe_shader_state dumping.José Fonseca2012-05-121-2/+4
* 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
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-0/+21
* 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
* trace: Correct/cleanup.José Fonseca2011-04-061-15/+47
* Revert "trace: Dump blend state as a binary blob."José Fonseca2011-04-061-1/+37
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-29/+21
* trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca2010-09-291-0/+29
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+20
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* trace: Fix several regressions introduced by recent interface changes.José Fonseca2010-04-121-1/+67
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+12
* 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
|/
* trace: Dump blend state as a binary blob.José Fonseca2010-02-151-37/+1
* trace: No need to dump reference counts.José Fonseca2010-02-141-13/+0
* trace: Use util_format_name().José Fonseca2010-02-141-1/+2
* trace: Fix generated XML.José Fonseca2010-02-141-19/+8
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
* trace: adapt to stencil ref changesRoland Scheidegger2010-02-101-1/+16
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-5/+3
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-3/+2
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+1
* | trace: adapt to blend changesRoland Scheidegger2010-01-251-11/+21
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-2/+2
|\ \ | |/ |/|
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-2/+2
* | pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol2010-01-061-1/+1
|/
* fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-24/+0
* gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
* gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul2009-06-301-1/+0
* trace: Don't write state objects to file if dumping is not setJakob Bornecrantz2009-06-141-0/+60
* gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-161-1/+0
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-0/+491