r300-gallium: Clean up casts and indents.
[mesa.git] / src / gallium / drivers / r300 / r300_emit.c
2009-03-02 Corbin Simpsonr300-gallium: Clean up casts and indents.
2009-02-27 Corbin Simpsonr300-gallium: Properly split up RS into r300 and r500...
2009-02-27 Corbin Simpsonr300-gallium: Add RS block setup.
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Corbin Simpsonr300-gallium: Cleanup some state emit, move vertex...
2009-02-23 Corbin Simpsonr300-gallium: Fix BEGIN_CS size.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Corbin Simpsonr300-gallium: Fix BEGIN_CS and END_CS counting and...
2009-02-16 Corbin Simpsonr300-gallium: Add draw_arrays and friends.
2009-02-15 Corbin Simpsonr300-gallium: Fix scissors.
2009-02-15 Corbin Simpsonr300-gallium: Grab bag of goodies.
2009-02-14 Corbin Simpsonr300-gallium: Add Z/stencil buffer format emit.
2009-02-14 Corbin Simpsonr300-gallium: Emit Z/stencil buffer offset.
2009-02-18 Corbin Simpsonr300-gallium: Consolidate state updates.
2009-02-18 Corbin Simpsonr300-gallium: Consolidate state updates.
2009-02-13 Corbin Simpsonr300-gallium: Various thingies.
2009-02-13 Corbin Simpsonr300-gallium: Fix linker error a few linker warnings.
2009-02-13 Corbin Simpsonr300-gallium: Fix build errors.
2009-02-13 Joakim Sindholtr300-gallium: fix OUT_CS_ONE_REG and use where applicable
2009-02-13 Corbin Simpsonr300-gallium: r300 passthrough shader, static shader...
2009-02-13 Corbin Simpsonr300-gallium: Add r300 passthrough shader.
2009-02-13 Corbin Simpsonr300-gallium: Add r500 passthrough shader assembly.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-08 Corbin Simpsonr300: Update to match pipe_surface changes.
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2' of git://anongit.freedesktop...
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-05 Corbin Simpsonr300: Add framebuffer setup stub.
2009-02-02 Corbin Simpsonr300: Split rs_state emit into its own function.
2009-02-02 Joakim Sindholtr300: set up r5xx fragment shader; clear still broken
2009-02-02 Corbin Simpsonr300: Unbreak emit, fix up a bunch of little things.
2009-02-02 Corbin Simpsonr300: A handful of thingys.
2009-02-02 Corbin Simpsonr300: Add dsa state emit.
2009-02-02 Corbin Simpsonr300: Add blend color state emit.
2009-02-02 Corbin Simpsonr300: Set up blend state emit, clean up blend registers.
2009-02-02 Corbin Simpsonr300: Add fragment shader stubs.
2009-02-02 Corbin Simpsonr300: Use chip caps for something.
2009-02-02 Corbin Simpsonr300: Add chipset sorting and capabilities.
2009-02-02 Corbin Simpsonr300: Various flags, small state tracking things.
2009-02-02 Corbin Simpsonr300: Add a basic dirty state emit.