fix array index error in _swsetup_Translate (Felix)
[mesa.git] / src /
2004-02-25 Brian Pauluse ABS(Z) when computing blend factors
2004-02-24 Brian Paulcall _tnl_allow_pixel/vertex_fog() funcs
2004-02-24 Brian Paulturns out we probably need a _tnl_allow_pixel_fog(...
2004-02-24 Brian Pauljump through dispatch table instead of calling gl funct...
2004-02-24 Brian Paulfix incorrect texcoord attribute index
2004-02-24 Brian Pauladded some GLAPIENTRY keywords, minor clean-ups
2004-02-24 Brian Pauls/transform/tnl/
2004-02-24 Brian PaulYet another revision of _ae_update_state(). Issue...
2004-02-24 Brian Pauladded some const keywords
2004-02-24 Brian PaulglDrawArrays loop was wrong
2004-02-23 Brian Paulupdates from Erdi Chen
2004-02-23 Brian Paulfix typo (Matt Case)
2004-02-23 Dave Airliedelete the textures
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...
2004-02-20 Daniel Borcafixed some typos
2004-02-19 Ian RomanickRefactored several variables out of XMesaVisual in...
2004-02-17 Brian PaulA few more tweaks to fog code.
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-02-17 Brian Pauladded SPAN_W
2004-02-17 Brian Pauljust some reformatting
2004-02-17 Brian Paulsome debug code
2004-02-17 Brian Pauladded FogOption to fragment_program struct
2004-02-17 Brian Pauladded FixedToDouble() macro
2004-02-17 Brian PaulAdded TRIANGLE_WALK_DOUBLE to optionally walk triangle...
2004-02-16 Roland Scheideggertexture env combine refactor (Andreas Stenglein), follo...
2004-02-16 Keith WhitwellAdd _tnl_set_attr() to complement existing get_attr...
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-02-15 Brian Paulsome code clean-ups
2004-02-15 Brian PaulMinor clean-ups of variable scopes, initializations...
2004-02-14 Keith WhitwellRemove debug
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
2004-02-13 Ian RomanickMinor tweaks to get the fbconfig list returned by __dri...
2004-02-13 Brian Paulinit secondary color to (0,0,0,1). remove some redunda...
2004-02-13 Brian Paulset buffer object default Usage and Access
2004-02-13 Brian Paulnew comments, rename some stuff
2004-02-12 Ian RomanickFix a problem that caused the new interface code to...
2004-02-12 Ian RomanickEnable use of new DRI interface in MGA driver.
2004-02-12 Brian PaulMinor re-org of state for fog and precision options.
2004-02-12 Dave Airlieminor cleanups from t_dd_vb.c
2004-02-12 Dave Airlieremove vertex_stride_shift, fix up code to not need it
2004-02-12 Dave Airliefix up specular color/fog and triangle vertex retrieval
2004-02-12 Dave Airliefixup vertex building code ..
2004-02-12 Dave Airliemore updates , gears sorta works
2004-02-11 Brian PaulFix the problem found with UT after I had added support...
2004-02-11 Dave Airlieinitialise VBLANK
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-02-11 Ian RomanickInitial pass at adding support for the new DRI driver...
2004-02-11 Roland Scheideggerrevert to version 1.18 for now to fix segfaults in...
2004-02-10 Roland Scheideggerchange lighting to use MULT instead of PREMULT (i.e...
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-02-10 Roland ScheideggerChanged lighting to use SOURCE_MATERIAL instead of...
2004-02-09 Daniel Borcareorganized DMesa to fxMesa wrapper
2004-02-09 Daniel Borcadeal with combine_ext refactor
2004-02-09 Brian PaulRestore some of the previous code for handling conventi...
2004-02-08 Brian PaulUpdated to handle generic vertex attributes accessed...
2004-02-08 Brian Paulfully parameterize the macros for fixed-point arithmetic
2004-02-08 Brian Pauladded an additional comment about mipmap generation
2004-02-08 Brian Paulimplement Fake_glXCreateWindow() to fix bug #890894
2004-02-07 Daniel Borcaremoved MGA driver from DMesa
2004-02-07 Daniel Borcaadded NUL driver for DMesa
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerinform driver of changed wrap/filter parameters due...
2004-02-06 Roland Scheideggerremove bogus check of texture target in R200TexParameter
2004-02-06 Roland Scheideggeralign blits for texture rectangles correctly, fix poten...
2004-02-06 Roland Scheideggerfix potential problem overwriting dma region
2004-02-06 Roland Scheideggerremove bogus check of texture target in RadeonTexParameter
2004-02-06 Brian PaulAdded flags for _all_ extensions to the gl_extensions...
2004-02-06 Dave Airliefix missing include for SOLO build
2004-02-06 Dave AirlieRemove warnings from mach64 build, fix up some _SOLO...
2004-02-05 Dave AirlieInitial mach64 driver import for DRI mach64-0-0-6 branch,
2004-02-05 Brian Paulbring in Keith's _math_matrix_ortho() compiler work...
2004-02-05 Dave Airliefix ugly bug triggered by macro expansion
2004-02-04 Brian Paulfix glXChooseFBConfig bug 890167
2004-02-04 Brian Paulfix typo
2004-02-04 Keith WhitwellFix off-by-one in calculations for wrapped trifan,...
2004-02-04 Brian Paulfix stores to vertex state program registers
2004-02-04 Brian Paulanother tweak to two-sided detection test
2004-02-04 Brian Paulfix two-sided lighting / vertex program bug (#887330)
2004-02-02 Brian Pauls/getenv/_mesa_getenv/
2004-02-02 Felix KuehlingInclude context.h in radeon_state.c.
2004-02-02 Brian PaulglXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
2004-02-02 Daniel Borcaadded glutGetProcAddress in DMesaGLUT
2004-02-02 Daniel Borcafixed a bug in GL_NEAREST sampler
2004-01-31 Brian Paulminor #ifdef fix
2004-01-31 Brian Pauladded _NEW_PROGRAM to check_state flags for pipeline...
2004-01-31 Brian Pauldon't call gl functions directly, jump through _glapi_D...
2004-01-30 Brian PaulglBindProgramARB wasn't getting compiled into display...
2004-01-30 Brian PaulMinor fixes for recent Mesa 6.1 changes
2004-01-30 Brian PaulVia Unichrome/cle266 driver (Erdi Chen)
2004-01-30 Brian Paulmore descriptive error strings
2004-01-30 Keith WhitwellFix extract_3f_xyw().
2004-01-29 Daniel BorcaGL_TEXTURE_1D and other stories...
2004-01-28 Karl SchultzAdd GLAPIENTRY function decorations for correct operati...
2004-01-28 Brian Paultweak the #if test for defining _ASMAPI (fixes IRIX...
2004-01-28 Karl SchultzFix compiler options regarding exception handing to...
2004-01-28 Karl SchultzAvoid setting NOWIN98 compiler optimization with VC 7.
2004-01-28 Ian RomanickFixed a cut-and-paste bug from the BlendFuncSeparate...
2004-01-28 Brian Paulpatch from bug 885992
2004-01-28 Brian Pauls/BlendEquatioRGB/BlendEquationRGB/
2004-01-28 Keith WhitwellMove FRAG_BIT_ definitions to mtypes.h so that NEED_SEC...
next