Age | Commit message (Expand) | Author |
2010-02-15 | r300g: fix the size of constant buffers | Marek Olšák |
2010-02-14 | r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM | Marek Olšák |
2010-02-14 | r300g: Use util_format_name(). | José Fonseca |
2010-02-13 | r300g: disable independent blend enables | Marek Olšák |
2010-02-09 | r300g: Correct colorbuffer measurements. | Corbin Simpson |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-06 | r300g: add L8_SRGB and A8L8_SRGB texture formats | Marek Olšák |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-31 | r300g: Fix memory leak on memory allocation failure. | Vinson Lee |
2010-01-30 | r300g: Independent blend enables only work on r500. | Corbin Simpson |
2010-01-30 | r300g: Dual-source blending isn't possible, period. | Corbin Simpson |
2010-01-30 | r300g: Add alpha render targets. | Mathias Fröhlich |
2010-01-29 | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri |
2010-01-28 | r300g: Clean up blend masks, change caps. | Corbin Simpson |
2010-01-28 | Merge commit 'origin/perrtblend' | Roland Scheidegger |
2010-01-26 | r300g: Add A8_UNORM texture format. | Corbin Simpson |
2010-01-26 | r300g: Per-MRT blending is not supported. | Corbin Simpson |
2010-01-17 | r300g: Check for bogus texture targets. | Corbin Simpson |
2010-01-17 | r300g: simplify is_format_supported | Marek Olšák |
2010-01-17 | r300g: output texture debug messages if only RADEON_DEBUG=tex is set | Marek Olšák |
2010-01-17 | r300g: move debug flags into r300_screen | Marek Olšák |
2010-01-06 | r300g: consolidate params | Marek Olšák |
2009-12-20 | r300g: Add a few more params. | Corbin Simpson |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-15 | r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx | Marek Olšák |
2009-12-04 | Merge branch 'gallium-noblocks' | Roland Scheidegger |
2009-12-02 | r300g, radeong: De-specialize r300_winsys into radeon_winsys. | Corbin Simpson |
2009-12-02 | gallium: adapt drivers to interface cleanups | Roland Scheidegger |
2009-10-31 | r300g: pretend NPOT support | Marek Olšák |
2009-10-28 | r300g: add some texture formats | Maciej Cencora |
2009-10-26 | r300g: add cubemap support | Marek Olšák |
2009-10-25 | r300g: added support for 3D textures | Marek Olšák |
2009-10-22 | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson |
2009-10-21 | r300g: Cleanup header includes. | Corbin Simpson |
2009-10-18 | r300g: Fix up a bunch of warnings. | Corbin Simpson |
2009-10-17 | r300g: Squash format warning. | Corbin Simpson |
2009-10-14 | r300g: fixup arb occulsion query support. | Dave Airlie |
2009-10-12 | r300g: Prevent multiple-use textures from getting incorrectly approved. | Corbin Simpson |
2009-10-12 | r300g: Clean up texture formats. | Corbin Simpson |
2009-10-04 | r300g: xRGB and RGBx formats. | Corbin Simpson |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-09-26 | r300g: report GL1.5, enable cap bits for OQ and shadow. | Dave Airlie |
2009-09-16 | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca |
2009-09-12 | r300g: There is no such thing as "texture stride" | Nicolai Hähnle |
2009-08-18 | Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit." | Corbin Simpson |
2009-08-04 | r300g: Slightly saner initialization of some texture / transfer fields. | Michel Dänzer |
2009-07-23 | r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE. | Corbin Simpson |
2009-06-27 | r300g: YCbCr and sRGB textures. | Corbin Simpson |
2009-06-27 | r300g: Fix EXT_packed_depth_stencil functionality. | Corbin Simpson |
2009-06-26 | r300g: S3TC. | Corbin Simpson |