| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Committing in . | Jouk Jansen | 2005-06-14 | 2 | -3/+11 |
* | fbSwapBuffers needs to return a status | Jon Smirl | 2005-06-13 | 1 | -0/+2 |
* | mingw changes (Nolan Leake) | Brian Paul | 2005-06-13 | 4 | -5/+7 |
* | 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 |
* | remove debug prints | Keith Whitwell | 2005-06-10 | 2 | -4/+0 |
* | be sure we have span texcoords before calling _swrast_texture_span() | Brian Paul | 2005-06-10 | 1 | -2/+2 |
* | pass mask array to PutRowRGB() in simple_z_textured_triangle() | Brian Paul | 2005-06-10 | 1 | -1/+2 |
* | Allow the print opcode to compilemesa_20050610 | Keith Whitwell | 2005-06-10 | 1 | -2/+1 |
* | Fix typo in spot attenuation | Keith Whitwell | 2005-06-10 | 1 | -1/+1 |
* | Correct test for attenuation. | Keith Whitwell | 2005-06-10 | 1 | -12/+12 |
* | remove depend files on clean | Keith Whitwell | 2005-06-10 | 1 | -0/+1 |
* | Fix colormaterial flag calculations. | Keith Whitwell | 2005-06-10 | 1 | -17/+30 |
* | Add notes about intended precision of opcodes. | Keith Whitwell | 2005-06-10 | 1 | -38/+46 |
* | Fix a couple of buglets | Keith Whitwell | 2005-06-09 | 1 | -8/+9 |
* | Another typo | Keith Whitwell | 2005-06-09 | 1 | -1/+1 |
* | Further clean up RoughApproxPow2 and disable the optimized version -- | Keith Whitwell | 2005-06-09 | 1 | -8/+9 |
* | Fix typo in RoughApproxPow2 | Keith Whitwell | 2005-06-09 | 1 | -1/+5 |
* | Store compiled vertex program representations in a pointer in the | Keith Whitwell | 2005-06-09 | 12 | -79/+121 |
* | Build vertex programs using state from a 'state key' struct which is | Keith Whitwell | 2005-06-09 | 1 | -153/+364 |
* | Turn off debug | Keith Whitwell | 2005-06-08 | 2 | -5/+7 |
* | Add t_vb_arbprogram_sse.c | Keith Whitwell | 2005-06-08 | 1 | -0/+1 |
* | Runtime generate sse/sse2 code for some vertex programs. Experimental | Keith Whitwell | 2005-06-08 | 3 | -79/+973 |
* | Turn off DISASSEM | Keith Whitwell | 2005-06-08 | 1 | -1/+1 |
* | New arguments for sse_shufps() | Keith Whitwell | 2005-06-08 | 1 | -14/+14 |
* | Use ALIGN_MALLOC for parameter lists. | Keith Whitwell | 2005-06-08 | 1 | -6/+13 |
* | Add some more opcodes | Keith Whitwell | 2005-06-08 | 2 | -160/+149 |
* | - Secondary colour | Ben Skeggs | 2005-06-08 | 5 | -31/+64 |
* | regenerated | Brian Paul | 2005-06-08 | 1 | -0/+2 |
* | put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -6/+2 |
* | remove stray line | Brian Paul | 2005-06-08 | 1 | -1/+0 |
* | Remove ARL opcode from interpreter. | Keith Whitwell | 2005-06-08 | 1 | -192/+38 |
* | new file | Keith Whitwell | 2005-06-08 | 1 | -0/+178 |
* | regenerate for latest glext.h | Brian Paul | 2005-06-08 | 1 | -0/+19 |
* | 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 |
* | updates from Paul Garceau | Daniel Borca | 2005-06-07 | 1 | -89/+90 |
* | added GL libs to APP_LIB_DEPS (bug 3485) | Brian Paul | 2005-06-07 | 1 | -1/+1 |
* | fix error in OSMESA_LIB_NAME line | Brian Paul | 2005-06-07 | 1 | -1/+1 |
* | fix GL_ALPHA render-to-texture problem (Jon Smirl) | Brian Paul | 2005-06-07 | 2 | -0/+7 |
* | Initialize some variables. | Keith Whitwell | 2005-06-07 | 1 | -9/+8 |
* | Add new runtime assembly files. | Keith Whitwell | 2005-06-07 | 1 | -0/+1 |
* | Split out runtime assembly functions. | Keith Whitwell | 2005-06-07 | 1 | -723/+126 |
* | New files - split off runtime assembly functions from | Keith Whitwell | 2005-06-07 | 2 | -0/+810 |
* | Simplify interpreted language: | Keith Whitwell | 2005-06-07 | 1 | -625/+581 |
* | Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to | Keith Whitwell | 2005-06-07 | 1 | -1/+3 |
* | updates from Paul Garceau | Daniel Borca | 2005-06-07 | 1 | -81/+89 |
* | Add SetBuffer to egl driver too | Jon Smirl | 2005-06-07 | 2 | -1/+4 |