summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
AgeCommit message (Expand)Author
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31r300g: Fix memory leak on memory allocation failure.Vinson Lee
2010-01-30r300g: Independent blend enables only work on r500.Corbin Simpson
2010-01-30r300g: Dual-source blending isn't possible, period.Corbin Simpson
2010-01-30r300g: Add alpha render targets.Mathias Fröhlich
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28r300g: Clean up blend masks, change caps.Corbin Simpson
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