summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* translate: Rename pipe formats.José Fonseca2010-03-012-6/+6
* draw: Rename pipe formats.José Fonseca2010-03-013-3/+3
* util: Rename pipe formats.José Fonseca2010-03-016-127/+126
* gallium: Standardize on the LSB->MSB notation.José Fonseca2010-03-011-27/+27
* r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-2/+0
* softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca2010-03-011-1/+1
* util: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-1/+0
* gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-1/+0
* util: Generate linear<->sRGB conversion tables.Michal Krol2010-03-011-0/+17
* util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.José Fonseca2010-03-011-1/+1
* xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca2010-03-011-2/+2
* r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-2/+2
* i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-1/+1
* util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-014-13/+9
* gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca2010-03-011-0/+2
* util: Fix PIPE_FORMAT_R8G8B8_UNORM description and notes.José Fonseca2010-03-011-3/+1
* gallium: Remove inexisting formats.José Fonseca2010-03-011-4/+0
* util: Remove inexisting formats.José Fonseca2010-03-011-7/+0
* util: A few more links for D3D formats.José Fonseca2010-03-011-2/+3
* r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-011-2/+0
* util: A few more todo marks.José Fonseca2010-03-011-0/+3
* util: More documentation for u_format.csvJosé Fonseca2010-03-011-0/+57
* util: Tweak comments regarding R8G8B8A8/X8_UNORM.José Fonseca2010-03-011-2/+2
* python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-0/+4
* python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-1/+1
* llvmpipe: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-2/+2
* r300g: atomize texture and sampler statesMarek Olšák2010-02-289-135/+153
* r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák2010-02-287-66/+101
* i965g: Fix texture creationJakob Bornecrantz2010-02-281-1/+1
* r300g: put validating buffers after flushingMarek Olšák2010-02-283-53/+37
* r300g: use the atom size directly during emissionMarek Olšák2010-02-284-30/+31
* r300g: atomize invalidation of texture cachesMarek Olšák2010-02-285-8/+11
* r300g: atomize PVS flushMarek Olšák2010-02-285-27/+29
* r300g: add size parameter to the atom emit functionsMarek Olšák2010-02-285-28/+47
* util: Fix X8/A8B8G8R8_SNORM's swizzle.José Fonseca2010-02-271-2/+2
* r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák2010-02-273-23/+7
* r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák2010-02-272-2/+7
* r300g: mark rasterizer_state as dirty only when it's not NULLMarek Olšák2010-02-271-1/+1
* radeong: clean up includesMarek Olšák2010-02-276-37/+18
* r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák2010-02-273-2/+13
* r300g: remove pointless "while"Marek Olšák2010-02-271-1/+1
* st/dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-2/+4
* st/xorg: Re-enable crtc on resizeJakob Bornecrantz2010-02-271-3/+21
* st/xorg: Fix copy-topyJakob Bornecrantz2010-02-271-1/+1
* vmware/xorg: Bump to match vmware driverJakob Bornecrantz2010-02-271-3/+3
* st/xorg: Make resize fail gracefullyJakob Bornecrantz2010-02-271-14/+55
* st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz2010-02-271-2/+23
* st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-276-91/+121
* vmware/xorg: Export modinfo just as the other vmware X drivers doesJakob Bornecrantz2010-02-271-3/+42
* st/xorg: A bit more debugging infoJakob Bornecrantz2010-02-271-0/+6