aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | llvmpipe: improve based on review from Jose and fix else clausesZack Rusin2010-03-021-8/+9
* | llvmpipe: remove some ifdefsKeith Whitwell2010-03-021-5/+0
* | llvmpipe: reorganize transfer usageKeith Whitwell2010-03-028-324/+379
* | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-0228-409/+404
|\ \
| * | util/blitter: Fix the viewport transformation for Z coordinatesMarek Olšák2010-03-021-2/+2
| * | r300: Save viewport and clip states before invoking blitter.Michal Krol2010-03-013-0/+10
| * | util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.Michal Krol2010-03-012-11/+51
| * | util: Fix blitter vertex and viewport setup.Michal Krol2010-02-251-6/+21
| * | util: Reset clip state when doing blitting.Michal Krol2010-02-242-1/+11
| * | cso: Track clip state with cso context.Michal Krol2010-02-242-0/+67
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-2224-393/+246
* | | i915g: Add assert to check for null pointer dereference.Vinson Lee2010-03-021-0/+1
* | | llvmpipe: implement some control-flowZack Rusin2010-03-011-11/+93
* | | glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
* | | tgsi: Cleanup exec code for CLAMP, CMP and CND.Michal Krol2010-03-011-28/+39
| |/ |/|
* | 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