summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Remove unnecessary headers.Vinson Lee2010-04-114-8/+0
* svga: Silence uninitialized variable warnings.Vinson Lee2010-04-101-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-1044-1811/+2288
* Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-2/+2
|\
| * svga: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-2/+2
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-305-7/+7
|/
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-2/+0
|\
| * svga: Remove unnecessary header.Vinson Lee2010-03-141-2/+0
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-134-18/+41
|\|
| * svga: Fix up for context transfers.Michel Dänzer2010-03-121-0/+2
| * Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-122-17/+36
| |\
| | * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+3
| | * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-112-15/+33
| * | svga: use memset() to initialize u to avoid warningsBrian Paul2010-03-111-1/+3
| |/
* | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1022-568/+716
|\|
| * svga: Disable debug message.Michal Krol2010-03-101-1/+1
| * svga: Check if vertex elements has been bound before using it.Michal Krol2010-03-101-0/+5
| * svga: Don't do culling while the software pipeline is active.Keith Whitwell2010-03-091-2/+11
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-096-21/+45
| |\
| | * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-092-2/+2
| | * svga: adapt to new vertex element csoRoland Scheidegger2010-03-016-21/+45
| * | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-65/+0
| * | svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/Brian Paul2010-03-081-1/+1
| * | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-49/+52
| |\ \
| | * | svga: Conversion to winsys handleJakob Bornecrantz2010-03-012-48/+47
| | * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+5
| * | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-027-35/+35
| |\ \ \
| | * | | svga: Rename pipe formats.José Fonseca2010-03-027-35/+35
| | |/ /
| * | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-022-155/+133
| |\ \ \ | | |/ / | |/| |
| | * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-222-155/+133
| * | | svga: Upload user buffers only once.José Fonseca2010-02-224-29/+46
| * | | svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca2010-02-223-7/+9
| * | | svga: Emit a scalar rcp in shadow maps.José Fonseca2010-02-221-4/+4
| * | | svga: Don't emit zero writemasks.José Fonseca2010-02-222-28/+39
| * | | svga: Upload the dirty ranges instead of the whole buffer.José Fonseca2010-02-221-45/+48
| * | | svga: Break uploads of big buffers into smaller pieces.José Fonseca2010-02-222-22/+147
| * | | svga: Note ranges even when there is no hardware buffer around.José Fonseca2010-02-221-5/+2
| * | | svga: Further cleanup/comment svga buffer code.José Fonseca2010-02-222-112/+142
| * | | svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca2010-02-221-7/+20
| * | | svga: Remove unused buffer download code.José Fonseca2010-02-222-45/+0
| * | | svga: Prevent buffer overflow in buffer ranges.José Fonseca2010-02-221-8/+54
| * | | svga: Fix PIPE_LOGICOP_INVERT.José Fonseca2010-02-221-6/+1
| |/ /
* | | gallium: Silence compiler warnings.michal2009-12-101-3/+0
* | | svga: Fix after sampler view changes.Michal Krol2010-02-231-0/+30
* | | gallium: WIP: Introduce sampler views.Michal Krol2010-02-195-32/+35
|/ /
* / svga: Silence uninitialized variable warnings.Vinson Lee2010-02-171-0/+6
|/
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-141-0/+1
* svga: Fix texture border color.José Fonseca2010-02-131-10/+6
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-121-1/+1