summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-05added MESA_GLX_ALPHA_BITS env varBrian Paul
2005-11-05don't need MAKE_SWIZZLE() macroBrian Paul
2005-11-05Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul
2005-11-05minor improvements in _mesa_init_teximage_fields()Brian Paul
2005-11-04use VERT_RESULT_HPOS, VERT_BIT_POS tokensBrian Paul
2005-11-04better ffs() function (bug 4956)Brian Paul
2005-11-04just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...Brian Paul
2005-11-04MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul
2005-11-04remove unneeded HIDDEN definition (bug 4956)Brian Paul
2005-11-04fix MinGW problems (bug 4956)Brian Paul
2005-11-03s/dri.sourceforge.net/dri.freedesktop.org/Adam Jackson
2005-11-03Streamline code generation by using a fixed size instruction buffer inBrian Paul
2005-11-03use WRITEMASK_* tokensBrian Paul
2005-11-03s/15/VERT_RESULT_MAX/Brian Paul
2005-11-03added a const, clean-upBrian Paul
2005-11-03fix typo, minor clean-upsBrian Paul
2005-11-02added osdemos/ dir to DEMO_FILESBrian Paul
2005-11-02implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul
2005-11-02Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program conventionBrian Paul
2005-11-02 Committing in .Jouk Jansen
2005-11-02Use ctx->VertexProgram._Current .Aapo Tahkola
2005-11-02Remove some ghost code and adjust things a bit.Aapo Tahkola
2005-11-02More useful ARL testKeith Whitwell
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-11-01add an arl testKeith Whitwell
2005-11-01Fix broken tnl stage.Aapo Tahkola
2005-11-01Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell
2005-11-01Several fp and vp tweaks:Keith Whitwell
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-11-01Fix segmentation fault in _tnl_ProgramCacheDestroy().Aapo Tahkola
2005-11-01Make colors match the fp tests (really)Keith Whitwell
2005-11-01Make colors match the fp testsKeith Whitwell
2005-11-01standalone tests for vp instructionsKeith Whitwell
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul
2005-10-31check swrast->_FogEnabled instead of ctx->Fog.EnabledBrian Paul
2005-10-31Need more than 200 instructions.Aapo Tahkola
2005-10-31Improve tnl program searching performance.Aapo Tahkola
2005-10-30Simplify parse_attrib_binding().Brian Paul
2005-10-30Lots of clean-up in arb program parser.Brian Paul
2005-10-30need to use absolute value for RSQBrian Paul
2005-10-29added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...Brian Paul
2005-10-29Use MAKE_SWIZZLE4() macro in a few more places.Brian Paul
2005-10-29reduced swizzle commentBrian Paul
2005-10-29Free old parameter list before assigning new one. FIxes memory leak.Brian Paul
2005-10-29added warning about use of REG_SCRATCHBrian Paul
2005-10-29clean-up commentsBrian Paul
2005-10-29s/lenght/length/Brian Paul
2005-10-29fix LIT bugBrian Paul