summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_chipset.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: disable hiz on rv530 for now.Dave Airlie2010-08-051-1/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-7/+47
* r300g: a couple more chipsets do not have HiZ RAMMarek Olšák2010-06-241-0/+4
* r300g: add "has HiZ" flag, add ZMask regsMarek Olšák2010-06-241-0/+3
* r300g: fix vertex unit setupAlex Deucher2010-04-221-3/+7
* r300g: add is_rv350 flagMarek Olšák2010-04-201-0/+2
* r300c/r300g: add 3155 rv380 pci idDave Airlie2010-04-191-0/+1
* r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-051-1/+1
* r300g: print errors even on non-debug buildsMarek Olšák2010-03-271-3/+4
* r300g: Fix is_r400 status for rs4xx and rc4xx.Corbin Simpson2010-01-121-4/+0
* r300g: add is_r400 flagMarek Olšák2010-01-121-0/+14
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-0/+1
* r300g: Don't use getenv; use debug_get_*_option instead.Corbin Simpson2009-10-211-1/+1
* r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson2009-08-181-1/+9
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-181-0/+1
* r300-gallium: Add missing R481 PCI ID.Corbin Simpson2009-05-201-0/+1
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-171-1/+0
* r300-gallium: Clean up outdated comments.Corbin Simpson2009-05-131-3/+0
* r300-gallium: Backwards test.Corbin Simpson2009-03-311-1/+1
* r300-gallium: Add RADEON_NO_TCL debugging option.Corbin Simpson2009-02-281-1/+1
* r300-gallium: Add RS600 chipsets.Corbin Simpson2009-02-271-0/+7
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* r300: minor fixes and clear up some surface_fillJoakim Sindholt2009-02-121-2/+2
* r300: fix compiler/linker errorsJoakim Sindholt2009-02-021-0/+1
* r300: Take care of some XXXes.Corbin Simpson2009-02-021-1/+2
* r300: Deobfuscate a few registers, fix inaccurate variable names.Corbin Simpson2009-02-011-13/+13
* r300: Moar state handlers.Corbin Simpson2009-02-011-0/+3
* amd/r300: Wire up GETPARAM ioctls.Corbin Simpson2009-02-011-3/+2
* r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson2009-02-011-25/+14
* r300: Use chip caps for something.Corbin Simpson2009-02-011-45/+9
* r300: Add chipset sorting and capabilities.Corbin Simpson2009-02-011-0/+391