Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-18 | We dont need to call r300EmitAOS if we arent going to draw ↵ | Aapo Tahkola | |
anything(r300_get_num_verts returns 0). | |||
2005-02-18 | Reset nr_released_bufs to 0 after the command buffer has been submitted. | Nicolai Haehnle | |
Added a more verbose comment about nr_released_bufs in r300_context.h | |||
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 | |
whitespace before preprocessor commands. Please, can you try to keep the warnings down? Try running make with make -s sometime to see just how bad an offender the current code is. | |||
2005-02-17 | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle | |
Also, put the hash in preprocessor directives at the beginning of the line to fix error messages. | |||
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 | |
any lock ups nor other issues. Tests with one object using elts should pass. Introducing more than one object will cause indices to mix up as far as i can see. DRM update is needed for this code to work\! | |||
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 ↵ | Aapo Tahkola | |
and fix for glxinfo problem. | |||
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 | |
__AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab. | |||
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 | |
Add missing per-primitive fallback for polygon stipple. | |||
2005-02-12 | Offset LOD bias by about 0.3 to match software rendering more closely. | Felix Kuehling | |
Another small tweak to subtile upload (mostly cosmetic). | |||
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 | |
vertically incomplete tiles, but only if the color depth is 32bpp. Nobody said this was supposed to be logical! | |||
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, ↵ | Ben Skeggs | |
tuxracer should render correctly. Immediate path was left enabled. | |||
2005-02-10 | add texture micro and macro tiling to radeon/r200 driver. This can improve ↵ | Roland Scheidegger | |
performance up to 15% in texture-intensive applications. Convert the driver to use the correct blit format and blit width instead of fixed blit format and blit width when uploading textures to make it work. | |||
2005-02-10 | add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ↵ | Roland Scheidegger | |
r200) sanity code | |||
2005-02-10 | (Andreas Stenglein) fix projected textures with swtcl, they need the w ↵ | Roland Scheidegger | |
coordinate of the vertex (bugzilla #1648) | |||
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 ↵ | Aapo Tahkola | |
up once already. | |||
2005-02-10 | Fix copy'n'paste errors. | Vladimir Dergachev | |
Print command buffer sizes during startup (TODO: remove 1 || when the driver is more mature). | |||
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 ↵ | Aapo Tahkola | |
of trouble. | |||
2005-02-09 | Enabled user-defined point size, enabled zbiases for rest of the primitives ↵ | Aapo Tahkola | |
and fixed bad vertex number checks triggered by nurb. |