summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
The problem came from using the _glapi_Dispatch->VertexAttrib*fvNV pointers since they can change from one glArrayElement call to the next.
2004-02-11initialise VBLANKDave Airlie
2004-02-11Do more bookkeeping of vertex buffer object reference counts.Brian Paul
Incr/decr counts when doing glPush/PopClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT).
2004-02-11Added a test case for Mesa bug #508473 that I wrote a long time ago.Ian Romanick
Fixed the Makefile.X11 to actually build glxgears_fbconfig when invoked from the top level.
2004-02-11Initial pass at adding support for the new DRI driver interfaces toIan Romanick
the R200 driver. Not as clean / well commented as it should / could be.
2004-02-11Added yet another version of gears. This one uses fbconfigs, and is aIan Romanick
rudimentary test of fbconfigs that doesn't use pbuffers of GLX_SGI_make_current_read.
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 ↵Roland Scheidegger
color calculations to the GPU)
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
color calculations to the GPU). Two-side lighting fallback no longer needed and eliminated.
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
more efficiently. Remove switches/conditionals from vertex attribute wrappers. glMultiTexCoord is implemented in terms of glVertexAttrib.
2004-02-08tweak solaris-x86-gcc and ggi targetsBrian Paul
2004-02-08Updated to handle generic vertex attributes accessed vi glArrayElement().Brian Paul
In fact, handle all conventional vertex attributes in terms of generic attributes (execept for edge flags and color indexes).
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
ARB_texture_env_combine state.
2004-02-06inform driver of changed wrap/filter parameters due to binding of nv_texrect ↵Roland Scheidegger
texture
2004-02-06remove bogus check of texture target in R200TexParameterRoland Scheidegger
2004-02-06align blits for texture rectangles correctly, fix potential problem ↵Roland Scheidegger
overwriting dma region
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
can disable any extension if necessary.
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
update to newer Mesa interfaces...
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie
this compiles but I doubt it works but it is a better starting point than the branch
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
2004-02-04fix typoBrian Paul
2004-02-04Fix off-by-one in calculations for wrapped trifan, polygon primitivesKeith Whitwell
2004-02-04fix stores to vertex state program registersBrian Paul
2004-02-04Use quads instead of lines to ensure this is testing stencil functionalityKeith Whitwell
rather than rasterization. A crutch to hw with wonky line rasterizers.
2004-02-04another tweak to two-sided detection testBrian Paul
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul
2004-02-03added Daniel Stone for getting CVS accessBrian Paul
2004-02-03another pbuffer demo (Andrew Lentvorski)Brian Paul
2004-02-02s/getenv/_mesa_getenv/Brian Paul
2004-02-02updated list of env varsBrian Paul