| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: don't enable aniso with nearest filtering | Marek Olšák | 2011-06-09 | 1 | -41/+39 |
* | r300g: preliminary implementation of clamping controls | Marek Olšák | 2011-03-04 | 1 | -15/+16 |
* | r300g: remove unused function | Marek Olšák | 2011-01-24 | 1 | -22/+0 |
* | r300g: add support for formats beginning with X, like X8R8G8B8 | Marek Olšák | 2010-09-29 | 1 | -5/+13 |
* | r300g: remove unnecessary breaks | Marek Olšák | 2010-05-28 | 1 | -4/+1 |
* | r300g: report vertex format support in is_format_supported | Marek Olšák | 2010-05-28 | 1 | -19/+5 |
* | r300g: use util_format_short_name and util_format_is_plain | Marek Olšák | 2010-05-03 | 1 | -5/+5 |
* | r300g: set undefined vertex swizzles to (0,0,0,1) respectively | Marek Olšák | 2010-04-27 | 1 | -1/+8 |
* | r300g: allow unaligned vertex formats if the stride is dword-aligned | Marek Olšák | 2010-04-26 | 1 | -5/+7 |
* | r300g: abort on unsupported vertex formats | Marek Olšák | 2010-04-26 | 1 | -0/+4 |
* | r300g: fix the MIRROR_CLAMP_TO_BORDER wrap mode | Marek Olšák | 2010-04-15 | 1 | -1/+1 |
* | r300g: raise the number of texture units to 16 for all supported chipsets | Marek Olšák | 2010-04-05 | 1 | -1/+1 |
* | r300g: format handling cleanup | Marek Olšák | 2010-04-01 | 1 | -8/+7 |
* | r300g: print errors even on non-debug builds | Marek Olšák | 2010-03-27 | 1 | -18/+20 |
* | r300g: add high quality anisotropic filtering for R5xx (disabled by default) | Marek Olšák | 2010-03-13 | 1 | -0/+12 |
* | r300g: kill pf_component_count | Marek Olšák | 2010-03-09 | 1 | -28/+1 |
* | r300g: remove hacks from translate_vertex_data_swizzle | Marek Olšák | 2010-03-09 | 1 | -20/+4 |
* | r300: Update for UTIL_FORMAT_LAYOUT_xxx changes. | José Fonseca | 2010-02-24 | 1 | -4/+2 |
* | r300g: precompute framebuffer register values | Marek Olšák | 2010-02-21 | 1 | -209/+0 |
* | r300g: add all missing colorbuffer formats | Marek Olšák | 2010-02-21 | 1 | -45/+143 |
* | r300g: fix rendering into the L8 and A8 texture formats | Marek Olšák | 2010-02-19 | 1 | -2/+2 |
* | r300g: add support for all missing non-FP sampler formats | Marek Olšák | 2010-02-18 | 1 | -1/+0 |
* | r300: add half_float_vertex support | Marek Olšák | 2010-02-14 | 1 | -0/+8 |
* | r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM | Marek Olšák | 2010-02-14 | 1 | -2/+6 |
* | r300g: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -8/+8 |
* | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -5/+5 |
* | r300g: Dual-source blending isn't possible, period. | Corbin Simpson | 2010-01-30 | 1 | -5/+9 |
* | r300g: Add alpha render targets. | Mathias Fröhlich | 2010-01-30 | 1 | -0/+13 |
* | r300g: fix vertex data swizzle | Marek Olšák | 2010-01-18 | 1 | -1/+5 |
* | r300g: fix vertex colors with 8 bits per channel | Marek Olšák | 2010-01-17 | 1 | -5/+17 |
* | r300g: add missing is_anistropic param | Brian Paul | 2010-01-06 | 1 | -1/+2 |
* | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri | 2010-01-06 | 1 | -9/+7 |
* | s/desc->type/desc->channel[0].type/ | Michal Krol | 2009-12-17 | 1 | -2/+2 |
* | Revert "Simplify the redundant meaning of format layout." | Michal Krol | 2009-12-09 | 1 | -2/+4 |
* | Simplify the redundant meaning of format layout. | Michal Krol | 2009-12-08 | 1 | -4/+2 |
* | Format layout cannot be used to distinguish scaled/normalised formats. | Michal Krol | 2009-12-08 | 1 | -1/+1 |
* | Remove remaining pipe format utility functions. | Michal Krol | 2009-12-08 | 1 | -30/+32 |
* | Remove pf_swizzle_* internal macros. | Michal Krol | 2009-12-03 | 1 | -4/+9 |
* | r300g: Organize inlined state. | Corbin Simpson | 2009-11-07 | 1 | -36/+36 |
* | r300g: DCE. | Corbin Simpson | 2009-11-07 | 1 | -1/+1 |
* | r300g: Be more verbose in what's killing us WRT vert formats. | Corbin Simpson | 2009-11-07 | 1 | -4/+12 |
* | r300g: add polygon mode | Marek Olšák | 2009-11-04 | 1 | -0/+36 |
* | r300g: Adopt osiris' PSC data and swizzle. | Corbin Simpson | 2009-11-01 | 1 | -40/+88 |
* | r300g: Enable more stuff in r300_screen, cleanup comments. | Corbin Simpson | 2009-10-22 | 1 | -1/+3 |
* | r300g: Cleanup PSC setup math a bit and stop using Draw formats. | Corbin Simpson | 2009-10-22 | 1 | -11/+37 |
* | r300g: Update comments, function names in r300_state_inlines. | Corbin Simpson | 2009-10-21 | 1 | -3/+21 |
* | r300g: Cleanup header includes. | Corbin Simpson | 2009-10-21 | 1 | -0/+2 |
* | r300g: Clean up texture formats. | Corbin Simpson | 2009-10-12 | 1 | -1/+0 |
* | r300g: xRGB and RGBx formats. | Corbin Simpson | 2009-10-04 | 1 | -0/+9 |
* | Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit." | Corbin Simpson | 2009-08-18 | 1 | -0/+19 |