radeon: emit scissor when using cs path
[mesa.git] / src / gallium /
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-08 Corbin Simpsonr300-gallium: Properly emit indexbufs.
2009-04-08 Corbin Simpsonr300-gallium: Add vertex shader constant emit.
2009-04-08 José Fonsecapython/retrace: Try to cope with failures creating...
2009-04-08 José Fonsecapython: Don't try to finish a null fence.
2009-04-08 José Fonsecapython/retrace: Use colors on windows console.
2009-04-08 José Fonsecapython/retrace: Allow to specify the range of calls...
2009-04-08 José Fonsecatrace: Make calls dumping threadsafe.
2009-04-08 José Fonsecatrace: Make call no global.
2009-04-08 José Fonsecapython/retrace: Handle recent traces.
2009-04-08 José Fonsecapython: Fix method renaming.
2009-04-08 José Fonsecapython: Cope with null surfaces.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-04-08 José Fonsecatrace: Simplify cast wrappers.
2009-04-08 José Fonsecatrace: Match pipe_context::clear prototype.
2009-04-08 Brian Paulgallium: handle the case of util_pack_z_stencil(format...
2009-04-07 Brian Paulsoftpipe: minor debug-help changes in softpipe_transfer...
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MAD.
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MUL.
2009-04-07 Corbin Simpsonr300-gallium: Fix surface_copy too.
2009-04-07 Corbin Simpsonr300-gallium: Properly setup HW/SW TCL controls.
2009-04-06 José Fonsecastw: Choose a color buffer format that matches the...
2009-04-06 Brian Paulsoftpipe: clean up the buffer clear and tile cache...
2009-04-06 José Fonsecar300-gallium: Skeleton for integrating into the python...
2009-04-05 Corbin Simpsonr300-gallium: vp: Moar.
2009-04-05 Corbin Simpsonr300-gallium: vs: Use a tab to properly set up OVM.
2009-04-05 Corbin Simpsonr300-gallium: Re-translate shaders if constants change.
2009-04-05 Corbin Simpsonr300-gallium: Properly interface with Draw for vert...
2009-04-05 Corbin Simpsonr300-gallium: Update state handlers/setters for vertex...
2009-04-05 Corbin Simpsonr300-gallium: vs: Moar vert shaders.
2009-04-05 Corbin Simpsonr300-gallium: vs: Expand instruction emission.
2009-04-05 Corbin Simpsonr300-gallium: Update clear() code.
2009-04-04 Brian Paulcell: update clear() code to catch up to gallium changes
2009-04-04 Michal Krolpython/regress: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Add utility helper for packing combined depth...
2009-04-04 Michal Krolpython/regress: Remove trailing whitespace.
2009-04-04 Michal Krolpython/regress: Initial fragment shader test suite.
2009-04-04 Michal Krolpython/regress: Use X8R8G8B8 rendertarget in vertex...
2009-04-04 Corbin Simpsonradeon: A bit of indent and line break cleanup.
2009-04-04 Corbin Simpsonr300-gallium: Calculate vert shader inputs for HW TCL.
2009-04-04 Corbin Simpsonradeon: If the CS emit fails, dump it to stderr.
2009-04-04 Corbin Simpsonr300-gallium: Fix bad register write.
2009-04-04 Corbin Simpsonr300-gallium: Move swtcl_emit to render to reflect...
2009-04-04 Corbin SimpsonAdd scons build support for radeon/r300.
2009-04-04 Corbin Simpsonradeon: Fix compile warnings, compile errors.
2009-04-04 Corbin Simpsonr300-gallium: Clean up compile warnings and strict...
2009-04-04 Corbin Simpsonr300-gallium: r500 surface_copy fragment shader.
2009-04-03 Brian Paulsoftpipe: add additional surface formats in tile cache...
2009-04-03 Michal Krolpython/regress: Use A8R8G8B8 rendertarget format.
2009-04-03 Michal Krolpython/regress: vertex shader srcmod swz test does...
2009-04-03 Michal Kroltgsi/exec: Actually enable switch-case for FLR.
2009-04-03 Michal Kroltgsi/text: Allow optional component selection for indir...
2009-04-03 Michal Krolpython/regress: vertex shader FRC test does not use...
2009-04-03 Michal Krolpython/regress: Add relative addressing tests.
2009-04-03 Michal Krolutil/debug: Initialise local variables.
2009-04-03 Michal Kroltgsi/text: Allow `-|src|` variant of `-(|src|)`.
2009-04-03 Michal Krolpython/regress: Add vertex shader source modifier tests.
2009-04-02 Christoph Bumillernv50: fix viewport state update
2009-04-02 Michal Krolpython/regress: Do not generate HTML summary for vertex...
2009-04-02 Michal Krolpython/regress: Do not create zbuf for vertex shader...
2009-04-02 Michal Krolpython/regress: Add more vertex shader test cases.
2009-04-01 Corbin Simpsonr300-gallium: Translate vertex shader magic numbers.
2009-04-01 Corbin Simpsonr300-gallium: Fix compiler warnings.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader for surface_copy.
2009-04-01 José Fonsecautil: Fix x86_64 build.
2009-04-01 José Fonsecautil: Lookup symbol names from addresses.
2009-04-01 Michal Kroltgsi: Fix structure members initialisation.
2009-04-01 Michal Krolpython/regress: Add vertex shader LRP test.
2009-04-01 Michal Krolpython/regress: Add vertex shader FRC test.
2009-04-01 Michal Kroltgsi: Lookup alternate instruction mnemonics when parsi...
2009-04-01 Michal Kroltgsi: Provide alternate instruction mnemonics in tgsi...
2009-04-01 Michal Kroltgsi/doc: Fix typo.
2009-04-01 Michal Krolpython/regress: Add vertex shader EX2 test.
2009-04-01 Michal Krolpython/regress: Add vertex shader DST test.
2009-04-01 Michal Krolpython/regress: Fix vertex shader XPD test.
2009-04-01 Michal Krolpython/regress: Indent.
2009-04-01 Michal Krolpython/regress: Add vertex shader test for XPD.
2009-04-01 Michal Krolpython/regress: Rename test files from *.txt to *.sh...
2009-04-01 Michal Krolpython/regress: Add more vertex shader tests.
2009-04-01 Corbin Simpsonr300-gallium: Backwards test.
2009-04-01 Corbin Simpsonr300-gallium: Moar vert shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Add vertex shader emit.
2009-04-01 Corbin Simpsonr300-gallium: Stubs for vertex shaders.
2009-03-31 Brian Paultgsi: added some helpful debug functions in the tgsi...
2009-03-31 Brian Pauldraw: added Nan/Inf assertion in debug code
2009-03-31 Brian Paulsoftpipe: use util_is_inf_or_nan()
2009-03-31 Brian Paulgallium: added util_is_inf_or_nan() function to u_math.h
2009-03-31 Michal Krolpython/regress: Initial commit for vertex shader regres...
2009-03-31 José Fonsecapython/test: New test for surface copies.
2009-03-31 José Fonsecapython/test: Ignore test output files.
2009-03-31 José Fonsecapython/test: Cleanup.
2009-03-31 José Fonsecapython/test: Dump classification tree to text file...
2009-03-31 José Fonsecapython/test: Set executable permission bit.
2009-03-31 José Fonsecapython/test: New test for rendering into textures.
2009-03-31 José Fonsecautil: Enable assembly breakpointt on x86_64.
2009-03-31 José Fonsecapython/test: Limit tree depth.
2009-03-31 José Fonsecapython/test: Infer type (continuous/discrete) from...
2009-03-31 José Fonsecapython/test: Flush stdout to keep in sync with debug...
2009-03-31 José Fonsecapython/test: Dump a classification tree of the results...
next