Age | Commit message (Expand) | Author |
2010-04-19 | svga: More don't recurse | Jakob Bornecrantz |
2010-04-19 | svga: Don't recurse | Jakob Bornecrantz |
2010-04-27 | svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-04-26 | svga: Pass-through max_index to translate. | José Fonseca |
2010-04-24 | svga: D3DCOLOR actually stands for B8G8R8A8. | José Fonseca |
2010-04-24 | svga: Translate recently added vertex formats. | José Fonseca |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-19 | svga: Implement index bias. | José Fonseca |
2010-04-19 | Merge branch '7.8' | Brian Paul |
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul |
2010-04-11 | svga: Remove unnecessary headers. | Vinson Lee |
2010-04-10 | svga: Silence uninitialized variable warnings. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | svga: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca |
2010-03-15 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-14 | svga: Remove unnecessary header. | Vinson Lee |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | svga: Fix up for context transfers. | Michel Dänzer |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | svga: use memset() to initialize u to avoid warnings | Brian Paul |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-11 | gallium: Check for OOM condition when creating a sampler view. | Michal Krol |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | svga: Disable debug message. | Michal Krol |
2010-03-10 | svga: Check if vertex elements has been bound before using it. | Michal Krol |
2010-03-09 | svga: Don't do culling while the software pipeline is active. | Keith Whitwell |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/ | Brian Paul |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-02 | Merge branch 'gallium-format-cleanup' | José Fonseca |
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol |
2010-03-02 | svga: Rename pipe formats. | José Fonseca |
2010-03-01 | svga: adapt to new vertex element cso | Roland Scheidegger |
2010-03-01 | svga: Conversion to winsys handle | Jakob Bornecrantz |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-02-22 | svga: Upload user buffers only once. | José Fonseca |
2010-02-22 | svga: Fix the guest offset of piecewise buffer DMAs. | José Fonseca |
2010-02-22 | svga: Emit a scalar rcp in shadow maps. | José Fonseca |
2010-02-22 | svga: Don't emit zero writemasks. | José Fonseca |
2010-02-22 | svga: Upload the dirty ranges instead of the whole buffer. | José Fonseca |
2010-02-22 | svga: Break uploads of big buffers into smaller pieces. | José Fonseca |
2010-02-22 | svga: Note ranges even when there is no hardware buffer around. | José Fonseca |
2010-02-22 | svga: Further cleanup/comment svga buffer code. | José Fonseca |
2010-02-22 | svga: Temporarily create a sw vertex buf when failed to create a hw buf. | José Fonseca |