summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
AgeCommit message (Expand)Author
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-26r300g: Add A8_UNORM texture format.Corbin Simpson
2010-01-26r300g: Per-MRT blending is not supported.Corbin Simpson
2010-01-17r300g: Check for bogus texture targets.Corbin Simpson
2010-01-17r300g: simplify is_format_supportedMarek Olšák
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-17r300g: move debug flags into r300_screenMarek Olšák
2010-01-06r300g: consolidate paramsMarek Olšák
2009-12-20r300g: Add a few more params.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-15r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xxMarek Olšák
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger
2009-10-31r300g: pretend NPOT supportMarek Olšák
2009-10-28r300g: add some texture formatsMaciej Cencora
2009-10-26r300g: add cubemap supportMarek Olšák
2009-10-25r300g: added support for 3D texturesMarek Olšák
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-17r300g: Squash format warning.Corbin Simpson
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson
2009-10-12r300g: Clean up texture formats.Corbin Simpson
2009-10-04r300g: xRGB and RGBx formats.Corbin Simpson
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-04r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer
2009-07-23r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.Corbin Simpson
2009-06-27r300g: YCbCr and sRGB textures.Corbin Simpson
2009-06-27r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson
2009-06-26r300g: S3TC.Corbin Simpson
2009-06-26r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson
2009-06-26r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson
2009-05-17r300-gallium: Enable GLSL for r500.Corbin Simpson
2009-05-17r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson
2009-05-16r300-gallium: Die on bad texture formats.Corbin Simpson
2009-05-16r300-gallium: Update floating-point params too.Corbin Simpson
2009-05-16r300-gallium: Update screen caps.Corbin Simpson
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson
2009-02-28r300-gallium: Cleanup color formats.Corbin Simpson
2009-02-27r300-gallium: Add RS600 chipsets.Corbin Simpson
2009-02-22r300-gallium: Add all supported 2d texture formatsJoakim Sindholt
2009-02-18r300-gallium: implement simple pipe_transfer Basically make the driver compil...Joakim Sindholt