Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PCI ID for R420 JI. | Nicolai Haehnle | 2005-06-21 | 1 | -0/+2 |
| | | | | | | | The driver appears to work reliably (i.e. lockup-free) with a card based on this chip. However, I have not explored whether we could get anything in terms of 3D performance "for free" just by setting some magic bits in those registers that are still a mystery to us. | ||||
* | r300 driver side of color tiling support. | Aapo Tahkola | 2005-06-21 | 3 | -2/+8 |
| | |||||
* | Make sure texture base addresses are used correctly. | Nicolai Haehnle | 2005-06-21 | 2 | -2/+2 |
| | | | | | | They are relative to the card's address space, not relative to fbLocation, which will be important once we program MC_FB/AGP_LOCATION in the way they are programmed on older Radeon chips. | ||||
* | DirectFB updates (Claudio Ciccani) | Brian Paul | 2005-06-20 | 2 | -131/+155 |
| | |||||
* | Fix gloss breakage when using hw tnl. | Aapo Tahkola | 2005-06-16 | 2 | -1/+21 |
| | |||||
* | Use depth tiling. | Aapo Tahkola | 2005-06-16 | 2 | -7/+28 |
| | |||||
* | Support 16-bit modes. | Aapo Tahkola | 2005-06-16 | 3 | -7/+21 |
| | |||||
* | Fix problems with elts when immediate mode is on. | Aapo Tahkola | 2005-06-16 | 1 | -9/+9 |
| | |||||
* | Turn off VBO's. | Aapo Tahkola | 2005-06-16 | 1 | -3/+27 |
| | |||||
* | lost_context never gets reset. | Aapo Tahkola | 2005-06-16 | 1 | -2/+3 |
| | |||||
* | Fix linux-solo build for mga check-in | Jon Smirl | 2005-06-16 | 1 | -0/+1 |
| | |||||
* | Adds support for MGA DRM version 3.2. | Ian Romanick | 2005-06-14 | 4 | -73/+134 |
| | | | | | | | | | | | | | | | This patch makes use of two of the new ioctls added in MGA DRM version 3.2. Specifically, the DRM_MGA_SET_FENCE and DRM_MGA_WAIT_FENCE ioctls are used in mgaWaitForFrameCompletion. As a result the MMIO register region and the primary DMA region are *not* mapped (if DRM 3.2 is available). This patch does *not* make use of the new get_param query was added to differentiate between G4x0 cards and G550 cards. That is left to a future update. Xorg bug: 3259 Reviewed by: Eric Anholt | ||||
* | fbSwapBuffers needs to return a status | Jon Smirl | 2005-06-13 | 1 | -0/+2 |
| | |||||
* | mingw changes (Nolan Leake) | Brian Paul | 2005-06-13 | 3 | -5/+4 |
| | |||||
* | Fixed typos. | Vladimir Dergachev | 2005-06-12 | 1 | -2/+2 |
| | |||||
* | Add definition for memory controller latency registers.. | Vladimir Dergachev | 2005-06-10 | 1 | -0/+21 |
| | |||||
* | - Secondary colour | Ben Skeggs | 2005-06-08 | 5 | -31/+64 |
| | | | | - Calculate tc_count in EmitArrays (enabled units != nr texcoords). | ||||
* | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -2/+2 |
| | |||||
* | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -17/+20 |
| | |||||
* | Add SetBuffer to egl driver too | Jon Smirl | 2005-06-07 | 2 | -1/+4 |
| | |||||
* | Add a NULL SetBuffer function to the fbdev driver | Jon Smirl | 2005-06-06 | 1 | -0/+8 |
| | |||||
* | TEX to output | Ben Skeggs | 2005-06-06 | 1 | -6/+45 |
| | |||||
* | Fix xyz/w interaction (needs a cleanup still..) | Ben Skeggs | 2005-06-05 | 2 | -117/+128 |
| | | | | | Use SRC0A instead of WZY/XXX combination for W in XYZ positions. Remove dodgy hack from POW opcode, now works correctly without it | ||||
* | added comment | Brian Paul | 2005-06-04 | 1 | -0/+2 |
| | |||||
* | oops, undo previous change | Brian Paul | 2005-06-02 | 2 | -8/+2 |
| | |||||
* | start removing old (pre-renderbuffer) span code | Brian Paul | 2005-06-02 | 6 | -175/+10 |
| | |||||
* | Move fallback and other debugging under TDFX_DEBUG using the same mechanism | Eric Anholt | 2005-06-01 | 4 | -28/+20 |
| | | | | as other drivers. | ||||
* | Add no_rast option. | Eric Anholt | 2005-06-01 | 5 | -10/+43 |
| | |||||
* | Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 instead | Eric Anholt | 2005-06-01 | 1 | -1/+1 |
| | | | | of GL_RGBA in driNewRenderbuffer of the backbuffer. | ||||
* | Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more | Eric Anholt | 2005-05-31 | 1 | -2/+1 |
| | | | | than it helps, and we seem to have a handle on how to fix it. | ||||
* | Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics) | Alan Hourihane | 2005-05-31 | 4 | -2/+207 |
| | |||||
* | Causes lockups on some rare cases. | Aapo Tahkola | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | Pull locking out of HW_LOCK/UNLOCK and into SpanRenderStart/Finish. Also do | Eric Anholt | 2005-05-31 | 2 | -29/+22 |
| | | | | | some cleanups on the span macros. This does not deal with the brokenness of depth spans, but makes the code more readable. | ||||
* | Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and | Eric Anholt | 2005-05-31 | 3 | -12/+8 |
| | | | | | remove those descriptions and the corresponding bits on r200, where they're no longer used. | ||||
* | Remove unused CTX_ARG2 define. | Eric Anholt | 2005-05-31 | 3 | -3/+0 |
| | |||||
* | Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cuts | Eric Anholt | 2005-05-31 | 3 | -410/+220 |
| | | | | | | | | | about 200 lines from the code and 25k from the binary, while matching other drivers more closely. In the worst case (tcl_mode=0) it appears to have a performance cost of 4.4% +/- 0.3% on quake3 (800x600 demofours, 1ghz p3, rv200). Tested on ut2004, ut, q3, projtex. Submitted by: Andreas Stenglein <[email protected]> | ||||
* | Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) and | Eric Anholt | 2005-05-31 | 3 | -10/+39 |
| | | | | | | add pretty descriptions of the bits. GC one of the bits that was unused. Also, now only the first thing triggering a fallback and the last thing requiring one do the debug output. This also matches other drivers. | ||||
* | Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides a | Eric Anholt | 2005-05-30 | 1 | -6/+18 |
| | | | | | factor of 5+ improvement in no_rast glxgears and 2.3 in no_rast quake3 (n=1, 320x240, 16bpp, low qualities, 1ghz p3) | ||||
* | Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH. | Eric Anholt | 2005-05-30 | 1 | -63/+18 |
| | | | | | Convert to spantmp2.h while I'm here. Tested with 16 and 32bpp no_rast glxgears. | ||||
* | Add the no_rast debug option to mach64. It shows that software fallbacks are | Eric Anholt | 2005-05-30 | 4 | -6/+11 |
| | | | | pretty broken. | ||||
* | Pull hardware locking out into SpanRenderStart/Finish rather than | Eric Anholt | 2005-05-30 | 1 | -10/+20 |
| | | | | | | HW_LOCK/UNLOCK. Provides a 61% performance improvement in no_rast=true quake3 (n=2, 320x240, 16bpp, p4 1ghz), and a factor of 3 improvement in no_rast glxgears. | ||||
* | Add the description of the no_rast option fallback so that MGA_DEBUG=fall | Eric Anholt | 2005-05-30 | 1 | -1/+2 |
| | | | | doesn't segfault with no_rast. | ||||
* | Add the no_rast debug option, which I used in some testing. | Eric Anholt | 2005-05-30 | 2 | -1/+10 |
| | |||||
* | Remove unused CTX_ARG2. | Eric Anholt | 2005-05-30 | 1 | -1/+0 |
| | |||||
* | Put some fallback debugging output under DEBUG_FALLBACKS. | Eric Anholt | 2005-05-28 | 1 | -2/+4 |
| | |||||
* | Add a missing EnsureCmdBufSpace, matching r200. | Eric Anholt | 2005-05-28 | 1 | -0/+4 |
| | |||||
* | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | 2005-05-28 | 1 | -1/+1 |
| | | | | | EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES. | ||||
* | Some fixes | Jerome Glisse | 2005-05-28 | 1 | -1/+1 |
| | |||||
* | Up MAX_AOS_ARRAYS to 16. Do we need more? | Ben Skeggs | 2005-05-28 | 2 | -1/+9 |
| | |||||
* | Play with swizzling a bit. | Ben Skeggs | 2005-05-28 | 2 | -39/+36 |
| |