summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_dump_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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