- Dec 30, 2004
-
-
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
-
Vladimir Dergachev authored
Glxgears displays "rotating" gears, all in the same place (no transform mode, remember ?) Work needs to be done to understand how to have glxgears working properly.
-
Vladimir Dergachev authored
New capabilities: using vertex buffers, immediate vertex data, immediate indices.
-
- Dec 27, 2004
-
-
Vladimir Dergachev authored
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
-
Adam Jackson authored
Smoky the bear says: Only you can prevent bitrot.
-
Adam Jackson authored
-
Vladimir Dergachev authored
-
Ian Romanick authored
for determining when extra data needed to be read after a reply (to ensure 4-byte alignment) and the logic to determine whether or not to read reply data after the SingleReply packet were both slightly wrong.
-
- Dec 26, 2004
-
-
Vladimir Dergachev authored
Expose primitive types being rendered, in preparation to implement fixed pipeline primitive drawing. Note: these are only visible when export LIBGL_DEBUG=verbose is specified.
-
Vladimir Dergachev authored
-
- Dec 24, 2004
-
-
Adam Jackson authored
- Added Makefile - Deleted references to old headers - Added prototypes all over the place - Lots of type updates (drmHandle -> drm_handle_t etc.) - Added __driCreateNewScreen(), deleted __driCreateScreen() - Fixed context creation to match other drivers - Fixed various bitfield names - Bumped driver date Still nowhere close to usable, the DDX isn't DRI-aware and there's no DRM.
-
- Dec 23, 2004
-
-
Felix Kühling authored
-
Keith Whitwell authored
back to using the shared template files.
-
Keith Whitwell authored
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests.
-
- Dec 22, 2004
-
-
Keith Whitwell authored
-