summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-13Add DEBUG_RENDER flagKeith Whitwell2-2/+2
2007-05-13Disable apparently bogus check on ColorDrawMask.Keith Whitwell1-5/+24
2007-05-13Add an MI_FLUSH whenever emitting static stateKeith Whitwell1-0/+6
2007-05-13Rename quads->noop, trim primitives to legal lengthsKeith Whitwell3-99/+122
2007-05-13i915tex: Fix up intel_state_draw.c to match rest of clip code reorganization.Michel Dänzer1-3/+3
2007-05-12Sort source filesKeith Whitwell1-32/+32
2007-05-12Pull the device-independent clip code up to this level.Keith Whitwell33-600/+601
2007-05-12copyright noticeskeithw4-112/+115
2007-05-12Remove debug, fix up culling for swz trianglesKeith Whitwell7-69/+123
2007-05-12A couple more flushes transition to intel_frame*Keith Whitwell2-6/+1
2007-05-12Call intel_frame_flush_and_restart when out of indirect space.Keith Whitwell1-2/+3
2007-05-12minor bugfixesKeith Whitwell3-6/+8
2007-05-12i915tex: Fix vsync with SWZ.Michel Dänzer1-0/+1
2007-05-12i915tex: Only use PRIV1 memory for indirect state when necessary.Michel Dänzer1-9/+17
2007-05-12i915tex: Make batchbuffer handling more symmetric wrt indirect state pool.Michel Dänzer1-31/+15
2007-05-12BugfixesKeith Whitwell1-14/+0
2007-05-12Properly y-invert clear regions.Keith Whitwell1-7/+18
2007-05-12Logic errors calculating depth clear value.Keith Whitwell1-5/+9
2007-05-12Make sure state tracker knows we've changed FragmentProgram->_CurrentKeith Whitwell1-0/+3
2007-05-12Fix vertex positions for clear_with_tris.Keith Whitwell1-12/+16
2007-05-12Don't call DepthRange callback, it's NULL.Keith Whitwell1-2/+5
2007-05-12More checks for ctx->DrawBuffer == NULLKeith Whitwell2-19/+27
2007-05-12Make sure statechanges set intel->state.dirty.intel.Keith Whitwell1-15/+22
2007-05-12Add guards for ctx->DrawBuffer == NULLKeith Whitwell2-3/+8
2007-05-12Fix packet length for BF stencilKeith Whitwell1-1/+1
2007-05-12i915tex: Grow array of relocations dynamically.Michel Dänzer3-20/+28
2007-05-12Move all the hwz stuff to 'postpone', add new bugs.Keith Whitwell1-16/+25
2007-05-11Fix a couple of bugs with polygon stipple and fallbacks.Keith Whitwell4-6/+9
2007-05-11Add a glClear to make this look less like a driver bug.Keith Whitwell1-0/+1
2007-05-11Fix off-by-one-dword in dynamic state emit.Keith Whitwell1-9/+19
2007-05-11More indirect debug improvementsKeith Whitwell1-6/+6
2007-05-11Avoid trying to emit empty indirect states on bin wrap.Keith Whitwell3-5/+16
2007-05-11Print prim name for variable length prims too.Keith Whitwell1-17/+22
2007-05-11Improve indirect/immediate state debugKeith Whitwell4-282/+402
2007-05-11Correct assertKeith Whitwell1-1/+1
2007-05-11Updates to bug listKeith Whitwell1-10/+4
2007-05-11Make swz prim handling more like similar code elsewhere.Keith Whitwell2-266/+158
2007-05-11make tristrip parity issues more obviouskeithw1-2/+13
2007-05-11Hardware polygon offsetKeith Whitwell3-8/+13
2007-05-11i915tex: Request HWZ render sub-ioctl to wait for pending flips when necessary.Michel Dänzer3-13/+16
2007-05-10i915tex: Simplify tiling check for HWZ.Michel Dänzer2-14/+7
2007-05-10Merge remote branch 'tg/i915tex-zone-rendering' into i915tex-zone-renderingMichel Dänzer5-29/+78
2007-05-10i915tex: Adapt to DRM interface changes for cliprect handling with HWZ.Michel Dänzer3-20/+7
2007-05-10Lots of fixes to avoid overruning the end of a zone. Quake3 runs!Keith Whitwell3-11/+52
2007-05-10Set max relocs stupidly large (40,000) until we make it dynamicKeith Whitwell1-1/+1
2007-05-10When re-emitting original state, use the original state, not current.Keith Whitwell2-4/+12
2007-05-10Try to avoid zone rendering to non-tiled surfacesKeith Whitwell1-13/+13
2007-05-10Don't set FAST_TILEX after all, plus don't do an MI_FLUSH per bin.Keith Whitwell1-8/+9
2007-05-10Set bit 9 (fast tilex alloc) in cachemode0Keith Whitwell1-0/+6
2007-05-10Dump inline vertex data as floats as well as integers.Keith Whitwell2-6/+43