summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-13info about precompiled libs for SolarisBrian Paul
2004-02-13init secondary color to (0,0,0,1). remove some redundant initializations.Brian Paul
2004-02-13set buffer object default Usage and AccessBrian Paul
2004-02-13new comments, rename some stuffBrian Paul
2004-02-12Fix a problem that caused the new interface code to not actually beIan Romanick
2004-02-12Enable use of new DRI interface in MGA driver.Ian Romanick
2004-02-12Minor re-org of state for fog and precision options.Brian Paul
2004-02-12bunch of assorted updates/changesBrian Paul
2004-02-12minor cleanups from t_dd_vb.cDave Airlie
2004-02-12remove vertex_stride_shift, fix up code to not need itDave Airlie
2004-02-12fix up specular color/fog and triangle vertex retrievalDave Airlie
2004-02-12fixup vertex building code ..Dave Airlie
2004-02-12more updates , gears sorta worksDave Airlie
2004-02-11Fix the problem found with UT after I had added support for glVertexAttrib.Brian Paul
2004-02-11initialise VBLANKDave Airlie
2004-02-11Do more bookkeeping of vertex buffer object reference counts.Brian Paul
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
2004-02-11Initial pass at adding support for the new DRI driver interfaces toIan Romanick
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
2004-02-11revert to version 1.18 for now to fix segfaults in some applicationsRoland Scheidegger
2004-02-10change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger
2004-02-10some useful matrix functionsBrian Paul
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca
2004-02-10Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger
2004-02-09reorganized DMesa to fxMesa wrapperDaniel Borca
2004-02-09deal with combine_ext refactorDaniel Borca
2004-02-09Restore some of the previous code for handling conventional vertex attributesBrian Paul
2004-02-08tweak solaris-x86-gcc and ggi targetsBrian Paul
2004-02-08Updated to handle generic vertex attributes accessed vi glArrayElement().Brian Paul
2004-02-08fully parameterize the macros for fixed-point arithmeticBrian Paul
2004-02-08added an additional comment about mipmap generationBrian Paul
2004-02-08implement Fake_glXCreateWindow() to fix bug #890894Brian Paul
2004-02-07removed MGA driver from DMesaDaniel Borca
2004-02-07added NUL driver for DMesaDaniel Borca
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-02-06inform driver of changed wrap/filter parameters due to binding of nv_texrect ...Roland Scheidegger
2004-02-06remove bogus check of texture target in R200TexParameterRoland Scheidegger
2004-02-06align blits for texture rectangles correctly, fix potential problem overwriti...Roland Scheidegger
2004-02-06fix potential problem overwriting dma regionRoland Scheidegger
2004-02-06remove bogus check of texture target in RadeonTexParameterRoland Scheidegger
2004-02-06Added flags for _all_ extensions to the gl_extensions struct so that driversBrian Paul
2004-02-06added GLU_INCOMPATIBLE_GL_VERSIONBrian Paul
2004-02-06fix missing include for SOLO buildDave Airlie
2004-02-06Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2004-02-05update function mangling and add comment about it to gl.hBrian Paul
2004-02-05bring in Keith's _math_matrix_ortho() compiler work-aroundBrian Paul
2004-02-05fix ugly bug triggered by macro expansionDave Airlie
2004-02-04fix glXChooseFBConfig bug 890167Brian Paul