summaryrefslogtreecommitdiff
path: root/src
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-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-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-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-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-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-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-04another tweak to two-sided detection testBrian Paul
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul
2004-02-02s/getenv/_mesa_getenv/Brian Paul
2004-02-02Include context.h in radeon_state.c.Felix Kuehling
2004-02-02glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID optionBrian Paul
2004-02-02added glutGetProcAddress in DMesaGLUTDaniel Borca
2004-02-02fixed a bug in GL_NEAREST samplerDaniel Borca
2004-01-31minor #ifdef fixBrian Paul
2004-01-31added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray ↵Brian Paul
demo bug)
2004-01-31don't call gl functions directly, jump through _glapi_Dispatch tableBrian Paul
2004-01-30glBindProgramARB wasn't getting compiled into display lists (bug 887383)Brian Paul
2004-01-30Minor fixes for recent Mesa 6.1 changesBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul
2004-01-30more descriptive error stringsBrian Paul