summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-1/+1
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-281-1/+1
* r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák2013-08-271-0/+8
* r300g: make use of gallium's os_get_process_name()Jonathan Gray2013-07-181-1/+6
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-071-28/+29
* r300g: add blacklist for apps that shouldn't steal hyperz accessMarek Olšák2012-12-021-0/+28
* winsys/radeon: simplify how value queries workMarek Olšák2011-07-251-3/+3
* r300g: consolidate deducing chipset infoMarek Olšák2011-06-071-378/+96
* r300g: emit US_FORMAT on R520 onlyMarek Olšák2011-04-081-1/+1
* r300g: fix texturing with sizes > 2048 on r500Marek Olšák2011-04-081-0/+1
* r300g: disable hyper-z on rs6xx+Marek Olšák2011-02-281-6/+0
* r300g: RS400 doesn't have ZMASKMarek Olšák2011-02-061-1/+0
* r300g: fix and re-enable 8x8 zbuffer compression modeMarek Olšák2011-01-281-2/+1
* r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-271-0/+2
* r300g: turn back on rv530 hiz.Dave Airlie2010-12-241-1/+1
* r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák2010-12-011-0/+1
* 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