summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-03-15nv30, nv40: unify nv[34]0_state_stipple.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_zsa.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_scissor.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_rasterizer.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_state_blend.cLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_state_emit.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri
2010-03-15nv30, nv40: unify identical nv[34]0_clear.cLuca Barbieri
2010-03-15nvfx: add nvfx directory to build systemLuca Barbieri
2010-03-15nv30, nv40: add is_nv4x member to context and screen structsLuca Barbieri
2010-03-15nv30, nv40: unify all structures and headers, except shadersLuca Barbieri
2010-03-15nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri
2010-03-15nv30: remove unused on_hw field and constant fp_reg_control fieldLuca Barbieri
2010-03-15nv40: use NV34TCL_ constants where availableLuca Barbieri
2010-03-14r300g: Remove unnecessary headers.Vinson Lee
2010-03-14trace: Remove unnecessary headers.Vinson Lee
2010-03-14svga: Remove unnecessary header.Vinson Lee
2010-03-14r300g: remove pipe_context from r300_screenMarek Olšák
2010-03-13softpipe: Remove unnecessary header.Vinson Lee
2010-03-13r300g: add high quality anisotropic filtering for R5xx (disabled by default)Marek Olšák
2010-03-13r300g: fix anisotropic filtering, fix macrotilingMarek Olšák
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák
2010-03-13r300g: fix up function namesMarek Olšák
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry
2010-03-12r300g: Forcibly sanitize max index.Corbin Simpson
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12r300g: Properly clamp index limits.Corbin Simpson
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
2010-03-11llvmpipe: Remove unnecessary header.Vinson Lee
2010-03-11softpipe: further tighen up sample_cube()Brian Paul
2010-03-11softpipe: tighten up the code in sample_cube()Brian Paul
2010-03-11gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul
2010-03-11llvmpipe: fix comment typoBrian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11cell: adapt to context texture transfers (untested)Roland Scheidegger
2010-03-11nv50: take format from sampler view, not the referenced textureChristoph Bumiller
2010-03-11nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11svga: use memset() to initialize u to avoid warningsBrian Paul
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Check for OOM condition when creating a sampler view.Michal Krol
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol