summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-08-20softpipe: fix xpot calculation typo in sp_get_samples_2d_nearest_clamp_POTKeith Whitwell
2009-08-20softpipe: slightly optimized tiling calculationKeith Whitwell
2009-08-20softpipe: fix glitch in texel lookups on fastpathsKeith Whitwell
2009-08-20softpipe: optimized path for simple mipmap samplingKeith Whitwell
2009-08-18softpipe: move flatshade-first check out of loopKeith Whitwell
2009-08-11Revert "softpipe: rearrange blend fastpaths"Keith Whitwell
2009-08-11softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell
2009-08-11softpipe: remove gallivm fragment shadersKeith Whitwell
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell
2009-07-30softpipe: rearrange blend fastpathsKeith Whitwell
2009-07-30softpipe: add depth-lequal z16 pathKeith Whitwell
2009-07-30softpipe: remove unused variable in shade_quadKeith Whitwell
2009-07-27softpipe: fix off-by-one in nearest texcoord routinesKeith Whitwell
2009-07-27softpipe: example fast paths for simple samplersKeith Whitwell
2009-07-27softpipe: fastpath for interpolated z16 less depthtestingKeith Whitwell
2009-07-27softpipe: cope with nr_cbufs == 0Keith Whitwell
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-07-25softpipe: fix error in scissor state dependenciesKeith Whitwell
2009-07-25softpipe: cleanup framebuffer state routine slightlyKeith Whitwell
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell
2009-07-24softpipe: fix typoKeith Whitwell
2009-07-24softpipe: example fastpaths in blendingKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-07-23softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22softpipe: remove unused vars in sp_setup.cKeith Whitwell
2009-07-22softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell
2009-07-22softpipe: simplify flush_spansKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer
2009-07-20r300g: Guard R500 register writes by is_r500 check.Michel Dänzer
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-07-15softpipe: limit blend results to [0,1]Luca Barbieri
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-13r300g: Small compile warning fixes.Nicolai Hähnle
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson
2009-07-08r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson
2009-07-08r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson
2009-07-08r300g: Add endian fix to vertex fetcher setup.Corbin Simpson