index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
trace
/
tr_dump_state.c
Age
Commit message (
Expand
)
Author
2011-02-14
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-09-29
trace: Fix set_index_buffer and draw_vbo tracing.
José Fonseca
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-05-14
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-04-20
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-12
trace: Fix several regressions introduced by recent interface changes.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-02-22
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-15
trace: Dump blend state as a binary blob.
José Fonseca
2010-02-14
trace: No need to dump reference counts.
José Fonseca
2010-02-14
trace: Use util_format_name().
José Fonseca
2010-02-14
trace: Fix generated XML.
José Fonseca
2010-02-12
gallium: make max_anisotropy a unsigned bitfield member
Roland Scheidegger
2010-02-10
trace: adapt to stencil ref changes
Roland Scheidegger
2010-02-09
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
gallium: Remove prefilter member from pipe_sampler_state struct.
Michal Krol
2010-02-04
gallium: add point_quad_rasterization bit to rasterizer state
Roland Scheidegger
2010-02-03
gallium: clean up point sprite rasterizer state
Roland Scheidegger
2010-02-02
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-01-25
trace: adapt to blend changes
Roland Scheidegger
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-12
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
2010-01-06
pipe_sampler_state::compare_mode is not a boolean enable flag.
Michal Krol
2009-12-24
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-06-30
gallium: remove the pipe_sampler_state::shadow_ambient field
Brian Paul
2009-06-14
trace: Don't write state objects to file if dumping is not set
Jakob Bornecrantz
2009-05-16
gallium: remove occlusion_count flag from depth-stencil state
Keith Whitwell
2009-05-16
trace: Move state dump functions to tr_dump_state.[c|h]
Jakob Bornecrantz