platform/upstream/mesa.git
2005-11-05 Aapo TahkolaFix broken build.
2005-11-05 Brian Pauladded MESA_GLX_ALPHA_BITS env var
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-05 Brian Paulminor improvements in _mesa_init_teximage_fields()
2005-11-04 Brian Pauluse VERT_RESULT_HPOS, VERT_BIT_POS tokens
2005-11-04 Brian Paulbetter ffs() function (bug 4956)
2005-11-04 Brian Pauljust pass ctx to do_ndc_cliptest() rather than stuffing...
2005-11-04 Brian PaulMESA_GLX_ALPHA_BITS env var to force visual with alpha...
2005-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-11-04 Brian Paulfix MinGW problems (bug 4956)
2005-11-03 Adam Jacksons/dri.sourceforge.net/dri.freedesktop.org/
2005-11-03 Brian PaulStreamline code generation by using a fixed size instru...
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-03 Brian Pauls/15/VERT_RESULT_MAX/
2005-11-03 Brian Pauladded a const, clean-up
2005-11-03 Brian Paulfix typo, minor clean-ups
2005-11-02 Brian Pauladded osdemos/ dir to DEMO_FILES
2005-11-02 Brian Paulimplement USE_MGL_NAMESPACE for x86-64 dispatch code...
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-02 Jouk Jansen Committing in .
2005-11-02 Aapo TahkolaUse ctx->VertexProgram._Current .
2005-11-02 Aapo TahkolaRemove some ghost code and adjust things a bit.
2005-11-02 Keith WhitwellMore useful ARL test
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-11-01 Keith Whitwelladd an arl test
2005-11-01 Aapo TahkolaFix broken tnl stage.
2005-11-01 Keith WhitwellAdd a NotifyInputChanges() callback so that drivers...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Aapo TahkolaRe-enable fallbacks.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-11-01 Keith WhitwellMake colors match the fp tests (really)
2005-11-01 Keith WhitwellMake colors match the fp tests
2005-11-01 Keith Whitwellstandalone tests for vp instructions
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-10-31 Aapo TahkolaNeed more than 200 instructions.
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-10-30 Brian PaulSimplify parse_attrib_binding().
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-10-30 Brian Paulneed to use absolute value for RSQ
2005-10-29 Brian Pauladded some assertions to catch unexpected swizzle value...
2005-10-29 Brian PaulUse MAKE_SWIZZLE4() macro in a few more places.
2005-10-29 Brian Paulreduced swizzle comment
2005-10-29 Brian PaulFree old parameter list before assigning new one. ...
2005-10-29 Brian Pauladded warning about use of REG_SCRATCH
2005-10-29 Brian Paulclean-up comments
2005-10-29 Brian Pauls/lenght/length/
2005-10-29 Brian Paulfix LIT bug
2005-10-29 Brian Paulfix a few bugs in SWZ execution
2005-10-29 Brian Paulfix errors in RoughApproxPower(), do_LIT(), _tnl_progra...
2005-10-29 Brian PaulIf parsing a program fails, don't change the vertex...
2005-10-29 Eric AnholtBug #4901: Correct secondary color emission when lighti...
2005-10-28 Ian RomanickAdd new test "texfilt". This test is a cousin to texwr...
2005-10-28 Brian PaulKeith's fixes for RSW and XPD (need temporaries)
2005-10-28 Brian Paulinclude tnl.h to silence warning
2005-10-28 Brian PaulAdded assert that result != arg0 in do_RSW. This curre...
2005-10-28 Brian PaulTNL module needs to implement ctx->Driver.ProgramString...
2005-10-28 Brian Pauladd newline at end of file
2005-10-28 Brian Pauldon't use -Wmissing-prototypes for C++ code
2005-10-28 Brian Paulsilence a bunch of compiler warnings
2005-10-28 Aapo TahkolaSilence gcc-4 warnings.
2005-10-28 Aapo TahkolaFix texture mixup when two or more contexts.
2005-10-28 Dave Airliefix missing commit for span changes
2005-10-28 Dave Airliefix up radeon span functions using latest r200 code...
2005-10-28 Aapo TahkolaCompiled arrays for vtxfmt_a path.
2005-10-28 Eric AnholtGC a bit of dead code I noticed while looking at texwrap.
2005-10-28 Eric AnholtCorrect the ordering of the blend constant color.
2005-10-27 Eric AnholtAdd support for GL_EXT_stencil_wrap, from hearing that...
2005-10-27 Eric AnholtBug #1028: Add hardware-accelerated stencil support...
2005-10-27 Eric AnholtBug #4900: Fix the non-fogcoord fog test on r100 (and...
2005-10-27 Eric AnholtAdd support for HW stencil spans, mirroring the depth...
2005-10-27 Eric AnholtBump driver date for recent extension adds.
2005-10-26 Aapo TahkolaCover my arse.
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaRemove few outdated r200 files.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-10-26 Aapo TahkolaFix invalid vsf temp count for rv350.
2005-10-26 Eric AnholtFix the RGB order of the specular color emit, and turn...
2005-10-26 Eric AnholtAdd support for GL_EXT_fog_coord, tested using tests...
2005-10-26 Eric AnholtAdd built programs to .cvsignore.
2005-10-26 Eric AnholtAdd a fog mode (normal and fog_coord, leaner/exp/exp2...
2005-10-26 Eric AnholtAdd disabled support for GL_EXT_fog_coord. While it...
2005-10-25 Eric AnholtMove the front.offset setting above a check to shortcut...
2005-10-25 Eric AnholtInitial add of some (disabled) SiS 6326 drawing code...
2005-10-24 Brian Paulupdates from 6.4 branch
2005-10-24 Eric AnholtCut a bunch of code by not trying to precompute the...
2005-10-24 Eric AnholtIn the last commit I added in a fatal error on unknown...
2005-10-24 Eric AnholtFix and enable GL_MESA_ycbcr_texture. Looks fine with...
2005-10-24 Eric AnholtAdd support for GL_EXT_secondary_color, tested with...
2005-10-24 Eric AnholtTurn off the AGP dispatch path yet again, as it seems...
2005-10-24 Brian Paulfragment program writing to result.depth.z was broken
2005-10-24 Adam JacksonAdd RV350 AQ chip. (popolon at popolon dot org)
2005-10-24 Eric AnholtSince we memcpy texture data synchronously to the card...
2005-10-24 Eric Anholt- Add a few more hardware internal formats that are...
2005-10-24 Eric AnholtFix the GL_BLEND case (and remove the fallback associat...
2005-10-24 Eric AnholtFix texenv by moving a misplaced check for being in...
2005-10-24 Eric AnholtAdd support for GL_ARB_texture_border_clamp and GL_ARB_...
next