- f64f940 change lighting to use MULT instead of PREMULT (i.e. move some lighting color calculations to the GPU) by Roland Scheidegger · 21 years ago
- 53c50f1 some useful matrix functions by Brian Paul · 21 years ago
- 2263380 fixed back fxMesaGetCurrentContext to match MakeCurrent by Daniel Borca · 21 years ago
- a1b9b1a Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light color calculations to the GPU). Two-side lighting fallback no longer needed and eliminated. by Roland Scheidegger · 21 years ago
- 1440f73 reorganized DMesa to fxMesa wrapper by Daniel Borca · 21 years ago
- 89625ef deal with combine_ext refactor by Daniel Borca · 21 years ago
- 53ad036 Restore some of the previous code for handling conventional vertex attributes by Brian Paul · 21 years ago
- 646dffd tweak solaris-x86-gcc and ggi targets by Brian Paul · 21 years ago
- 0aa8a10 Updated to handle generic vertex attributes accessed vi glArrayElement(). by Brian Paul · 21 years ago
- 08a45d4 fully parameterize the macros for fixed-point arithmetic by Brian Paul · 21 years ago
- 875f763 added an additional comment about mipmap generation by Brian Paul · 21 years ago
- 529614c implement Fake_glXCreateWindow() to fix bug #890894 by Brian Paul · 21 years ago
- 5444777 removed MGA driver from DMesa by Daniel Borca · 21 years ago
- d039b43 added NUL driver for DMesa by Daniel Borca · 21 years ago
- 07d6a98 Refactor "class" texture environments to be implemented in terms of by Ian Romanick · 21 years ago
- c71ee91 inform driver of changed wrap/filter parameters due to binding of nv_texrect texture by Roland Scheidegger · 21 years ago
- 4c6b629 remove bogus check of texture target in R200TexParameter by Roland Scheidegger · 21 years ago
- c2f28a3 align blits for texture rectangles correctly, fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
- 786e822 fix potential problem overwriting dma region by Roland Scheidegger · 21 years ago
- 531b59d remove bogus check of texture target in RadeonTexParameter by Roland Scheidegger · 21 years ago
- e5a94ba Added flags for _all_ extensions to the gl_extensions struct so that drivers by Brian Paul · 21 years ago
- 1f3d9ee added GLU_INCOMPATIBLE_GL_VERSION by Brian Paul · 21 years ago
- 74eeb37 fix missing include for SOLO build by Dave Airlie · 21 years ago
- 6c7bb5e Remove warnings from mach64 build, fix up some _SOLO stuff, by Dave Airlie · 21 years ago
- 0fbeff2 Initial mach64 driver import for DRI mach64-0-0-6 branch, by Dave Airlie · 21 years ago
- 493e6e1 Add comments to make decyphering the faces easier by Keith Whitwell · 21 years ago
- c2f73916 update function mangling and add comment about it to gl.h by Brian Paul · 21 years ago
- e2e9dc2 bring in Keith's _math_matrix_ortho() compiler work-around by Brian Paul · 21 years ago
- 540bb3a fix ugly bug triggered by macro expansion by Dave Airlie · 21 years ago
- b3063ac fix glXChooseFBConfig bug 890167 by Brian Paul · 21 years ago
- ef18e23 fix typo by Brian Paul · 21 years ago
- 36ff43b Fix off-by-one in calculations for wrapped trifan, polygon primitives by Keith Whitwell · 21 years ago
- b19cb62 fix stores to vertex state program registers by Brian Paul · 21 years ago
- 72aeea4 Use quads instead of lines to ensure this is testing stencil functionality by Keith Whitwell · 21 years ago
- 867fa0b another tweak to two-sided detection test by Brian Paul · 21 years ago
- 609f352 fix two-sided lighting / vertex program bug (#887330) by Brian Paul · 21 years ago
- d761ada added Daniel Stone for getting CVS access by Brian Paul · 21 years ago
- b6a9cb7 another pbuffer demo (Andrew Lentvorski) by Brian Paul · 21 years ago
- 20c831b s/getenv/_mesa_getenv/ by Brian Paul · 21 years ago
- b07d6a8 updated list of env vars by Brian Paul · 21 years ago
- cc5d045 Include context.h in radeon_state.c. by Felix Kuehling · 21 years ago
- 3a99674 glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option by Brian Paul · 21 years ago
- 18a9490 tweak comments by Brian Paul · 21 years ago
- 61bc62c added glutGetProcAddress in DMesaGLUT by Daniel Borca · 21 years ago
- 4c7883e fixed a bug in GL_NEAREST sampler by Daniel Borca · 21 years ago
- c9e1c80 added display list option (l key) by Brian Paul · 21 years ago
- 1e71d2a minor #ifdef fix by Brian Paul · 21 years ago
- 6bbcae9 added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray demo bug) by Brian Paul · 21 years ago
- 27ec7a5 add vparray.c, fix indentation by Brian Paul · 21 years ago
- 919404f enable program and arrays by default, minor clean-ups by Brian Paul · 21 years ago
- 041e66b don't call gl functions directly, jump through _glapi_Dispatch table by Brian Paul · 21 years ago
- f5dbba7 add missing CXX, CXXFLAGS for osf1 (Bug 886628) by Brian Paul · 21 years ago
- 111156a glBindProgramARB wasn't getting compiled into display lists (bug 887383) by Brian Paul · 21 years ago
- 26baf96 added unichrome directory by Brian Paul · 21 years ago
- f924a93 Minor fixes for recent Mesa 6.1 changes by Brian Paul · 21 years ago
- f18598c Via Unichrome/cle266 driver (Erdi Chen) by Brian Paul · 21 years ago
- 2726d77 more descriptive error strings by Brian Paul · 21 years ago
- bacd9d1 Fix extract_3f_xyw(). by Keith Whitwell · 21 years ago
- 229d6a9 replace spaces w/ tabs by Brian Paul · 21 years ago
- 4fe1303 GL_TEXTURE_1D and other stories... by Daniel Borca · 21 years ago
- f8c31fc more IRIX tweaks by Brian Paul · 21 years ago
- dc8f8bd fix ARCHOPT typo by Brian Paul · 21 years ago
- 9ca723f fix C++ link issues on IRIX by Brian Paul · 21 years ago
- b72902e Add GLAPIENTRY function decorations for correct operation on Windows. by Karl Schultz · 21 years ago
- 5e83c2a tweak the #if test for defining _ASMAPI (fixes IRIX problem) by Brian Paul · 21 years ago
- 938014f minor fixes to glw's touch depend by Brian Paul · 21 years ago
- 77650b4 Fix compiler options regarding exception handing to resolve warnings. by Karl Schultz · 21 years ago
- 1ce9940 Avoid setting NOWIN98 compiler optimization with VC 7. by Karl Schultz · 21 years ago
- 253428f Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface change. by Ian Romanick · 21 years ago
- 29b2ced fix printf warnings by Alan Hourihane · 21 years ago
- e8df62b patch from bug 885992 by Brian Paul · 21 years ago
- c24d40b s/BlendEquatioRGB/BlendEquationRGB/ by Brian Paul · 21 years ago
- eabe7be add glutInitWindowPosition calls by Keith Whitwell · 21 years ago
- 469d1b0 Add glutInitWindowPosition call by Keith Whitwell · 21 years ago
- 27413ed Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro by Keith Whitwell · 21 years ago
- 43b5772 Use NEED_SECONDARY_COLOR() for checking specular state at all times by Keith Whitwell · 21 years ago
- c78a89d fix breakage associated with pointers not being initialised in by Dave Airlie · 21 years ago
- 5102075 change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI by Brian Paul · 21 years ago
- 74cf25b Missed this commit as part of the addition of by Ian Romanick · 21 years ago
- c93105e Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. by Ian Romanick · 21 years ago
- dd9e6e7 Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers() by Keith Whitwell · 21 years ago
- da2be88 Add new driverfuncs. by Karl Schultz · 21 years ago
- 18fa367 Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single by Keith Whitwell · 21 years ago
- 740f7de Tweak: set z scale to one, else tnl thinks we have a 3d texcoord. by Keith Whitwell · 21 years ago
- 727d345 remove bogus assertion in DeleteTexture() function by Brian Paul · 21 years ago
- 8135a44 Make the drivers using the common texmem code work with NewTextureObject by Felix Kuehling · 21 years ago
- ef167c6 Fix for recursion in generic_copy_pv_extras. Add a comment. by Keith Whitwell · 21 years ago
- cb7c689 replace MALLOC w/ CALLOC to silence valgrind warnings by Brian Paul · 21 years ago
- ab41a96 Add tests for ARB_fp trig instructions and also for 1D texturing by Keith Whitwell · 21 years ago
- 5d3568f minimize the number of DIVs by Daniel Borca · 21 years ago
- 8d2cfa9 glutTimerFunc cleanup by Daniel Borca · 21 years ago
- d3682ce accomodate FetchTexel and fix some memory leak bugs by Daniel Borca · 21 years ago
- c9d2f4c updated GLUT link by Brian Paul · 21 years ago
- 1749a25 New error checking in _mesa_GetTexImage(). by Brian Paul · 21 years ago
- fe03108 Some initial RGB and RGBA floating point texture formats. by Brian Paul · 21 years ago
- c6bf130 initial info for version 6.1 by Brian Paul · 21 years ago
- b4b35bc New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes by Brian Paul · 21 years ago
- eaaf618 added link to ORSA (per request) by Brian Paul · 21 years ago
- 83e0cfb Parse radeon, not r200 configuration in radeonCreateContext. by Felix Kuehling · 21 years ago
- 78bb080 Fix hardware ROP state handling (Roland Scheidegger) by Michel Dänzer · 21 years ago