gallium: pipe->surface_copy can flip the contents vertically when necessary.
[mesa.git] / src / mesa / pipe / cell / ppu / cell_surface.c
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-01-26 BrianCell: remove some old tile code
2008-01-22 BrianCell: Added cell_surface.[ch] files
2008-01-22 BrianCell: renamed cell_surface.[ch] to cell_clear.[ch]
2008-01-14 BrianCell: update surface map code to match recent changes...
2008-01-11 BrianCell: basic batch buffer working
2008-01-10 BrianCell: remove some debug printfs, predicate others with...
2008-01-10 BrianCell: implemement basic Z testing
2008-01-03 BrianCell: improve surface state code to replace some tempor...
2008-01-03 Brianbetter debug code
2008-01-03 Brianremove previous triangle test code
2008-01-03 BrianCell: basic triangle rendering works.
2007-12-12 BrianCell: draw smooth-shaded triangle
2007-12-11 BrianCollect some global vars in a single struct.
2007-12-11 BrianRemove temporary cell_create_surface()
2007-12-11 Ian RomanickPort to libspe2
2007-12-11 BrianRemove obsolete clear_color, tex sampler state functions
2007-12-11 BrianCell: first triangle.
2007-12-10 BrianCell driver state-setter functions, basic tile get...
2007-12-02 BrianInitial Cell driver infrastructure.