Age | Commit message (Expand) | Author |
2005-11-18 | Try to detect when native support to given texture width is not available. | Aapo Tahkola |
2005-11-16 | Fixes for x86_64 Unichrome. | Thomas Hellström |
2005-11-16 | Bring in last minute 6_4 branch changes to the unichrome driver | Thomas Hellström |
2005-11-12 | Added OSMesaColorClamp(), bug 4917 | Brian Paul |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-09 | Bug 4996. | Brian Paul |
2005-11-09 | Move COPY_FLOAT() macro down into glide driver. | Brian Paul |
2005-11-07 | s/_mesa_debug_fp_inst/_mesa_print_program/ | Brian Paul |
2005-11-05 | s/Negate/NegateBase/ | Brian Paul |
2005-11-05 | s/TexSrcIdx/TexSrcTarget/ | Brian Paul |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-11-05 | Fix broken build. | Aapo Tahkola |
2005-11-04 | MESA_GLX_ALPHA_BITS env var to force visual with alpha channel | Brian Paul |
2005-11-02 | Committing in . | Jouk Jansen |
2005-11-02 | Use ctx->VertexProgram._Current . | Aapo Tahkola |
2005-11-02 | First step of Radeon DRI unification: | Eric Anholt |
2005-11-01 | Fix broken tnl stage. | Aapo Tahkola |
2005-11-01 | Re-enable fallbacks. | Aapo Tahkola |
2005-11-01 | -Fix first frame -bug | Aapo Tahkola |
2005-11-01 | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul |
2005-10-31 | fix problems found with gcc 2.96 (bug 4934) | Brian Paul |
2005-10-29 | Bug #4901: Correct secondary color emission when lighting is turned off, tested | Eric Anholt |
2005-10-28 | TNL module needs to implement ctx->Driver.ProgramStringNotify() function | Brian Paul |
2005-10-28 | Silence gcc-4 warnings. | Aapo Tahkola |
2005-10-28 | Fix texture mixup when two or more contexts. | Aapo Tahkola |
2005-10-28 | fix missing commit for span changes | Dave Airlie |
2005-10-28 | fix up radeon span functions using latest r200 code from Brian, | Dave Airlie |
2005-10-28 | Compiled arrays for vtxfmt_a path. | Aapo Tahkola |
2005-10-28 | GC a bit of dead code I noticed while looking at texwrap. | Eric Anholt |
2005-10-28 | Correct the ordering of the blend constant color. | Eric Anholt |
2005-10-27 | Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers did | Eric Anholt |
2005-10-27 | Bug #1028: Add hardware-accelerated stencil support to r128. Testing with | Eric Anholt |
2005-10-27 | Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by | Eric Anholt |
2005-10-27 | Add support for HW stencil spans, mirroring the depth spans support. Used for | Eric Anholt |
2005-10-27 | Bump driver date for recent extension adds. | Eric Anholt |
2005-10-26 | Cover my arse. | Aapo Tahkola |
2005-10-26 | Reduce stderr noise and fix some compiler warnings. | Aapo Tahkola |
2005-10-26 | Remove few outdated r200 files. | Aapo Tahkola |
2005-10-26 | Sync with my local tree. | Aapo Tahkola |
2005-10-26 | Fix invalid vsf temp count for rv350. | Aapo Tahkola |
2005-10-26 | Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_color | Eric Anholt |
2005-10-26 | Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches the | Eric Anholt |
2005-10-26 | Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it's | Eric Anholt |
2005-10-25 | Move the front.offset setting above a check to shortcut reallocating buffers if | Eric Anholt |
2005-10-25 | Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's | Eric Anholt |
2005-10-24 | Cut a bunch of code by not trying to precompute the blit commands and instead | Eric Anholt |
2005-10-24 | In the last commit I added in a fatal error on unknown base formats so I | Eric Anholt |
2005-10-24 | Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightly | Eric Anholt |
2005-10-24 | Add support for GL_EXT_secondary_color, tested with seccolor test. | Eric Anholt |
2005-10-24 | Turn off the AGP dispatch path yet again, as it seems to be broken (found with | Eric Anholt |