Age | Commit message (Expand) | Author | Files | Lines |
2005-01-26 | Fix flag for anti-aliased points | Alan Hourihane | 1 | -21/+8 |
2005-01-26 | Support texture borders & lodbias (although lodbias needs a little more work) | Alan Hourihane | 3 | -29/+59 |
2005-01-25 | Add a fast-path for storing GL_RGB/GL_UNSIGNED_BYTE little endian | Keith Whitwell | 1 | -0/+34 |
2005-01-25 | consolidate min/mag filter setup | Alan Hourihane | 1 | -101/+59 |
2005-01-25 | Undo part of last change until bug fixed. | Keith Whitwell | 1 | -1/+1 |
2005-01-25 | Use memcpy for some texture uploads -- it's faster. | Keith Whitwell | 1 | -30/+16 |
2005-01-25 | make better choices for hardware texture formats | Keith Whitwell | 2 | -83/+146 |
2005-01-21 | Cleanup various pageflipping termination cases. | Keith Whitwell | 5 | -42/+87 |
2005-01-21 | Sync up the definition of VIADRIRec with what the X server is actually | Keith Whitwell | 1 | -16/+2 |
2005-01-21 | Fix pageflipping after recent changes. | Keith Whitwell | 1 | -3/+6 |
2005-01-21 | Improve idling when synced to vblank but framerate is lower than refresh rate. | Keith Whitwell | 3 | -25/+93 |
2005-01-21 | allocate space for a second framebuffer, and allow miniGLX applications | Alan Hourihane | 2 | -4/+6 |
2005-01-21 | silence the 'using AGP/PCI' message unless VIA_DEBUG is used. | Alan Hourihane | 1 | -5/+8 |
2005-01-20 | Enclose passed macro values in brackets to ensure correct read/write span | Alan Hourihane | 1 | -4/+4 |
2005-01-19 | Always use ARGB8888 hardware texture format when mesa specifies | Keith Whitwell | 1 | -1/+6 |
2005-01-19 | Remove depend on make clean | Keith Whitwell | 1 | -0/+1 |
2005-01-19 | Fix various problems with via_texcombine.c, passes glean texcombine test. | Keith Whitwell | 8 | -103/+178 |
2005-01-18 | remove some debug | Alan Hourihane | 1 | -1/+1 |
2005-01-18 | Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests) | Alan Hourihane | 1 | -1/+1 |
2005-01-14 | Enable line stippling. | Alan Hourihane | 2 | -11/+16 |
2005-01-14 | Fix previously un-noticed issue with flat-shaded points. | Keith Whitwell | 4 | -30/+18 |
2005-01-14 | silence a warning | Alan Hourihane | 1 | -1/+1 |
2005-01-14 | Get PolygonStipple working.. (or seemingly too). It seems to do the right | Alan Hourihane | 3 | -44/+10 |
2005-01-14 | 16bpp doesn't support masked clears, so fallback when they're enabled. | Alan Hourihane | 1 | -0/+10 |
2005-01-14 | Populate WriteMonoDepthSpan in 24/8 modes. | Keith Whitwell | 1 | -0/+1 |
2005-01-14 | changed coding style. made `glutTimerFunc' less accurate, but far more relia... | Daniel Borca | 3 | -400/+356 |
2005-01-14 | changed coding style. added possibility to use default timer instead of PC/H... | Daniel Borca | 1 | -130/+146 |
2005-01-14 | changed coding style. added a NULL pointer check. | Daniel Borca | 1 | -27/+31 |
2005-01-14 | changed coding style | Daniel Borca | 12 | -1022/+1049 |
2005-01-14 | Remove redundant register. | Vladimir Dergachev | 3 | -27/+59 |
2005-01-14 | Reduce amount of stderr output. | Vladimir Dergachev | 3 | -31/+16 |
2005-01-14 | Incorporate latest data from Wladimir van der Laan. | Vladimir Dergachev | 2 | -24/+58 |
2005-01-13 | Sync with master copy. | Vladimir Dergachev | 1 | -5/+5 |
2005-01-13 | remove some dead texture code | Alan Hourihane | 1 | -44/+0 |
2005-01-13 | Make sure DMA buffers are released in savageDestroyContext. Usually | Felix Kuehling | 1 | -1/+2 |
2005-01-13 | Fix loop for quads-as-triangles. | Keith Whitwell | 1 | -2/+2 |
2005-01-13 | Rename via_fastrender_* to avoid confusion with similar functions in | Keith Whitwell | 1 | -5/+5 |
2005-01-13 | Simplify viaChooseVertexState slightly. | Keith Whitwell | 1 | -5/+1 |
2005-01-13 | Remove misleading comment. | Keith Whitwell | 1 | -2/+0 |
2005-01-13 | Typo | Keith Whitwell | 1 | -1/+1 |
2005-01-13 | Emit constant colors for texunit 1 blending. | Keith Whitwell | 3 | -41/+56 |
2005-01-13 | add s_atifragshader.c, s_atifragshader.h | Michal Krol | 1 | -0/+8 |
2005-01-13 | 3dlabs glslang frontend | Michal Krol | 1 | -0/+37 |
2005-01-13 | 3dlabs glslang frontend, not complete | Michal Krol | 1 | -0/+745 |
2005-01-13 | cosmetic changes | Michal Krol | 1 | -13/+10 |
2005-01-13 | implement ARB_shader_objects, not complete | Michal Krol | 1 | -91/+957 |
2005-01-13 | add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h, | Michal Krol | 1 | -1/+25 |
2005-01-13 | add shaderobjects_3dlabs.c | Michal Krol | 1 | -3/+6 |
2005-01-13 | add ARB_shader_objects interfaces, shared and context state | Michal Krol | 1 | -3/+80 |
2005-01-13 | enable ARB_fragment/vertex_shader | Michal Krol | 1 | -4/+4 |