- Jan 03, 2005
-
-
Vladimir Dergachev authored
Hook it up, so lesson06 displays red colored textures.
-
- Jan 02, 2005
-
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
I can not trigger any lockups now..
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
The code is still disabled since we are displaying random image data instead of actual texture and because I had to put a sleep(1) in lesson06 drawing loop to prevent lockups.
-
Adam Jackson authored
-
Felix Kühling authored
in every single span function. Instead flush and wait in the SpanRenderStart hook and in wrappers around _swrast_Copy/Draw/ReadPixels. Misc. cleanups in savagespan.c while I'm there.
-
- Jan 01, 2005
-
-
Felix Kühling authored
driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS.
-
Felix Kühling authored
-
Vladimir Dergachev authored
-
- Dec 31, 2004
-
-
Vladimir Dergachev authored
Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like disabling Z offset and scaling displays gears properly, not sure why. Perhaps the meaning of the bits has changed ? Cleanup code a bit.
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
Add texture drawing code. Note: it is broken at the moment and is disabled in CVS. However, all hooks are there. Fix vertex buffer drawing code.
-
- Dec 30, 2004
-
-
Vladimir Dergachev authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
Implement masked clears.
-
Vladimir Dergachev authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
Cleanup code that is not relevant anymore. Play with unknown2 parameter.
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
Add drawing code that uses vertex buffers - does not lockup, but does not draw correctly either.. Perhaps something to do with vertices being overwritten ? Start using hardware state retained by the driver and cut back on direct register writes significantly.
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
-
Vladimir Dergachev authored
Take it outside R300ResetHwState.
-
- Dec 29, 2004
-
-
Keith Whitwell authored
remaining.
-
Keith Whitwell authored
Fix various mishandling of cliprects. Allow multiple primitives to be emitted to a single dma buffer, which was largely impossible previously. Re-enable the fast unclipped render stage.
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
Make sure fallbacks are wrapped by SpanRenderStart/SpanRenderFinish
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
-
Keith Whitwell authored
- Remove via duplicates of shared template files - Update driver to work with current versions of the above - Rework dma accounting - Rework emitting to dma to use a consistent set of macros The handling of cliprects in the driver is still pretty questionable.
-
Vladimir Dergachev authored
-