summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2010-04-11svga: Remove unnecessary headers.Vinson Lee4-8/+0
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee1-2/+2
2010-04-10Squashed commit of the following:Keith Whitwell44-1811/+2288
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger1-2/+2
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger5-7/+7
2010-03-29svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca1-2/+2
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-2/+0
2010-03-14svga: Remove unnecessary header.Vinson Lee1-2/+0
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell4-18/+41
2010-03-12svga: Fix up for context transfers.Michel Dänzer1-0/+2
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2-17/+36
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+3
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul1-1/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell2-15/+33
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol1-5/+7
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol22-568/+716
2010-03-10svga: Disable debug message.Michal Krol1-1/+1
2010-03-10svga: Check if vertex elements has been bound before using it.Michal Krol1-0/+5
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell1-2/+11
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger6-21/+45
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2-2/+2
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-65/+0
2010-03-08svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul1-1/+1
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2-49/+52
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca7-35/+35
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol2-155/+133
2010-03-02svga: Rename pipe formats.José Fonseca7-35/+35
2010-03-01svga: adapt to new vertex element csoRoland Scheidegger6-21/+45
2010-03-01svga: Conversion to winsys handleJakob Bornecrantz2-48/+47
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz1-1/+5
2010-02-22svga: Upload user buffers only once.José Fonseca4-29/+46
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca3-7/+9
2010-02-22svga: Emit a scalar rcp in shadow maps.José Fonseca1-4/+4
2010-02-22svga: Don't emit zero writemasks.José Fonseca2-28/+39
2010-02-22svga: Upload the dirty ranges instead of the whole buffer.José Fonseca1-45/+48
2010-02-22svga: Break uploads of big buffers into smaller pieces.José Fonseca2-22/+147
2010-02-22svga: Note ranges even when there is no hardware buffer around.José Fonseca1-5/+2
2010-02-22svga: Further cleanup/comment svga buffer code.José Fonseca2-112/+142
2010-02-22svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca1-7/+20
2010-02-22svga: Remove unused buffer download code.José Fonseca2-45/+0
2010-02-22svga: Prevent buffer overflow in buffer ranges.José Fonseca1-8/+54
2010-02-22svga: Fix PIPE_LOGICOP_INVERT.José Fonseca1-6/+1
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2-155/+133
2010-02-17svga: Silence uninitialized variable warnings.Vinson Lee1-0/+6
2010-02-14svga: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-02-13svga: Fix texture border color.José Fonseca1-10/+6
2010-02-12svga: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca2-10/+8
2010-02-12svga: Clamp max cube texture levels to supported max 2d levels.José Fonseca1-1/+6
2010-02-12svga: Report the 2d/3d texture sizes supported by the host.José Fonseca2-5/+23