summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-03-08softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul
2010-03-05llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul
2010-03-05llvmpipe: add pipe_thread_wait() callsBrian Paul
2010-03-05softpipe: implement PIPE_TEX_WRAP_CLAMP_TO_EDGE for unorm texture samplingBrian Paul
2010-03-04softpipe: minor tweaks to texture filtering codeBrian Paul
2010-03-04llvmpipe: new commentBrian Paul
2010-03-04r300g: Fix indexbuf upper limits.Corbin Simpson
2010-03-03llvmpipe: Store the original triangle coordinates in the debug build.José Fonseca
2010-03-03llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca
2010-03-03r300: Remove PIPE_FORMAT_R8G8B8X8_SNORM support.José Fonseca
2010-03-03llvmpipe: Linux is no longer a dependency. Llvmpipe builds and runs fine on w...José Fonseca
2010-03-03llvmpipe: Centralize LLVM initialization.José Fonseca
2010-03-03llvmpipe: Update for lp_bld_init.h rename.José Fonseca
2010-03-02r300g: Use a macro to consolidate general state handling.Corbin Simpson
2010-03-02nv50: fix RT formats after format rename fixesChristoph Bumiller
2010-03-02nouveau: Rename pipe formats.José Fonseca
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02llvmpipe: remove some ifdefsKeith Whitwell
2010-03-02llvmpipe: reorganize transfer usageKeith Whitwell
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-02svga: Rename pipe formats.José Fonseca
2010-03-02softpipe: Rename pipe formats.José Fonseca
2010-03-02r300: Rename pipe formats.José Fonseca
2010-03-02i915g: Add assert to check for null pointer dereference.Vinson Lee
2010-03-01nouveau: Rename pipe formats.José Fonseca
2010-03-01llvmpipe: Rename pipe formats.José Fonseca
2010-03-01i965: Rename pipe formats.José Fonseca
2010-03-01i915g: Rename pipe formats.José Fonseca
2010-03-01cell: Rename pipe formats.José Fonseca
2010-03-01r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01softpipe: Advertise PIPE_FORMAT_R8G8B8A8_SNORM instead.José Fonseca
2010-03-01r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-03-01i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-03-01r300: Save viewport and clip states before invoking blitter.Michal Krol
2010-03-01r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca
2010-03-01llvmpipe: Don't mention deprecated drivers=trace option.José Fonseca
2010-02-28r300g: atomize texture and sampler statesMarek Olšák
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák
2010-02-28i965g: Fix texture creationJakob Bornecrantz
2010-02-28r300g: put validating buffers after flushingMarek Olšák
2010-02-28r300g: use the atom size directly during emissionMarek Olšák
2010-02-28r300g: atomize invalidation of texture cachesMarek Olšák
2010-02-28r300g: atomize PVS flushMarek Olšák
2010-02-28r300g: add size parameter to the atom emit functionsMarek Olšák
2010-02-27r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák
2010-02-27r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák
2010-02-27r300g: mark rasterizer_state as dirty only when it's not NULLMarek Olšák
2010-02-27r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák
2010-02-27r300g: remove pointless "while"Marek Olšák
2010-02-26nv40: fix include of nv04_surface_2d.hChristoph Bumiller