summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300-gallium: Add vertex shader constant emit.Corbin Simpson2009-04-081-2/+17
* r300-gallium: Fix bad register write.Corbin Simpson2009-04-041-3/+4
* r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson2009-04-041-11/+9
* r300-gallium: Moar vert shader emit.Corbin Simpson2009-03-311-1/+22
* r300-gallium: Add vertex shader emit.Corbin Simpson2009-03-311-0/+20
* r300-gallium: Add some surface_copy.Corbin Simpson2009-03-271-1/+1
* r300-gallium: r300-fs: Moar.Corbin Simpson2009-03-251-2/+2
* r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking.Corbin Simpson2009-03-251-1/+1
* r300-gallium: Clean up some emit, and some state handlers.Corbin Simpson2009-03-201-16/+1
* r300-gallium: Emit viewport state.Corbin Simpson2009-03-181-0/+23
* r300-gallium: Debugging for the more sensitive card registers.Corbin Simpson2009-03-171-4/+12
* r300-gallium: Fix relocation for textures.Corbin Simpson2009-03-171-2/+2
* r300-gallium: Emit constants as floats, not uints.Corbin Simpson2009-03-161-4/+4
* r300-gallium: r500-fs: Setup immediates.Corbin Simpson2009-03-151-4/+24
* r300-gallium: Don't flush textures more than necessary.Corbin Simpson2009-03-111-2/+7
* r300-gallium: Fix CS count for texture emit.Corbin Simpson2009-03-111-1/+1
* r300-gallium: Fix CS count in fb state emit.Corbin Simpson2009-03-111-1/+1
* r300-gallium: Fix a handful of compiler warnings.Corbin Simpson2009-03-101-1/+12
* r300-gallium: First stab at texture support.Corbin Simpson2009-03-101-1/+46
* r300-gallium: Correct vertex format setup, cleanup regs and debugging.Corbin Simpson2009-03-071-1/+6
* r300-gallium: Emit vertex size.Corbin Simpson2009-03-071-1/+3
* r300-gallium: Actually do framebuffer setup.Corbin Simpson2009-03-061-1/+6
* r300-gallium: Flat/smooth shading state.Corbin Simpson2009-03-061-1/+2
* r300-gallium: Pick up a few more bits of rs_state.Corbin Simpson2009-03-061-1/+5
* r300-gallium: Use only one CS section for vertex_format.Corbin Simpson2009-03-051-3/+1
* r300-gallium: Clean up casts and indents.Corbin Simpson2009-03-011-11/+12
* r300-gallium: Properly split up RS into r300 and r500 variants.Corbin Simpson2009-02-271-1/+2
* r300-gallium: Add RS block setup.Corbin Simpson2009-02-271-0/+33
* r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.Corbin Simpson2009-02-231-0/+31
* r300-gallium: Fix BEGIN_CS size.Corbin Simpson2009-02-231-1/+1
* r300-gallium: Consolidate state updates.Corbin Simpson2009-02-171-2/+8
* r300-gallium: Fix BEGIN_CS and END_CS counting and mismatch.Corbin Simpson2009-02-161-1/+2
* r300-gallium: Add draw_arrays and friends.Corbin Simpson2009-02-161-1/+1
* r300-gallium: Fix scissors.Corbin Simpson2009-02-151-4/+12
* r300-gallium: Grab bag of goodies.Corbin Simpson2009-02-151-4/+2
* r300-gallium: Add Z/stencil buffer format emit.Corbin Simpson2009-02-141-2/+8
* r300-gallium: Emit Z/stencil buffer offset.Corbin Simpson2009-02-141-0/+13
* r300-gallium: Various thingies.Corbin Simpson2009-02-131-0/+18
* r300-gallium: Fix linker error a few linker warnings.Corbin Simpson2009-02-121-1/+1
* r300-gallium: Fix build errors.Corbin Simpson2009-02-121-9/+9
* r300-gallium: fix OUT_CS_ONE_REG and use where applicableJoakim Sindholt2009-02-121-13/+3
* r300-gallium: r300 passthrough shader, static shader objects, and clear code.Corbin Simpson2009-02-121-11/+20
* r300-gallium: Add r300 passthrough shader.Corbin Simpson2009-02-121-14/+49
* r300-gallium: Add r500 passthrough shader assembly.Corbin Simpson2009-02-121-0/+33
* r300: Update to match pipe_surface changes.Corbin Simpson2009-02-081-1/+3
* r300: Add framebuffer setup stub.Corbin Simpson2009-02-051-0/+16
* r300: Split rs_state emit into its own function.Corbin Simpson2009-02-011-9/+20
* r300: set up r5xx fragment shader; clear still brokenJoakim Sindholt2009-02-011-3/+3
* r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson2009-02-011-2/+5
* r300: A handful of thingys.Corbin Simpson2009-02-011-0/+1