Age | Commit message (Expand) | Author |
2010-04-27 | r300g: compensate for non-atomized emit_query_end in the CS | Marek Olšák |
2010-04-27 | r300g: reserve CS space for index offset | Marek Olšák |
2010-04-27 | r300g: add support for more unaligned vertex formats | Marek Olšák |
2010-04-27 | r300g: setup PSC first, then align vertex formats | Marek Olšák |
2010-04-27 | r300g: set undefined vertex swizzles to (0,0,0,1) respectively | Marek Olšák |
2010-04-26 | r300g: disable point sprites (again) | Marek Olšák |
2010-04-26 | r300g: fix warnings when printing uint64_t | Marek Olšák |
2010-04-26 | r300g: fix warnings by using the const qualifier | Marek Olšák |
2010-04-26 | r300g: use CS_OUT_TABLE better | Matt Turner |
2010-04-26 | r300g: Rudimentary stats, printed on exit. | Corbin Simpson |
2010-04-26 | r300g: Add stats debug flag. | Corbin Simpson |
2010-04-26 | r300g: Use table CS writing when applicable. | Corbin Simpson |
2010-04-26 | r300g: Add CS table writing. | Corbin Simpson |
2010-04-26 | r300g: support index bias on r500 and DRM 2.3.0 | Marek Olšák |
2010-04-26 | r300g: support rendering more than 65535 vertices in one batch on r500 | Marek Olšák |
2010-04-26 | r300g: emit MSPOS regs | Marek Olšák |
2010-04-26 | r300g: force prefetch for non-indexed vertices | Marek Olšák |
2010-04-26 | r300g: use the dummy FS shader for shaders with zero instructions | Marek Olšák |
2010-04-26 | r300g: allow unaligned vertex formats if the stride is dword-aligned | Marek Olšák |
2010-04-26 | r300g: abort on unsupported vertex formats | Marek Olšák |
2010-04-26 | r300g: abort if a vertex buffer offset is not dword-aligned | Marek Olšák |
2010-04-22 | r300g: fix vertex unit setup | Alex Deucher |
2010-04-21 | r300g: raise the max index for generic varyings to 32 | Marek Olšák |
2010-04-20 | r300g: Spill a bit more info about implementation errors in surface_copy. | Corbin Simpson |
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-20 | r300g: add is_rv350 flag | Marek Olšák |
2010-04-19 | r300g: Adapt for index bias interface change. | 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-19 | r300c/r300g: add 3155 rv380 pci id | Dave Airlie |
2010-04-18 | r300g: Remove unnecessary headers. | Vinson Lee |
2010-04-19 | r300g: implement TRUNC as floor | Marek Olšák |
2010-04-19 | r300/compiler: lower CEIL | Marek Olšák |
2010-04-18 | r300g: more solid is_buffer_referenced implementation | Marek Olšák |
2010-04-18 | Revert "r300g: save vertex buffers around u_blitter calls" | Marek Olšák |
2010-04-18 | r300g: do not tell st that a buffer is referenced by hw | Marek Olšák |
2010-04-18 | r300g: save vertex buffers around u_blitter calls | Luca Barbieri |
2010-04-18 | r300g: fixup 0 stride buffer properly. | Dave Airlie |
2010-04-17 | r300g: Cast rbuf->user_buffer to 'uint8_t *' before arithmetic. | Vinson Lee |
2010-04-18 | r300g: various other cleanups | Marek Olšák |
2010-04-18 | r300g: inline screen_buffer functions | Marek Olšák |
2010-04-18 | r300g: remove unused declarations | Marek Olšák |
2010-04-18 | r300g: add debugging options "notiling" and "noimmd" (for testing) | Marek Olšák |
2010-04-18 | r300g: remove r300_transfer::ctx | Marek Olšák |
2010-04-18 | r300g: remove use of c++ keywords | Marek Olšák |
2010-04-18 | r300g: always create microtiled zbuffer regardless of texture dimensions | Marek Olšák |
2010-04-17 | r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT textures | Marek Olšák |
2010-04-16 | r300/compiler: make ARB_shadow_ambient optional | Marek Olšák |
2010-04-16 | r300/compiler: fix repeat wrap mode for TXP and NPOTs | Marek Olšák |