Age | Commit message (Expand) | Author |
2005-02-17 | Cleanup formatting a little bit. | Vladimir Dergachev |
2005-02-16 | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ... | Aapo Tahkola |
2005-02-16 | small cleanup, remove some warnings | Rune Petersen |
2005-02-16 | fixed problems with parse_float() (fd.o bug 2520) | Brian Paul |
2005-02-16 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul |
2005-02-16 | get two textures to work | reist |
2005-02-16 | Don't enable fog. It's broken | Ben Skeggs |
2005-02-15 | Share routing code between immd/vb. Fix breakage of vertex programs in vb mode. | Ben Skeggs |
2005-02-15 | Add missing texture formats for completeness | Dave Airlie |
2005-02-15 | add some missing texture formats and bits from r200 docs | Dave Airlie |
2005-02-15 | Added texture format table for big endian (this is a tempory hack). | Jerome Glisse |
2005-02-15 | add EnableExtension so r200 enables all its extensions, add mesa memory | Dave Airlie |
2005-02-14 | remove accidentally commited printf for tiling support | Roland Scheidegger |
2005-02-14 | removed detritus | Daniel Borca |
2005-02-14 | separated DOS GLUT from GLX GLUT. | Daniel Borca |
2005-02-14 | Support for blend color(not tested), "proper line width/point size" clamps an... | Aapo Tahkola |
2005-02-14 | mesa-fix-one-bit-signed-bitfield.patch from Jeff Muizelaar | Keith Whitwell |
2005-02-14 | fix some signed vs unsigned warnings | Dave Airlie |
2005-02-14 | fix signed vs unsigned comparison warnings in tnl_dd | Dave Airlie |
2005-02-14 | killed a few warnings | Daniel Borca |
2005-02-14 | added a bunch of const in the decoder | Daniel Borca |
2005-02-14 | `static const' instead of `const static' | Daniel Borca |
2005-02-14 | ProgramCallbackMesa must match the prototype | Daniel Borca |
2005-02-14 | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt |
2005-02-13 | Typo fix. | Michel Dänzer |
2005-02-12 | initial r400 support: r400 cards are treated as RV350 for now. | Rune Petersen |
2005-02-12 | MMIO endianness fixes for Radeon drivers. | Michel Dänzer |
2005-02-12 | unlock mutex upon error return (Jeff Muizelaar) | Brian Paul |
2005-02-12 | Fall back properly when GL_COLOR_LOGIC_OP is enabled and != GL_COPY. | Felix Kuehling |
2005-02-12 | Offset LOD bias by about 0.3 to match software rendering more closely. | Felix Kuehling |
2005-02-12 | Make glean's masked clear test pass. | Felix Kuehling |
2005-02-12 | Savage3D-based chips seem so use a constant tile stride of 2048 for | Felix Kuehling |
2005-02-12 | Enabled vertex buffer mode as default. | Ben Skeggs |
2005-02-11 | Turn _via_fastrender_stage back on. | Keith Whitwell |
2005-02-11 | mesa-main-0-NULL.patch from Jeff Muizelaar | Keith Whitwell |
2005-02-11 | Port of r200 VB code. VB path should be as fast as the immediate path now, t... | Ben Skeggs |
2005-02-10 | add texture micro and macro tiling to radeon/r200 driver. This can improve pe... | Roland Scheidegger |
2005-02-10 | add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ... | Roland Scheidegger |
2005-02-10 | (Andreas Stenglein) fix projected textures with swtcl, they need the w coordi... | Roland Scheidegger |
2005-02-10 | new comments, fix zoffset error test | Brian Paul |
2005-02-10 | Added kindly note about single buffer mode. | Aapo Tahkola |
2005-02-10 | Updating master copy of r300_reg.h and turning immediate mode back on | Aapo Tahkola |
2005-02-10 | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell |
2005-02-10 | Catch no-op vertex buffers consisting only of vertices which will | Keith Whitwell |
2005-02-10 | Removing some regs that are wrong and adding some comments to r300_reg.h . | Aapo Tahkola |
2005-02-10 | Support for PolygonMode. Not too far from working even though i almost gave u... | Aapo Tahkola |
2005-02-10 | Fix copy'n'paste errors. | Vladimir Dergachev |
2005-02-10 | Turns out unknown5 was border color. texwrap looks good now. | Aapo Tahkola |
2005-02-10 | Adding support for selecting line width. Stipple patterns still cause lots of... | Aapo Tahkola |
2005-02-09 | glGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning the vertex program binding. | Brian Paul |