summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: xRGB and RGBx formats.Corbin Simpson2009-10-041-0/+2
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-9/+2
* r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie2009-09-261-4/+2
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* r300g: There is no such thing as "texture stride"Nicolai Hähnle2009-09-121-3/+4
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-181-0/+1
* r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer2009-08-041-2/+3
* r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.Corbin Simpson2009-07-231-0/+2
* r300g: YCbCr and sRGB textures.Corbin Simpson2009-06-271-0/+3
* r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson2009-06-271-2/+6
* r300g: S3TC.Corbin Simpson2009-06-261-6/+25
* r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson2009-06-261-1/+12
* r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson2009-06-261-0/+3
* r300-gallium: Enable GLSL for r500.Corbin Simpson2009-05-171-2/+5
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-171-1/+0
* r300-gallium: Die on bad texture formats.Corbin Simpson2009-05-161-2/+9
* r300-gallium: Update floating-point params too.Corbin Simpson2009-05-161-6/+9
* r300-gallium: Update screen caps.Corbin Simpson2009-05-161-4/+3
* r300-gallium: Initial, broken, query setup.Corbin Simpson2009-03-101-2/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-12/+4
* r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson2009-03-031-3/+2
* r300-gallium: Cleanup color formats.Corbin Simpson2009-02-281-9/+8
* r300-gallium: Add RS600 chipsets.Corbin Simpson2009-02-271-0/+1
* r300-gallium: Add all supported 2d texture formatsJoakim Sindholt2009-02-221-7/+26
* r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt2009-02-181-11/+81
* r300-gallium: Update r300_screen comments and add a few formats.Corbin Simpson2009-02-141-3/+15
* r300-gallium: Enable all four colorbuffer render targets.Corbin Simpson2009-02-141-2/+1
* r300: Update to match pipe_surface changes.Corbin Simpson2009-02-081-2/+4
* r300: fix compiler/linker errorsJoakim Sindholt2009-02-021-1/+1
* r300: Take care of some XXXes.Corbin Simpson2009-02-021-6/+5
* r300: Add u_simple_screen support.Corbin Simpson2009-02-011-0/+1
* r300: Make format names legible.Corbin Simpson2009-02-011-2/+2
* r300: Add more capabilities.Corbin Simpson2009-02-011-8/+15
* r300: Newlines, dammit!Corbin Simpson2009-02-011-4/+6
* r300: Add some useful debugging information; remove a couple compile warnings.Corbin Simpson2009-02-011-7/+65
* r300: Finish basic state setup.Corbin Simpson2009-02-011-0/+1
* r300: Add texture stubs.Corbin Simpson2009-02-011-0/+23
* amd/r300: Wire up GETPARAM ioctls.Corbin Simpson2009-02-011-2/+6
* r300: Set floating-point params.Corbin Simpson2009-02-011-7/+10
* r300: Fix indenting.Corbin Simpson2009-02-011-5/+10
* r300: Fix missing free().Corbin Simpson2009-02-011-1/+4
* r300: Use chip caps for something.Corbin Simpson2009-02-011-2/+3
* r300: Add chipset sorting and capabilities.Corbin Simpson2009-02-011-16/+7
* r300: Various flags, small state tracking things.Corbin Simpson2009-02-011-1/+0
* r300: Add a basic dirty state emit.Corbin Simpson2009-02-011-1/+6
* r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson2009-02-011-2/+2
* gallium-r300: Max LOD bias is 16.0.Corbin Simpson2009-02-011-1/+0
* gallium-r300: Fit it all together now.Corbin Simpson2009-02-011-1/+1
* gallium-r300: Make it build.Corbin Simpson2009-02-011-8/+57
* gallium-r300: Initial commit.Corbin Simpson2009-02-011-0/+119