summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
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-02r300g: Make velem CSO actually work.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-01nv40: adapt to vertex element csoRoland Scheidegger
2010-03-01nv30: adapt to vertex element csoRoland Scheidegger
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-01identity: adapt to new vertex element csoRoland Scheidegger
2010-03-01failover: adapt to new vertex element csoRoland Scheidegger
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger
2010-03-01i915g: adapt to new vertex element csoRoland Scheidegger
2010-03-01cell: adapt to new vertex element csoRoland Scheidegger
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger
2010-03-01svga: adapt to new vertex element csoRoland Scheidegger
2010-03-01trace: adapt to new vertex element csoRoland Scheidegger
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-01r300g: Conversion to to winsys handleJakob Bornecrantz
2010-03-01svga: Conversion to winsys handleJakob Bornecrantz
2010-03-01i965g: Conversion to winsys handleJakob Bornecrantz
2010-03-01i915g: Conversion to winsys handleJakob Bornecrantz
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
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