Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-05 | make alloc-dma functions inline, rearrange some debug | Keith Whitwell | |
2005-01-05 | Avoid a segfault in multiarb.c | Keith Whitwell | |
2005-01-05 | Bring VIA driver up-to-date with regard to drm_*_t changes and remove | Alan Hourihane | |
the xf86drmVIA.[ch] files. Bring in the IRQ handler and Ring buffer code, but ring buffer is disabled as it is with the Xserver. It certainly locks up the CLE266. | |||
2005-01-04 | Add GL_EXT_fog_coord | Keith Whitwell | |
2005-01-04 | Add GL_EXT_secondary_color | Keith Whitwell | |
2005-01-04 | Turn specular lighting state on/off appropriately. | Keith Whitwell | |
2005-01-04 | Change to use the t_vertex.c mechanisms for building vertices, | Keith Whitwell | |
including Felix's ptex code. Re-enable some assembly for performance. | |||
2004-12-30 | Get scissor test working again. Passes glean scissor test. | Keith Whitwell | |
2004-12-30 | Calculate DEPTH_SCALE correctly for polygon offset. | Keith Whitwell | |
2004-12-30 | Simplify viaBlit a bit more. | Keith Whitwell | |
Implement masked clears. | |||
2004-12-30 | Initialize depth pointer correctly. | Keith Whitwell | |
2004-12-30 | Don't need to adjust for drawXoff in fallback clipping. | Keith Whitwell | |
2004-12-30 | fix regression with fallbacks from recent commits | Keith Whitwell | |
2004-12-30 | Fix MagFilter state for texunit 0 | Keith Whitwell | |
2004-12-29 | Fix some wrapping bugs in the last commit. Probably there are more | Keith Whitwell | |
remaining. | |||
2004-12-29 | Simplfy clear() and swapbuffers() code. | Keith Whitwell | |
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. | |||
2004-12-29 | Don't advertise wide lines or points. | Keith Whitwell | |
2004-12-29 | Make line stipple a fallback. | Keith Whitwell | |
Make sure fallbacks are wrapped by SpanRenderStart/SpanRenderFinish | |||
2004-12-29 | Don't pingpong cliprects through sarea on CopyBuffer(). | Keith Whitwell | |
2004-12-29 | Fallback on 3d textures correctly. | Keith Whitwell | |
2004-12-29 | Get twoside-lit triangles working again | Keith Whitwell | |
2004-12-29 | Large update | Keith Whitwell | |
- 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. | |||
2004-12-23 | Remove the VIA_PERFORMANCE code. A step towards moving the driver | Keith Whitwell | |
back to using the shared template files. | |||
2004-12-23 | Chop out more dead code. | Keith Whitwell | |
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests. | |||
2004-12-22 | Fix merge error. | Keith Whitwell | |
2004-12-22 | Remove dead code. | Keith Whitwell | |
Fix 24/8 depth/stencil visuals. | |||
2004-12-21 | Remove debug code which referenced an old global variable. | Keith Whitwell | |
2004-12-21 | Push a number of global variables into the viaContext struct. | Keith Whitwell | |
Remove the bogus 'current_vmesa' pointer. | |||
2004-12-21 | Note that state is dirty on contended lock. Allows two applications | Keith Whitwell | |
to run together correctly, though scheduling between them still isn't great. | |||
2004-12-21 | Add missing swap-control calculations. | Keith Whitwell | |
Remove debug printf. | |||
2004-12-21 | Add vsync swapbuffers. This waits on the irq so gears run in this mode | Keith Whitwell | |
will have a very low cpu utilization (and also a very low framerate). Fix up the pageflipping code. This works now but is totally oblivious to the X server (ie. it works but it's broken). Turned off by a #define. | |||
2004-12-20 | Remove #ifdef DEBUG's in code, but still allow compiler to remove debug | Keith Whitwell | |
code if DEBUG not defined. | |||
2004-12-18 | Unichrome DRI driver: | Thomas Hellström | |
Fix for proplem where polygons partly outside the drawing window would get one vertex clamped to the opposite window side. This bug could also cause a hardlock. (Bugzilla #2066, Yann Vernier) | |||
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson | |
2004-12-15 | Unichrome DRI: | Thomas Hellström | |
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) | |||
2004-12-15 | Unichrome DRI: | 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. | |||
2004-12-15 | Unichrome DRI: | Thomas Hellström | |
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) | |||
2004-12-15 | Unichrome DRI driver: | Thomas Hellström | |
Check for texture allocation failure (Bugzilla #1633, Bartlomiej Krol) Reenabled AGP textures (Thomas Hellström) | |||
2004-12-15 | Add _mesa_delete_texture_object() call to viaDeleteTexture | Keith Whitwell | |
[Freedesktop BUG 2080] | |||
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-12-12 | fix recursion problem introduced on Nov 27 | Brian Paul | |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | |
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. | |||
2004-11-25 | Update expected DRM version to 2.0.0 | Keith Whitwell | |
2004-10-14 | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick | |
(and DrawPixels). The R200, R128, and Unichrome drivers get support in this commit. Other drivers would be easy enough to add for people that have the cards. The DRI (CVS) build will need to be updated to account for the new source files. | |||
2004-10-13 | Added some documentation that I managed to figure out through | Ian Romanick | |
experimentation. | |||
2004-10-13 | Make the GL_RENDERER string include the actual chipset information | Ian Romanick | |
instead of always saying "CLE266". | |||
2004-10-08 | Massively cleaned up the code that calculates front/back/depth buffer | Ian Romanick | |
pitch and size. Cut out a bunch of dead code. This fixes bugzilla #1555. | |||
2004-10-04 | Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits. | Ian Romanick | |
This fixes bugzilla #1511. | |||
2004-10-04 | The alpha post-scale and the RGB post-scale were mistakenly reversed. | Ian Romanick | |
2004-10-02 | fix _DrawDestMask[0][0] typos | Brian Paul | |