summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_chipset.c
AgeCommit message (Expand)Author
2011-02-28r300g: disable hyper-z on rs6xx+Marek Olšák
2011-02-06r300g: RS400 doesn't have ZMASKMarek Olšák
2011-01-28r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2010-12-24r300g: turn back on rv530 hiz.Dave Airlie
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
2010-08-05r300g: disable hiz on rv530 for now.Dave Airlie
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-06-24r300g: a couple more chipsets do not have HiZ RAMMarek Olšák
2010-06-24r300g: add "has HiZ" flag, add ZMask regsMarek Olšák
2010-04-22r300g: fix vertex unit setupAlex Deucher
2010-04-20r300g: add is_rv350 flagMarek Olšák
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie
2010-04-05r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-01-12r300g: Fix is_r400 status for rs4xx and rc4xx.Corbin Simpson
2010-01-12r300g: add is_r400 flagMarek Olšák
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-21r300g: Don't use getenv; use debug_get_*_option instead.Corbin Simpson
2009-08-18r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-05-20r300-gallium: Add missing R481 PCI ID.Corbin Simpson
2009-05-17r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson
2009-05-13r300-gallium: Clean up outdated comments.Corbin Simpson
2009-03-31r300-gallium: Backwards test.Corbin Simpson
2009-02-28r300-gallium: Add RADEON_NO_TCL debugging option.Corbin Simpson
2009-02-27r300-gallium: Add RS600 chipsets.Corbin Simpson
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-12r300: minor fixes and clear up some surface_fillJoakim Sindholt
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt
2009-02-02r300: Take care of some XXXes.Corbin Simpson
2009-02-01r300: Deobfuscate a few registers, fix inaccurate variable names.Corbin Simpson
2009-02-01r300: Moar state handlers.Corbin Simpson
2009-02-01amd/r300: Wire up GETPARAM ioctls.Corbin Simpson
2009-02-01r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson
2009-02-01r300: Use chip caps for something.Corbin Simpson
2009-02-01r300: Add chipset sorting and capabilities.Corbin Simpson