Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-07 | r300g: move r300_transfer to separate files | Marek Olšák | |
2010-01-01 | r300: Fix scons build. | José Fonseca | |
2009-12-15 | r300g: add acceleration of the clear, surface_copy, and surface_fill functions | Marek Olšák | |
2009-10-24 | r300g: fix scons build yet again | Joakim Sindholt | |
2009-10-05 | r300g: fix scons build | Joakim Sindholt | |
So I didn't touch r300compiler, but r300g now compiles after having declarations and code untangled. As nha so gently points out, we shouldn't have to do this just to comply with MSVC compilers. | |||
2009-06-26 | r300-gallium: organize fragment/vertex shaders | Joakim Sindholt | |
Appart from separating r3xx/r5xx fragment shaders, a more consistent naming scheme has been applied. From now on: r300 = all chips r3xx = R300/R400 only r5xx = R500 only This way r300_fragment_shader is the master struct, and the structs r3xx_fragment_shader and r5xx_fragment_shader inherits it. | |||
2009-04-04 | r300-gallium: Move swtcl_emit to render to reflect its true purpose. | Corbin Simpson | |
2009-04-04 | Add scons build support for radeon/r300. | Corbin Simpson | |
2009-02-01 | Make r300 and amd build in scons. | Corbin Simpson | |