summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson2009-05-011-5/+0
* r300-gallium, radeon-winsys: Space accounting.Corbin Simpson2009-05-013-1/+32
* r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson2009-05-012-33/+31
* r300-gallium: Don't bother with conditional double define.Corbin Simpson2009-05-011-7/+0
* r300-gallium: Correctly flush Draw.Corbin Simpson2009-04-261-1/+5
* r300-gallium: Add a draw_flush() to r300_flush().Mathias Gottschlag2009-04-261-0/+2
* r300-gallium: Fix vertex shader OVM counting.Corbin Simpson2009-04-252-6/+44
* r300-gallium: Clean up FB state emit.Corbin Simpson2009-04-251-13/+13
* r300-gallium: Set framebuffer pitch on every framebuffer change.Mathias Gottschlag2009-04-251-1/+6
* r300-gallium: Fix CS size mismatchMathias Gottschlag2009-04-211-1/+5
* r300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd31b60c54895f6de6.Thomas Hellstrom2009-04-151-0/+26
* r300-gallium: Use viewport state.Corbin Simpson2009-04-151-13/+29
* r300-gallium: Don't use indexbufs for now.Corbin Simpson2009-04-151-2/+14
* r300-gallium: Point size is at OVM position 15, not 1.Corbin Simpson2009-04-152-1/+4
* r300-gallium: vs: Dot products.Corbin Simpson2009-04-152-0/+34
* r300-gallium: Split up vertex format tallying for HW and SW TCL.Corbin Simpson2009-04-101-27/+50
* r300-gallium: Finish up cleanup of vertex format state.Corbin Simpson2009-04-101-21/+80
* r300-gallium: Clean up vertex format setup.Corbin Simpson2009-04-102-76/+108
* r300-gallium: Properly emit indexbufs.Corbin Simpson2009-04-082-5/+14
* r300-gallium: Add vertex shader constant emit.Corbin Simpson2009-04-082-2/+19
* r300-gallium: vs: Add MAD.Corbin Simpson2009-04-062-0/+9
* r300-gallium: vs: Add MUL.Corbin Simpson2009-04-062-0/+4
* r300-gallium: Fix surface_copy too.Corbin Simpson2009-04-061-1/+2
* r300-gallium: Properly setup HW/SW TCL controls.Corbin Simpson2009-04-062-12/+12
* r300-gallium: vp: Moar.Corbin Simpson2009-04-051-2/+26
* r300-gallium: vs: Use a tab to properly set up OVM.Corbin Simpson2009-04-052-44/+17
* r300-gallium: Re-translate shaders if constants change.Corbin Simpson2009-04-052-3/+9
* r300-gallium: Properly interface with Draw for vert shaders.Corbin Simpson2009-04-055-0/+31
* r300-gallium: Update state handlers/setters for vertex shaders.Corbin Simpson2009-04-051-16/+49
* r300-gallium: vs: Moar vert shaders.Corbin Simpson2009-04-042-5/+38
* r300-gallium: vs: Expand instruction emission.Corbin Simpson2009-04-041-2/+55
* r300-gallium: Update clear() code.Corbin Simpson2009-04-042-8/+20
* r300-gallium: Calculate vert shader inputs for HW TCL.Corbin Simpson2009-04-041-1/+8
* r300-gallium: Fix bad register write.Corbin Simpson2009-04-041-3/+4
* r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson2009-04-045-41/+41
* Add scons build support for radeon/r300.Corbin Simpson2009-04-041-9/+19
* r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson2009-04-045-24/+23
* r300-gallium: r500 surface_copy fragment shader.Corbin Simpson2009-04-041-8/+23
* r300-gallium: Translate vertex shader magic numbers.Corbin Simpson2009-04-011-13/+51
* r300-gallium: Fix compiler warnings.Corbin Simpson2009-04-012-13/+13
* r300-gallium: Add vertex shader for surface_copy.Corbin Simpson2009-04-012-11/+37
* r300-gallium: Backwards test.Corbin Simpson2009-03-311-1/+1
* r300-gallium: Moar vert shader emit.Corbin Simpson2009-03-315-16/+34
* r300-gallium: Add vertex shader emit.Corbin Simpson2009-03-316-28/+57
* r300-gallium: Stubs for vertex shaders.Corbin Simpson2009-03-315-3/+293
* r300-gallium: RGBA, not ARGB, after all.Corbin Simpson2009-03-301-1/+1
* r300-gallium: r500-fs: If recompiling a shader, overwrite old insts.Corbin Simpson2009-03-301-0/+5
* r300-gallium: Properly redo shaders when constant buffer changes size.Corbin Simpson2009-03-301-0/+7
* r300-gallium: Allow surface_fill to clear depth/stencil buffers too.Corbin Simpson2009-03-302-1/+3
* r300-gallium: Emit the "right" sequence of colors.Corbin Simpson2009-03-301-1/+1