summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-04-20r300g: Spill a bit more info about implementation errors in surface_copy.Corbin Simpson
2010-04-20nv50: make a working check for user memory vertex/index buffersChristoph Bumiller
2010-04-20nv50: fix FP result counting for depth outputChristoph Bumiller
2010-04-20nv50: support vertex index biasChristoph Bumiller
2010-04-20llvmpipe: fix depth+stencil logic errorBrian Paul
2010-04-20llvmpipe: fix comment/typoBrian Paul
2010-04-20llvmpipe: fix incorrect front-facing value for fragment shaderBrian Paul
2010-04-20llvmpipe: rename mode -> interpBrian Paul
2010-04-20llvmpipe: remove dead code/commentBrian Paul
2010-04-20nv50: move declaration before codeBrian Paul
2010-04-20nv50: fixed void pointer arithment warningBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul
2010-04-20llvmpipe: remove call to llvmpipe_set_texture_image_layout()Brian Paul
2010-04-20llvmpipe: Re-enable half float formats.José Fonseca
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20gallivm: Cleanups and bugfixes to aos format translation.José Fonseca
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-20nvfx: Fix typo.José Fonseca
2010-04-20llvmpipe: silence warningAlan Hourihane
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19llvmpipe: remove dead codeBrian Paul
2010-04-19llvmpipe: use llvmpipe_resource_stride()Brian Paul
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul
2010-04-19llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()Brian Paul
2010-04-19llvmpipe: fix rendering to 3D texturesBrian Paul
2010-04-19llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul
2010-04-19llvmpipe: another fix for surface memory allocationBrian Paul
2010-04-20r300g: add is_rv350 flagMarek Olšák
2010-04-19llvmpipe: fix surface memory allocation bugBrian Paul
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-19llvmpipe: enable draw llvm by defaultZack Rusin
2010-04-19r300g: Adapt for index bias interface change.José Fonseca
2010-04-19nvfx: Adapt for index bias interface change.José Fonseca
2010-04-19nv50: Adapt for index bias interface change.José Fonseca
2010-04-19trace: Implement index bias.José Fonseca
2010-04-19svga: Implement index bias.José Fonseca
2010-04-19softpipe: Implement index bias.José Fonseca
2010-04-19llvmpipe: Implement index bias.José Fonseca
2010-04-19identity: Implement index bias.José Fonseca
2010-04-19i965g: Implement index bias.José Fonseca
2010-04-19i915: Implement index bias.José Fonseca
2010-04-19failover: Implement index bias.José Fonseca
2010-04-19cell: Implement index bias.José Fonseca
2010-04-19llvmpipe: triangle function commentsBrian Paul
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-19r300c/r300g: add 3155 rv380 pci idDave Airlie
2010-04-19nv50: Fix include recursion.Vinson Lee