summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Collapse)AuthorAgeFilesLines
* r300-gallium: r500-fs: Properly set up TEX/OUT.Corbin Simpson2009-03-171-4/+14
|
* r300-gallium: r500-fs: Texture insts, ABS, moar comments.Corbin Simpson2009-03-171-28/+66
|
* r300-gallium: Clean up some code, un-special-case scalar ops.Corbin Simpson2009-03-171-42/+31
|
* r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB.Corbin Simpson2009-03-172-37/+44
| | | | Also a fair amount of cleanup.
* r300-gallium: Fix relocation for textures.Corbin Simpson2009-03-171-2/+2
| | | | This keeps texture emit from invalidating CS.
* r300-gallium: r500-fs: Add ABS.Corbin Simpson2009-03-161-0/+13
|
* r300-gallium: r500-fs: Clamp only when saturation flags are set.Corbin Simpson2009-03-161-3/+7
|
* r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff.Corbin Simpson2009-03-161-1/+23
|
* r300-gallium: Cleanup a few things.Corbin Simpson2009-03-161-7/+10
|
* r300-gallium: r500-fs: MUL.Corbin Simpson2009-03-162-0/+30
|
* r300-gallium: r500-fs: Stub out the simple scalar ops.Corbin Simpson2009-03-161-5/+34
| | | | COS, SIN, and CSC are not simple.
* r300-gallium: r500-fs: Add DPH.Corbin Simpson2009-03-161-1/+12
|
* r300-gallium: r500-fs: Add dot products.Corbin Simpson2009-03-161-27/+79
| | | | We're cookin' now.
* r300-gallium: r500-fs: Actually handle consts and imms correctly.Corbin Simpson2009-03-162-11/+67
| | | | This makes mad.txt draw correctly. Yay!
* r300-gallium: Emit constants as floats, not uints.Corbin Simpson2009-03-161-4/+4
|
* r300-gallium: Fix vertex memory offsets.Corbin Simpson2009-03-151-5/+4
| | | | Wow, I must have been asleep when I made that mistake.
* r300-gallium: r500-fs: Setup immediates.Corbin Simpson2009-03-155-8/+57
| | | | Textures still not working. RS block shenanigans expected.
* r300-gallium: Actually set stride when creating textures.Corbin Simpson2009-03-151-0/+4
| | | | Duh.
* r300-gallium: r500-fs: Add writemasks and some flexibility for MOV/SWZ.Corbin Simpson2009-03-152-5/+25
|
* r300-gallium: Always rasterize at least one color.Corbin Simpson2009-03-151-0/+8
|
* r300-gallium: Fix spacing.Corbin Simpson2009-03-151-3/+3
| | | | It was driving me crazy.
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-2/+1
| | | | | | | I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me.
* r300-gallium: Don't flush textures more than necessary.Corbin Simpson2009-03-111-2/+7
|
* r300-gallium: Fix texture filters.Corbin Simpson2009-03-111-3/+12
|
* r300-gallium: r500-fs: More texture fixes.Corbin Simpson2009-03-113-17/+30
|
* r300-gallium: r500-fs: Add shader dumper and more tex work.Corbin Simpson2009-03-115-13/+335
|
* r300-gallium: Fix CS count for texture emit.Corbin Simpson2009-03-111-1/+1
|
* r300-gallium: r500-fs: Add SWZ.Corbin Simpson2009-03-111-11/+32
|
* r300-gallium: Fix CS count in fb state emit.Corbin Simpson2009-03-111-1/+1
|
* r300-gallium: Start swizzles.Corbin Simpson2009-03-112-7/+43
|
* r300-gallium: Begin R500 fragment shader assembler.Corbin Simpson2009-03-112-3/+144
| | | | I love it so much. I also hate it a lot.
* r300-gallium: Initial, broken, query setup.Corbin Simpson2009-03-106-2/+120
| | | | Not going to bother unbreaking it here until it's unbroken elsewhere.
* r300-gallium: Unbreak fallback in surface_fill.Corbin Simpson2009-03-101-6/+3
|
* r300-gallium: Fix a handful of compiler warnings.Corbin Simpson2009-03-103-2/+17
| | | | Missing INLINE, missing declarations, extraneous definitions. The usual.
* r300-gallium: First stab at texture support.Corbin Simpson2009-03-104-4/+87
|
* r300-gallium: Moar fixes in the register file.Corbin Simpson2009-03-101-6/+9
| | | | Sorry, but it's confusing when format0 in r300_reg != format0 in the docs.
* r300-gallium: Unbreak trivial/point.Corbin Simpson2009-03-081-2/+0
| | | | | | Oops, forgot to remove that. Edit: And trivial/line and trivial/tri.
* r300-gallium: Correct vertex format setup, cleanup regs and debugging.Corbin Simpson2009-03-074-17/+13
| | | | trivial/point no longer hardlocks.
* r300-gallium: Clean up RS.Corbin Simpson2009-03-072-14/+56
| | | | Wow, there were buggies by the boatload in there.
* r300-gallium: Move a few registers.Corbin Simpson2009-03-072-15/+17
| | | | These shouldn't be written if not on TCL HW.
* r300-gallium: Typo in assert.Corbin Simpson2009-03-071-1/+1
|
* r300-gallium: Emit vertex size.Corbin Simpson2009-03-071-1/+3
| | | | Not actually going to make a difference right now, but might as well.
* r300-gallium: A bit more vertex format fixup.Corbin Simpson2009-03-075-54/+57
|
* r300-gallium: Fix masking on vertex formats.Corbin Simpson2009-03-061-2/+2
| | | | Gah, what a simple yet terrible mistake.
* r300-gallium: Remove unknown regs.Corbin Simpson2009-03-061-11/+0
| | | | Leftovers from fglrx traces, probably.
* r300-gallium: Actually do framebuffer setup.Corbin Simpson2009-03-061-1/+6
| | | | Can't believe this wasn't wired up.
* 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-062-9/+9
| | | | We'll never actually use fog block. (I hope.)
* r300-gallium: GA enhancements.Corbin Simpson2009-03-062-3/+14
| | | | Basically an errata fixup register.
* r300-gallium: Flat/smooth shading state.Corbin Simpson2009-03-066-17/+32
|