Age | Commit message (Expand) | Author |
2010-04-27 | r300g: set undefined vertex swizzles to (0,0,0,1) respectively | Marek Olšák |
2010-04-26 | r300g: allow unaligned vertex formats if the stride is dword-aligned | Marek Olšák |
2010-04-26 | r300g: abort on unsupported vertex formats | Marek Olšák |
2010-04-15 | r300g: fix the MIRROR_CLAMP_TO_BORDER wrap mode | Marek Olšák |
2010-04-05 | r300g: raise the number of texture units to 16 for all supported chipsets | Marek Olšák |
2010-04-01 | r300g: format handling cleanup | Marek Olšák |
2010-03-27 | r300g: print errors even on non-debug builds | Marek Olšák |
2010-03-13 | r300g: add high quality anisotropic filtering for R5xx (disabled by default) | Marek Olšák |
2010-03-09 | r300g: kill pf_component_count | Marek Olšák |
2010-03-09 | r300g: remove hacks from translate_vertex_data_swizzle | Marek Olšák |
2010-02-24 | r300: Update for UTIL_FORMAT_LAYOUT_xxx changes. | José Fonseca |
2010-02-21 | r300g: precompute framebuffer register values | Marek Olšák |
2010-02-21 | r300g: add all missing colorbuffer formats | Marek Olšák |
2010-02-19 | r300g: fix rendering into the L8 and A8 texture formats | Marek Olšák |
2010-02-18 | r300g: add support for all missing non-FP sampler formats | Marek Olšák |
2010-02-14 | r300: add half_float_vertex support | 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-12 | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger |
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-18 | r300g: fix vertex data swizzle | Marek Olšák |
2010-01-17 | r300g: fix vertex colors with 8 bits per channel | Marek Olšák |
2010-01-06 | r300g: add missing is_anistropic param | Brian Paul |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2009-12-17 | s/desc->type/desc->channel[0].type/ | Michal Krol |
2009-12-09 | Revert "Simplify the redundant meaning of format layout." | Michal Krol |
2009-12-08 | Simplify the redundant meaning of format layout. | Michal Krol |
2009-12-08 | Format layout cannot be used to distinguish scaled/normalised formats. | Michal Krol |
2009-12-08 | Remove remaining pipe format utility functions. | Michal Krol |
2009-12-03 | Remove pf_swizzle_* internal macros. | Michal Krol |
2009-11-07 | r300g: Organize inlined state. | Corbin Simpson |
2009-11-07 | r300g: DCE. | Corbin Simpson |
2009-11-07 | r300g: Be more verbose in what's killing us WRT vert formats. | Corbin Simpson |
2009-11-04 | r300g: add polygon mode | Marek Olšák |
2009-11-01 | r300g: Adopt osiris' PSC data and swizzle. | Corbin Simpson |
2009-10-22 | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson |
2009-10-22 | r300g: Cleanup PSC setup math a bit and stop using Draw formats. | Corbin Simpson |
2009-10-21 | r300g: Update comments, function names in r300_state_inlines. | Corbin Simpson |
2009-10-21 | r300g: Cleanup header includes. | Corbin Simpson |
2009-10-12 | r300g: Clean up texture formats. | Corbin Simpson |
2009-10-04 | r300g: xRGB and RGBx formats. | Corbin Simpson |
2009-08-18 | Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit." | Corbin Simpson |
2009-05-17 | r300-gallium, radeon-gallium: Nuke gb_pipes from orbit. | Corbin Simpson |
2009-03-30 | r300-gallium: Allow surface_fill to clear depth/stencil buffers too. | Corbin Simpson |
2009-03-20 | r300-gallium: Clean up some emit, and some state handlers. | Corbin Simpson |
2009-03-11 | r300-gallium: Fix texture filters. | Corbin Simpson |
2009-03-10 | r300-gallium: Fix a handful of compiler warnings. | Corbin Simpson |
2009-03-07 | r300-gallium: Correct vertex format setup, cleanup regs and debugging. | Corbin Simpson |
2009-03-07 | r300-gallium: A bit more vertex format fixup. | Corbin Simpson |