Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
extension entry points | |||
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 | |
added a few FreeGLUT specific functions. | |||
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 | 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 | |
__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 | 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 | |
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 | 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, ↵ | 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 | new comments, fix zoffset error test | Brian Paul | |
2005-02-10 | Added kindly note about single buffer mode. | Aapo Tahkola | |