Age | Commit message (Expand) | Author |
2010-03-15 | nv30, nv40: unify nv[34]0_state_viewport.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify nv[34]0_query.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify nv[34]0_miptree.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify nv[34]0_state_stipple.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_state_zsa.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_state_scissor.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_state_rasterizer.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_state_blend.c | Luca Barbieri |
2010-03-15 | nv30, nv40: non-trivially unify nv[34]0_state_emit.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_transfer.c | Luca Barbieri |
2010-03-15 | nv30, nv40: unify identical nv[34]0_clear.c | Luca Barbieri |
2010-03-15 | nvfx: add nvfx directory to build system | Luca Barbieri |
2010-03-15 | nv30, nv40: add is_nv4x member to context and screen structs | Luca Barbieri |
2010-03-15 | nv30, nv40: unify all structures and headers, except shaders | Luca Barbieri |
2010-03-15 | nouveau: s/rankine/eng3d/g; s/curie/eng3d/g | Luca Barbieri |
2010-03-15 | nv30: remove unused on_hw field and constant fp_reg_control field | Luca Barbieri |
2010-03-15 | nv40: use NV34TCL_ constants where available | Luca Barbieri |
2010-03-14 | r300g: Remove unnecessary headers. | Vinson Lee |
2010-03-14 | trace: Remove unnecessary headers. | Vinson Lee |
2010-03-14 | svga: Remove unnecessary header. | Vinson Lee |
2010-03-14 | r300g: remove pipe_context from r300_screen | Marek Olšák |
2010-03-13 | softpipe: Remove unnecessary header. | Vinson Lee |
2010-03-13 | r300g: add high quality anisotropic filtering for R5xx (disabled by default) | Marek Olšák |
2010-03-13 | r300g: fix anisotropic filtering, fix macrotiling | Marek Olšák |
2010-03-13 | r300g: refrain from using immediate mode if it causes slowdown | Marek Olšák |
2010-03-13 | r300g: fix up function names | Marek Olšák |
2010-03-13 | llvmpipe: Ensure the context is flushed before modifying textures. | José Fonseca |
2010-03-13 | llvmpipe: Don't use texture transfer internally. | José Fonseca |
2010-03-13 | llvmpipe: Obey rasterization rules. | José Fonseca |
2010-03-13 | llvmpipe: setup_context -> lp_setup_context | José Fonseca |
2010-03-13 | nv50: fixup after gallium-context-transfers merge | Xavier Chantry |
2010-03-12 | r300g: Forcibly sanitize max index. | Corbin Simpson |
2010-03-12 | svga: Fix up for context transfers. | Michel Dänzer |
2010-03-12 | Merge branch '7.8' | Michel Dänzer |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-12 | r300g: Properly clamp index limits. | Corbin Simpson |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-03-11 | softpipe: further tighen up sample_cube() | Brian Paul |
2010-03-11 | softpipe: tighten up the code in sample_cube() | Brian Paul |
2010-03-11 | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]' | Brian Paul |
2010-03-11 | llvmpipe: fix comment typo | Brian Paul |
2010-03-11 | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul |
2010-03-11 | cell: adapt to context texture transfers (untested) | Roland Scheidegger |
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 | softpipe: Dummy fence functions. | José Fonseca |
2010-03-10 | llvmpipe: fix loop over mipmap levels | Brian Paul |
2010-03-10 | softpipe: fix memcpy params to avoid static analysis warnings | Brian Paul |