summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state_invariant.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-191-3/+1
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-191-1/+1
* r300g: fix the CS size when emitting invariant stateMarek Olšák2010-01-171-1/+2
* r300g: emit blend LTE/GTE thresholds on >=RV350Marek Olšák2010-01-121-1/+3
* r300g: fix outputting depth in the FSMarek Olšák2010-01-061-3/+1
* r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák2010-01-061-2/+2
* r300g: clean up the invariant stateMarek Olšák2009-12-151-10/+3
* r300g: clamp vertex indices to [min,max] everywhereMarek Olšák2009-12-151-4/+1
* r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák2009-12-151-2/+1
* r300g: remove variant states from emit_state_invariantMarek Olšák2009-11-201-3/+1
* r300g: add polygon modeMarek Olšák2009-11-041-2/+1
* r300g: add color channel maskingMarek Olšák2009-11-041-2/+1
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+4
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-0/+6
* r300g: specify point/line/triangle have stuffed texture coordCooper Yuan2009-09-031-1/+3
* r300g: Knock out another fragment of invariant state.Corbin Simpson2009-08-071-8/+3
* r300g: Guard R500 register writes by is_r500 check.Michel Dänzer2009-07-201-3/+5
* r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson2009-07-081-6/+1
* r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson2009-07-081-4/+7
* r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson2009-06-081-1/+1
* r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson2009-06-051-3/+1
* r300-gallium: Fix (another) wrong value in MSPOS.Corbin Simpson2009-05-181-1/+1
* r300-gallium: Don't set GB_TILE_CONFIG (in userspace.)Corbin Simpson2009-05-171-4/+1
* r300-gallium: Clean up more invariant state.Corbin Simpson2009-05-171-20/+7
* r300-gallium: Correct default MSPOS.Corbin Simpson2009-05-171-2/+2
* r300-gallium: Moar vert shader emit.Corbin Simpson2009-03-311-1/+1
* r300-gallium: Add vertex shader emit.Corbin Simpson2009-03-311-28/+0
* r300-gallium: Handful of small leftovers.Corbin Simpson2009-03-301-1/+1
* r300-gallium: Add some surface_copy.Corbin Simpson2009-03-271-17/+0
* r300-gallium: A bit more invariant state.Corbin Simpson2009-03-201-16/+18
* r300-gallium: Emit viewport state.Corbin Simpson2009-03-181-1/+1
* r300-gallium: Move all unsorted state into invariant state.Corbin Simpson2009-03-171-0/+124
* r300-gallium: Move a few registers.Corbin Simpson2009-03-071-3/+9
* r300-gallium: Separate out fog block.Corbin Simpson2009-03-061-1/+8
* r300-gallium: GA enhancements.Corbin Simpson2009-03-061-1/+13
* r300-gallium: Split off invariant state.Corbin Simpson2009-03-011-0/+54