summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-14svga: Remove unnecessary header.Vinson Lee
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10svga: Disable debug message.Michal Krol
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-02svga: Rename pipe formats.José Fonseca
2010-03-01svga: adapt to new vertex element csoRoland Scheidegger
2010-03-01svga: Conversion to winsys handleJakob Bornecrantz
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-22svga: Upload user buffers only once.José Fonseca
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca
2010-02-22svga: Emit a scalar rcp in shadow maps.José Fonseca
2010-02-22svga: Don't emit zero writemasks.José Fonseca
2010-02-22svga: Upload the dirty ranges instead of the whole buffer.José Fonseca
2010-02-22svga: Break uploads of big buffers into smaller pieces.José Fonseca
2010-02-22svga: Note ranges even when there is no hardware buffer around.José Fonseca
2010-02-22svga: Further cleanup/comment svga buffer code.José Fonseca
2010-02-22svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca
2010-02-22svga: Remove unused buffer download code.José Fonseca
2010-02-22svga: Prevent buffer overflow in buffer ranges.José Fonseca
2010-02-22svga: Fix PIPE_LOGICOP_INVERT.José Fonseca
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-17svga: Silence uninitialized variable warnings.Vinson Lee
2010-02-14svga: Silence uninitialized variable warning.Vinson Lee
2010-02-13svga: Fix texture border color.José Fonseca
2010-02-12svga: Silence uninitialized variable warning.Vinson Lee
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca
2010-02-12svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca
2010-02-12svga: Report the 2d/3d texture sizes supported by the host.José Fonseca
2010-02-12svga: enable code to emit blend colorRoland Scheidegger