Age | Commit message (Expand) | Author |
2005-02-18 | fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.) | Michel Dänzer |
2005-02-18 | r300RefillCurrentDmaRegion: Retry buffer acquisition only once, after | Nicolai Haehnle |
2005-02-18 | Always submit command buffers, even when there are no cliprects, | Nicolai Haehnle |
2005-02-18 | We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_... | Aapo Tahkola |
2005-02-18 | Reset nr_released_bufs to 0 after the command buffer has been submitted. | Nicolai Haehnle |
2005-02-18 | XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz) | Brian Paul |
2005-02-18 | Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not == | Nicolai Haehnle |
2005-02-17 | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle |
2005-02-17 | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle |
2005-02-17 | Switching to start_index32_packet. | Aapo Tahkola |
2005-02-17 | magic_1 handling... | Aapo Tahkola |
2005-02-17 | oops. | Ben Skeggs |
2005-02-17 | s/0/NULL/ (Jeff Muizelaar) | Brian Paul |
2005-02-17 | remove extern (Jeff Muizelaar) | Brian Paul |
2005-02-17 | Make immediate code do a LOAD_VBPNTR again | Ben Skeggs |
2005-02-17 | fix some 0->NULLs | Dave Airlie |
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 | 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-14 | remove accidentally commited printf for tiling support | Roland Scheidegger |
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 | killed a few warnings | 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 | 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 | 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 | 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 | 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 |