summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_chipset.c
AgeCommit message (Collapse)Author
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák
This fixes all S3TC piglit/texwrap tests. NOTE: This is a candidate for the 7.9 branch.
2010-08-05r300g: disable hiz on rv530 for now.Dave Airlie
On my rv530 at least HiZ is causing rendering issues in gears.
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
This implements fast Z clear, Z compression, and HiZ support for r300->r500 GPUs. It also allows cbzb clears when fast Z clears are being used for the ZB. It requires a kernel with hyper-z support. Thanks to Marek Olšák <maraeo@gmail.com>, who started this off, and Alex Deucher at AMD for providing lots of hints. v2: squashed zmask ram size fix] squashed r300g/blitter: fix Z readback when compressed] v3: rebase around texture changes in master - .1 fix more bits v4: migrated to using u_mm in r300_texture to manage hiz/zmask rams consistently disabled HiZ when using OQ flush z-cache before turning hyper-z off update hyper-z state on dsa state change store depthclearvalue across cbzb clears and replace it afterwards. Signed-off-by: Dave Airlie <airlied@redhat.com>
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
RV3xx is 2, RV560,RV570 is 8 Noticed by Tormod Volden.
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
As per Radeon 9700 Opengl Programming and Optimization Guide [1], there are 16 texture units even on the first r300 chipsets. If you think I am wrong, feel free to propose a patch. [1] Here's PDF: http://people.freedesktop.org/~mareko/
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
We really need to get these into bug reports.
2010-01-12r300g: Fix is_r400 status for rs4xx and rc4xx.Corbin Simpson
As suggested by agd5f.
2010-01-12r300g: add is_r400 flagMarek Olšák
r4xx has some additional fragment shader registers compared to r3xx.
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
This name is totally subject to change if ever I need to separate R3xx for some other reason.
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
This reverts commit 6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59. Turns out that we *do* need these for OQ after all. Go figure. Conflicts: src/gallium/winsys/drm/radeon/core/radeon_r300.h
2009-05-20r300-gallium: Add missing R481 PCI ID.Corbin Simpson
Per 74cb2aba on xf86-video-ati.
2009-05-17r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson
See the previous commit for an explanation. This is just all the support code for GB_TILE_CONFIG.
2009-05-13r300-gallium: Clean up outdated comments.Corbin Simpson
2009-03-31r300-gallium: Backwards test.Corbin Simpson
Wow, how long's that been there? Embarrassing.
2009-02-28r300-gallium: Add RADEON_NO_TCL debugging option.Corbin Simpson
Just like R300_NO_TCL, when set, forces HW TCL off.
2009-02-27r300-gallium: Add RS600 chipsets.Corbin Simpson
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
2009-02-12r300: minor fixes and clear up some surface_fillJoakim Sindholt
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
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
It's not "pipes", it's floating-point vertex processors. Completely different.
2009-02-01r300: Moar state handlers.Corbin Simpson
Ah, my code's so bad. It's amazing.
2009-02-01amd/r300: Wire up GETPARAM ioctls.Corbin Simpson
Whoo, stuff is starting to look cleaner and cleaner.
2009-02-01r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson
2009-02-01r300: Use chip caps for something.Corbin Simpson
Step two: Integration. Yay? Time to stop messing around with this and actually go do things.
2009-02-01r300: Add chipset sorting and capabilities.Corbin Simpson
Part one: Capabilities from classic Mesa. Damn, if only we didn't have so many fucking Radeons!