revived linux-glide build process
[mesa.git] / src / mesa / main /
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Jouk Jansen Committing in .
2004-04-02 Brian Pauladded some assertions, just to be safe
2004-04-02 Brian Pauladded FLUSH_CURRENT() call in GetMaterial() calls
2004-04-02 Brian Paulfix error in rgb332 texel fetch function
2004-03-30 Brian Paulthese are now in the shader/ directory too
2004-03-30 Brian Paulthese files now live in the shader directory
2004-03-30 Keith WhitwellWhy are there two copies of this file?
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-29 Brian PaulTake a stab at updating the VMS files.
2004-03-29 Michal KrolThis wont be needed any more
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogram_syn.h
2004-03-29 Michal KrolMoved to src/mesa/shader and renamed to arbprogparse...
2004-03-29 Michal KrolMoved to src/mesa/shader
2004-03-26 Brian Paulfix some warnings
2004-03-26 Brian Paulincrease MAX_TEXTURE_LOD_BIAS to 11.0
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-20 Brian Paulminor clean-ups
2004-03-20 Brian Paulmake null-terminated copy of program string so that...
2004-03-19 Brian Pauladd missing else statements
2004-03-18 Brian Paulremove redundant call to ctx->Driver.Viewport(), and...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-13 Brian Paulmore descriptive error messages for matrix stack over...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-10 Brian Pauldon't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientAct...
2004-03-04 Brian Paulplug in _mesa_BlendFunc into dispatch table
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-03-03 Brian Paulmore changes to VBO reference counting and deletion
2004-03-02 Brian Pauladded missing error check in _mesa_BeginQueryARB (Cedri...
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulminor clean-ups
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2004-02-28 Brian Paulconsolidate some code
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-28 Brian Paulpaltex demo from recent texcombine changes. Minor...
2004-02-26 Brian Paulcheck for null paramList
2004-02-26 Brian Paulcheck for invalid fragment program in glDrawPixels...
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 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-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-14 Keith WhitwellRemove debug
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
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-12 Brian PaulMinor re-org of state for fog and precision options.
2004-02-11 Brian PaulFix the problem found with UT after I had added support...
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-02-11 Roland Scheideggerrevert to version 1.18 for now to fix segfaults in...
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-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerinform driver of changed wrap/filter parameters due...
2004-02-06 Brian PaulAdded flags for _all_ extensions to the gl_extensions...
2004-02-04 Brian Paulfix stores to vertex state program registers
2004-01-30 Brian PaulglBindProgramARB wasn't getting compiled into display...
2004-01-30 Brian Paulmore descriptive error strings
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 Brian Paulpatch from bug 885992
2004-01-28 Keith WhitwellMove FRAG_BIT_ definitions to mtypes.h so that NEED_SEC...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Daniel Borcaminimize the number of DIVs
2004-01-24 Brian PaulNew error checking in _mesa_GetTexImage().
2004-01-24 Brian PaulSome initial RGB and RGBA floating point texture formats.
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2004-01-23 Ian RomanickModified error messages in _mesa_BlendFuncSeparateEXT...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-22 Keith WhitwellMinor tweaks to help out at a driver level.
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-21 Brian Pauldon't call glVertex functions directly, call _glapi_Dis...
2004-01-20 Brian Paulremove _mesa_check_driver_hooks() - it's really not...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-19 Brian Paulreplace CALLOC with MALLOC in _mesa_new_texture_object()
2004-01-19 Brian Paulremove incorrect comments, added _mesa_bzero() call...
2004-01-17 Brian Pauladded some missing FLUSH_VERTICES calls
2004-01-16 Brian Paulbump version to 6.1 (new development)
2004-01-15 Brian PaulCosmetic changes.
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-14 Brian Paulbump MAX_WIDTH/HEIGHT to 4K pixels
2004-01-13 Brian PaulglDeleteProgramsARB() failed for fragment programs...
2004-01-13 Karl Schultzinit an uninitialized variable. This doesn't fix a...
2004-01-13 Karl Schultzadd casts to silence compiler warnings
2004-01-11 Brian Paulfix vertex program debugger issues (Bug 874382)
next