| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated the driver to the new VIA security mechanisms in DRM. All command
submissions now passes through DRM ioctls. If the DRM AGP ring-buffer is
not enabled, it will use a DRM mechanism for submitting commands to the
hardware via a PCI bus mechanism.
Removed all direct write accesses to the hardware. Among other things the
VQ was previously turned off for the PCI path, apparently for Tuxracer.
That seemed unneeded and was removed. No visible impact on Tuxracer.
Abstracted all buffer blit operations in via_ioctl.c. The blitter context
is now reprogrammed before each blitting operation.
Updated driver date and drm version requirement.
(Bugzilla Bug #1950, Thomas Hellstr�m)
|
|
|
|
|
|
| |
Stop the driver from giving empty texture levels with erroneous HW addresses
to the hardware. These will get caught and rejected in the DRM command
verifier.
|
|
|
|
|
|
|
|
| |
Fixed an apparent race condition during locking and drawable info updating,
the result of which was the DRI client leaving traces on the screen rendering
where the drawable previously had been.
If the driver hangs X for a second or so and then restarts, this is probably
the place to look. (Thomas Hellstr�m)
|
|
|
|
|
| |
Check for texture allocation failure (Bugzilla #1633, Bartlomiej Krol)
Reenabled AGP textures (Thomas Hellstr�m)
|
|
|
|
| |
supported so far.
|
|
|
|
| |
instead of GL_REPEAT.
|
|
|
|
|
| |
misplaced in savageDDInitState_s3d, where was overwriting completely
unrelated S3D registers with garbage.
|
|
|
|
|
| |
belongs. Removed some obviously useless code. Fixed computation of
MaxTextureLevels.
|
| |
|
|
|
|
| |
[Freedesktop BUG 2080]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Make sure symlinks are built in driver directories before running makedepend.
|
| |
|
| |
|
|
|
|
| |
fast z clear and z buffer compression are supported for now, hierarchical-z is not. Still problems with multiple apps and z/stencil readback, which is why hyperz is disabled per default. Also add the new point sprite packet drm 1.13 accepts to the sanity code.
|
|
|
|
|
|
|
|
| |
- Remove the -Y option for makedepend, so that the standard
directories are searched
- No longer pipe the multiple errors that the -Y option caused
into /dev/null -- we want to know about these failures.
- Fix up a few other misc makedepend failures.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Attached is a patch that adds pci init code for mesa solo on radeon. It's been
tested on an itanium 2 with a radeon 7000 and it works here.
The patch adds a new field in the miniglx.conf config file, to choose between
pci and agp.
|
|
|
|
| |
(https://bugs.freedesktop.org/show_bug.cgi?id=2010). Should now work up to 2047, which is the current limit for 3d rendering.
|
|
|
|
| |
since yuv textures do not work for some reason on the other chips.
|
|
|
|
| |
original radeons which have some broken stencil ops.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA()
if necessary.
Cleaned up code related to GLframebuffer width/height initialization.
Set initial viewport/scissor params in _mesa_make_current2(), instead of
in the drivers' MakeCurrent functions.
|
| |
|
|
|
|
| |
since they'll get reduced to quads sometimes if hw quads are enabled. But this needs more thought, since it looks like clipped primitives will always be emitted as polys, so the reduced primitives for triangles, quads, quads_strips, polys all need to be the same, otherwise get lockups with for instance the olympic test. Render templates would probably need to be changed for this to work.
|
| |
|
|
|
|
| |
hopefully fixes lockups (?) (from r200 driver)
|
|
|
|
|
|
|
|
|
|
| |
emitted, that clear would
happen before any state had been set, causing a hang later on. Fix this by
calling radeonFlush instead of FIREVERTICES (which checks if any state has been
emitted but not flushed, before calling Flush) in radeonClear. While here, add
some more debugging info which was useful, and remove an unnecessary
save/restore in BackUpAndEmit.
|
| |
|
|
|
|
|
| |
and enable hardware quads on r200 and radeon. samples/prim renders quads
correctly now.
|
|
|
|
|
|
|
| |
and ignored for 1D and 2D images.
Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function.
This change gets propogated to some other routines.
Also added new _mesa_image_address[123]d() convenience functions.
|
| |
|
|
|
|
| |
fog coords (it seems the chip cannot do fog factor computation when not using fragment depth as fog coord source). vtxfmt uses fallback for now (most code present but some magic would be needed if replaying vertices is necessary later on).
|
| |
|
|
|
|
|
| |
- Install custom (though inactive) pipeline
- Track depth test and culling state in hardware registers
|
| |
|
| |
|
|
|
|
|
| |
export it via glXGetProcAddress. These are not supported anymore, so print
an error message to that effect.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|