summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-04-04r300-gallium: Fix bad register write.Corbin Simpson
2009-04-04r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson
2009-04-04Add scons build support for radeon/r300.Corbin Simpson
2009-04-04radeon: Fix compile warnings, compile errors.Corbin Simpson
2009-04-04r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson
2009-04-04r300-gallium: r500 surface_copy fragment shader.Corbin Simpson
2009-04-03softpipe: add additional surface formats in tile cache codeBrian Paul
2009-04-03python/regress: Use A8R8G8B8 rendertarget format.Michal Krol
2009-04-03python/regress: vertex shader srcmod swz test does not use TEMP[0].Michal Krol
2009-04-03tgsi/exec: Actually enable switch-case for FLR.Michal Krol
2009-04-03tgsi/text: Allow optional component selection for indirect registers.Michal Krol
2009-04-03python/regress: vertex shader FRC test does not use IN[1].Michal Krol
2009-04-03python/regress: Add relative addressing tests.Michal Krol
2009-04-03util/debug: Initialise local variables.Michal Krol
2009-04-03tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol
2009-04-03python/regress: Add vertex shader source modifier tests.Michal Krol
2009-04-03nv50: fix viewport state updateChristoph Bumiller
2009-04-02python/regress: Do not generate HTML summary for vertex shader test.Michal Krol
2009-04-02python/regress: Do not create zbuf for vertex shader test.Michal Krol
2009-04-02python/regress: Add more vertex shader test cases.Michal Krol
2009-04-01r300-gallium: Translate vertex shader magic numbers.Corbin Simpson
2009-04-01r300-gallium: Fix compiler warnings.Corbin Simpson
2009-04-01r300-gallium: Add vertex shader for surface_copy.Corbin Simpson
2009-04-01util: Fix x86_64 build.José Fonseca
2009-04-01util: Lookup symbol names from addresses.José Fonseca
2009-04-01tgsi: Fix structure members initialisation.Michal Krol
2009-04-01python/regress: Add vertex shader LRP test.Michal Krol
2009-04-01python/regress: Add vertex shader FRC test.Michal Krol
2009-04-01tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.Michal Krol
2009-04-01tgsi: Provide alternate instruction mnemonics in tgsi info.Michal Krol
2009-04-01tgsi/doc: Fix typo.Michal Krol
2009-04-01python/regress: Add vertex shader EX2 test.Michal Krol
2009-04-01python/regress: Add vertex shader DST test.Michal Krol
2009-04-01python/regress: Fix vertex shader XPD test.Michal Krol
2009-04-01python/regress: Indent.Michal Krol
2009-04-01python/regress: Add vertex shader test for XPD.Michal Krol
2009-04-01python/regress: Rename test files from *.txt to *.sh -- won't be .gitignored.Michal Krol
2009-04-01python/regress: Add more vertex shader tests.Michal Krol
2009-03-31r300-gallium: Backwards test.Corbin Simpson
2009-03-31r300-gallium: Moar vert shader emit.Corbin Simpson
2009-03-31r300-gallium: Add vertex shader emit.Corbin Simpson
2009-03-31r300-gallium: Stubs for vertex shaders.Corbin Simpson
2009-03-31tgsi: added some helpful debug functions in the tgsi interpreterBrian Paul
2009-03-31draw: added Nan/Inf assertion in debug codeBrian Paul
2009-03-31softpipe: use util_is_inf_or_nan()Brian Paul
2009-03-31gallium: added util_is_inf_or_nan() function to u_math.hBrian Paul
2009-04-01python/regress: Initial commit for vertex shader regression tests.Michal Krol
2009-03-31python/test: New test for surface copies.José Fonseca
2009-03-31python/test: Ignore test output files.José Fonseca
2009-03-31python/test: Cleanup.José Fonseca