fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
[mesa.git] / src / mesa /
2002-09-12 Karl SchultzMark destroyed context as not current. (Frank Warmerdam)
2002-09-12 Brian Pauloptimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-09-08 Brian Paulmore detailed _mesa_error() strings
2002-09-06 Brian Paulincorrect dimenstion passed to texture_error_check...
2002-09-06 Brian Paulremoved GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Paulimplemented glProgramParameters4[df]vNV()
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-09-05 Brian Pauladded GL_IBM_texture_mirrored_repeat (Ian Romanick)
2002-09-05 Brian Paultest for ARB_texture_cube_map when getting GL version...
2002-09-05 Jouk Jansen Committing in .
2002-09-04 Brian Paulupdated wglGetProcAddress
2002-09-03 Brian Paulupdates from Daniel Borca
2002-09-03 Brian Paulimproved error string
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-09-03 Brian Paulfixed compilation problem for swdd->SetBuffer
2002-08-28 Karl SchultzDon't call _mesa_initialize_context because we are...
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-08-21 Brian Paulminor error message changes
2002-08-21 Brian Paulre-enable ASSIGN_NORM_GROUP( 3dnow )
2002-08-21 Brian Paulreplace Current.Color with Current.Attrib[VERT_ATTRIB_C...
2002-08-21 Keith Whitwellupdate colormaterial state on swtcl wakeup
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-08-21 Brian Pauls/ProjectedClipPtr/NdcPtr/
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-08-21 Brian Paulfixed array index typo in VERT_SAVE_RGBA() macro
2002-08-17 Brian Pauladded error checking for glCallLists() type parameter
2002-08-08 Brian Paulfix up resulting FOGC and PSIZ when needed
2002-08-08 Brian Paulinit tmp->Normal.size = 3
2002-08-08 Brian Paulcomments
2002-08-08 Brian Paulchange GLvector3f to GLvector4f for normal transformation
2002-08-08 Brian Paulchange dest stride to 16 bytes instead of 12
2002-08-08 Brian Paulinitialize SWvertex array to zeros
2002-08-07 Brian Paulchanged normal stride from 12 to 16 bytes since normals...
2002-08-07 Brian Paulre-check-in - something didn't work on the previous...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-29 Karl SchultzCatch up windows driver with recent context mods
2002-07-28 Karl Schultzexport new symbols for osmesa lib
2002-07-12 Brian Paulfix patching offsets (Sven Panne) (patch 544637)
2002-07-11 Brian Paulapplied Eric Anholt's patch for Athlon SSE
2002-07-10 Brian Paulre-enable X86 code
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-07-01 Jouk Jansen Committing in .
2002-06-30 Brian PaulCHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent...
2002-06-30 Brian Paulblending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)
2002-06-30 Brian Pauladded unofficial dispatch offsets for GL_EXT_multi_draw...
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian Paulindentation fix
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-26 Brian Paulfix CHAN_TYPE==GL_FLOAT compile problem
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-25 Brian Paulfinish-up vertex program evaluators
2002-06-25 Brian Paulremove an unneeded statement in update_polygon(), added...
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-23 Brian Paulcheckpoint: updates for NV_vertex_program evaluators...
2002-06-23 Brian Paulset stage->inputs properly (I think), plus debug/commen...
2002-06-23 Brian Pauladded support for NV_vertex_program evaluators
2002-06-23 Brian PaulAdded new bitfields to tnl_eval_store for NV_vertex_pro...
2002-06-19 Brian Paulput XSync in get_buffer_size(), plus clean-up
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-18 Jouk Jansen Committing in .
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian PaulFix glXCopyContext bug
2002-06-16 Brian Paulfix a comment
2002-06-16 Brian Paulfixed window size initialization bug
2002-06-16 Brian Pauladded a comment
2002-06-16 Brian Pauladded some braces
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian Paul#ifdef-out unused big-endian texel fetch functions
2002-06-15 Brian Pauladded missing ctx parameter to _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-06-10 Brian PaulGGI driver updates (Filip Spacek)
2002-06-08 Brian Pauladded missing texture cube map targets
2002-06-07 Brian Paulfixed point sprite bug
2002-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-06-06 Brian PaulNASM fix for *_CONTENT() macros (Josh Vanderhoof)
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-04 Brian Pauluse CONTENT() macro on line 205 (Josh Vanderhoof)
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-05-29 Brian Pauladded another spot-check to verify dispatch table corre...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-29 Brian Pauladded GL_NV_point_sprite entrypoints
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
next