summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-04-07softpipe: minor debug-help changes in softpipe_transfer_map()Brian Paul
2009-04-06r300-gallium: vs: Add MAD.Corbin Simpson
2009-04-06r300-gallium: vs: Add MUL.Corbin Simpson
2009-04-06r300-gallium: Fix surface_copy too.Corbin Simpson
2009-04-06r300-gallium: Properly setup HW/SW TCL controls.Corbin Simpson
2009-04-06stw: Choose a color buffer format that matches the visual.José Fonseca
2009-04-06softpipe: clean up the buffer clear and tile cache code a littleBrian Paul
2009-04-06r300-gallium: Skeleton for integrating into the python statetracker.José Fonseca
2009-04-05r300-gallium: vp: Moar.Corbin Simpson
2009-04-05r300-gallium: vs: Use a tab to properly set up OVM.Corbin Simpson
2009-04-05r300-gallium: Re-translate shaders if constants change.Corbin Simpson
2009-04-05r300-gallium: Properly interface with Draw for vert shaders.Corbin Simpson
2009-04-05r300-gallium: Update state handlers/setters for vertex shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Moar vert shaders.Corbin Simpson
2009-04-04r300-gallium: vs: Expand instruction emission.Corbin Simpson
2009-04-04r300-gallium: Update clear() code.Corbin Simpson
2009-04-04cell: update clear() code to catch up to gallium changesBrian Paul
2009-04-04python/regress: Clean up driver clear() interface.Michal Krol
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-04gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer
2009-04-04python/regress: Remove trailing whitespace.Michal Krol
2009-04-04python/regress: Initial fragment shader test suite.Michal Krol
2009-04-04python/regress: Use X8R8G8B8 rendertarget in vertex shader test.Michal Krol
2009-04-04radeon: A bit of indent and line break cleanup.Corbin Simpson
2009-04-04r300-gallium: Calculate vert shader inputs for HW TCL.Corbin Simpson
2009-04-04radeon: If the CS emit fails, dump it to stderr.Corbin Simpson
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