Merge remote branch 'main/master' into radeon-rewrite
[mesa.git] / src / gallium / drivers / r300 / r300_state.c
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-18 Corbin Simpsonr300-gallium: Emit viewport state.
2009-03-06 Corbin Simpsonr300-gallium: Flat/smooth shading state.
2009-03-06 Corbin Simpsonr300-gallium: Pick up a few more bits of rs_state.
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Corbin Simpsonr300-gallium: Move maths from r300_state to r300_state_...
2009-02-28 Corbin Simpsonr300-gallium: Be more Gallium-ish in some of the math.
2009-02-28 Corbin Simpsonr300-gallium: Move all state translators to r300_state_...
2009-02-27 Corbin Simpsonr300-gallium: Turn true and false into TRUE and FALSE.
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
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: Set up draw rasterizer.
2009-02-16 Corbin Simpsonr300-gallium: Add draw_arrays and friends.
2009-02-15 Corbin Simpsonr300-gallium: Fix scissors.
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-18 Corbin Simpsonr300-gallium: Properly init shader state.
2009-02-18 Corbin Simpsonr300-gallium: Properly init shader state.
2009-02-13 Corbin Simpsonr300-gallium: Various thingies.
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-13 Corbin Simpsonr300-gallium: Take care of various bad dereferences...
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-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 shader state stubs.
2009-02-04 Corbin Simpsonr300: A bit more cleanup and state handling.
2009-02-03 Joakim Sindholtr300: fix compiler/linker errors
2009-02-03 Corbin Simpsonr300: Clear up XXX in r300_state.
2009-02-02 Corbin Simpsonr300: Clean up after rebase.
2009-02-02 Corbin Simpsonr300: Add more rs_state, fix indents on dsa_state.
2009-02-02 Corbin Simpsonr300: Add line stipple state to rs_state.
2009-02-02 Corbin Simpsonr300: Hook up clear, set it to fallback.
2009-02-02 Corbin Simpsonr300: More state setters.
2009-02-02 Corbin Simpsonr300: Plan for the next state setters.
2009-02-02 Corbin Simpsonr300: Moar state handlers.
2009-02-02 Corbin Simpsonr300: Add fragment shader stubs.
2009-02-02 Corbin Simpsonr300: Add texture sampler state.
2009-02-02 Corbin Simpsonr300: Add sampler state skeleton.
2009-02-02 Corbin Simpsonr300: Fix constness, compile warnings, indentation...
2009-02-02 Corbin Simpsonr300: Various flags, small state tracking things.
2009-02-02 Corbin Simpsonr300: Remove r300_state.h
2009-02-02 Corbin Simpsonr300: Add blend color.
2009-02-02 Corbin Simpsonr300: Add more state.
2009-02-02 Corbin Simpsonr300: Hook up state functions.
2009-02-02 Corbin Simpsonr300: Add DSA state.
2009-02-02 Corbin Simpsonr300: Add scissor state, fix build.
2009-02-02 Corbin Simpsonr300: Add blend state.
2009-02-02 Corbin Simpsongallium-r300: Add copyrights, place (broken) CS.
2009-02-02 Corbin Simpsongallium-r300: Initial commit.