summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_surface.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: There is no such thing as "texture stride"Nicolai Hähnle2009-09-121-3/+3
* r300g: Correct scissor setting, subtract 1 from window's width and heightCooper Yuan2009-08-271-3/+3
* r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer2009-08-111-2/+10
* r300g: Emit relocations for pitch registers.Michel Dänzer2009-08-111-3/+5
* r300g: Use radeon compiler for fragment programsNicolai Hähnle2009-07-301-4/+4
* r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-301-2/+2
* r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson2009-07-231-2/+4
* r300-gallium: Unify sampler and texture emit.Corbin Simpson2009-07-081-6/+2
* r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson2009-07-011-16/+17
* r300g: Be more specific on surface_copy fallbacks.Corbin Simpson2009-06-261-1/+1
* r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-261-8/+8
* r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson2009-05-281-6/+15
* r300-gallium: Make surface_copy work, and refactor buffer validation.Corbin Simpson2009-05-201-12/+38
* r300-gallium: Size mismatch.Corbin Simpson2009-05-171-1/+1
* r300-gallium: Clean up more invariant state.Corbin Simpson2009-05-171-4/+6
* r300-gallium: Various cleanups leftover from before.Corbin Simpson2009-05-161-0/+3
* r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.Corbin Simpson2009-05-141-32/+43
* r300-gallium: unbreak buildJoakim Sindholt2009-05-111-1/+1
* r300-gallium: Setup surface in r300_surface_copy.Corbin Simpson2009-05-111-0/+2
* r300-gallium: Cleanup some compile warnings.Corbin Simpson2009-05-111-10/+8
* r300-gallium, radeon-winsys: Space accounting.Corbin Simpson2009-05-011-0/+7
* r300-gallium: Fix surface_copy too.Corbin Simpson2009-04-061-1/+2
* r300-gallium: Properly setup HW/SW TCL controls.Corbin Simpson2009-04-061-1/+2
* r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson2009-04-041-6/+6
* r300-gallium: Add vertex shader for surface_copy.Corbin Simpson2009-04-011-11/+24
* r300-gallium: Moar vert shader emit.Corbin Simpson2009-03-311-14/+4
* r300-gallium: Add vertex shader emit.Corbin Simpson2009-03-311-0/+21
* r300-gallium: RGBA, not ARGB, after all.Corbin Simpson2009-03-301-1/+1
* r300-gallium: Allow surface_fill to clear depth/stencil buffers too.Corbin Simpson2009-03-301-1/+1
* r300-gallium: Emit the "right" sequence of colors.Corbin Simpson2009-03-301-1/+1
* r300-gallium: Handful of small leftovers.Corbin Simpson2009-03-301-1/+3
* r300-gallium: Add some surface_copy.Corbin Simpson2009-03-271-6/+95
* r300-gallium: Simplify/neaten up packet3.Corbin Simpson2009-03-201-2/+2
* r300-gallium: Clean up surface_fill, prep for surface_copy code.Corbin Simpson2009-03-201-67/+54
* r300-gallium: Properly offset scissors.Corbin Simpson2009-03-201-2/+10
* r300-gallium: Move all unsorted state into invariant state.Corbin Simpson2009-03-171-123/+0
* r300-gallium: Emit invariant state, no matter what.Corbin Simpson2009-03-171-2/+0
* r300-gallium: Quick little cleanup of surface_fill state.Corbin Simpson2009-03-171-12/+11
* r300-gallium: r500-fs: Setup immediates.Corbin Simpson2009-03-151-2/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-2/+1
* r300-gallium: Unbreak fallback in surface_fill.Corbin Simpson2009-03-101-6/+3
* r300-gallium: Correct vertex format setup, cleanup regs and debugging.Corbin Simpson2009-03-071-2/+1
* r300-gallium: Move a few registers.Corbin Simpson2009-03-071-12/+8
* r300-gallium: A bit more vertex format fixup.Corbin Simpson2009-03-071-5/+6
* r300-gallium: Remove unknown regs.Corbin Simpson2009-03-061-11/+0
* r300-gallium: Make sure registers are inside BEGIN/END CS.Corbin Simpson2009-03-061-1/+2
* r300-gallium: Separate out fog block.Corbin Simpson2009-03-061-8/+1
* r300-gallium: GA enhancements.Corbin Simpson2009-03-061-2/+1
* r300-gallium: Flat/smooth shading state.Corbin Simpson2009-03-061-2/+1
* r300-gallium: Pick up a few more bits of rs_state.Corbin Simpson2009-03-061-13/+10