r300-gallium: Be more Gallium-ish in some of the math.
[platform/upstream/mesa.git] / src / gallium / drivers / r300 / r300_context.h
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: Fix a handful of compile warnings.
2009-02-23 Corbin Simpsonr300-gallium: Finish VAP/VF setup.
2009-02-18 Joakim Sindholtr300-gallium: implement simple pipe_transfer Basically...
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-14 Corbin Simpsonr300-gallium: Add derived state for vertex formats.
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 shader state stubs.
2009-02-04 Corbin Simpsonr300: A bit more cleanup and state handling.
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: Moar state handlers.
2009-02-02 Corbin Simpsonr300: Add fragment shader stubs.
2009-02-02 Corbin Simpsonr300: Add initial pipe_texture handling.
2009-02-02 Corbin Simpsonr300: Add texture sampler state.
2009-02-02 Corbin Simpsonr300: Add sampler state skeleton.
2009-02-02 Corbin Simpsonr300: Add path for pci_id in winsys.
2009-02-02 Corbin Simpsonr300: Various flags, small state tracking things.
2009-02-02 Corbin Simpsonr300: Add a basic dirty state emit.
2009-02-02 Corbin Simpsonr300: Add blend color.
2009-02-02 Corbin Simpsonr300: Add more state.
2009-02-02 Corbin Simpsonr300: Fix errant inlines.
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 Simpsonr300, amd: Make everything build. (Not necessarily...
2009-02-02 Corbin SimpsonA bit of r300 cleanup.
2009-02-02 Corbin Simpsongallium-r300: Fit it all together now.
2009-02-02 Corbin Simpsongallium-r300: Add copyrights, place (broken) CS.
2009-02-02 Corbin Simpsongallium-r300: Make it build.
2009-02-02 Corbin Simpsongallium-r300: Look less like i915.
2009-02-02 Corbin Simpsongallium-r300: Add some headers.
2009-02-02 Corbin Simpsongallium-r300: Initial commit.