profile/ivi/mesa.git
2000-06-30 Brian Paulinitialize some color table scale/bias factors
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-30 Brian PaulNeedEyeCoords if non-uniform scale transform
2000-06-29 Brian Paulfixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)
2000-06-29 Brian Pauladded GL_TABLE_TOO_LARGE to gl_error()
2000-06-29 Brian Paulseveral colortable fixes
2000-06-29 Brian Paulminor update
2000-06-29 Brian Pauldon't add light's ambient color to BaseColor in gl_upda...
2000-06-28 Brian Pauladd separate specular color support in multitextured_rg...
2000-06-28 Brian Pauladded flat_multitextured_line()
2000-06-28 Brian Paulfixed two proxy texture typos
2000-06-28 Brian Pauladded GL_EXT_texture_env_combine
2000-06-28 Brian Paulminor updates
2000-06-28 Brian Pauladded code to initialize shininess tables
2000-06-27 Brian Paulinitialize TextureStack matrices
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-27 Brian Pauladded LoadRGBMipmaps2()
2000-06-27 Brian Paulupdated demos/ info
2000-06-27 Brian Paulremoved 3Dfx directory
2000-06-27 Brian Paulminor tweaks
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Paulfixed compiler warnings
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded 3dfx demos
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded texenv demo
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Paulfixed GL_INTENSITY error checking bug
2000-06-27 Brian Paulprint GL_RENDERER upon startup
2000-06-27 Brian Pauldraw a solid cube too
2000-06-27 Brian Paulanother patch for win32 joysticks
2000-06-27 Brian Paulremoved bad DrawDestMask assignments
2000-06-27 Brian Paulfixed type checking error
2000-06-27 Brian Paulfixed an assertion and minor bug
2000-06-27 Brian Paulinit Point.UserSize
2000-06-26 Brian Pauldisabled some ctx->NeedEyeCoords shortcuts
2000-06-26 Brian Paulupdating mat ambient/emissive was broke. always compute...
2000-06-24 Keith WhitwellPerformance fix for unfilled triangles on mga and i810...
2000-06-23 Brian Paulfixed ColorMask test in update_rasterflags()
2000-06-23 Brian Pauladded extension numbers for Mesa extensions
2000-06-23 Brian Paulupdated with version numbers, edits from Jon Leech
2000-06-23 Brian Paulapplied joystick patch from Michael Champigny
2000-06-22 Brian PaulAdded FREE(depth) in error clause before return
2000-06-19 Keith Whitwellfix GL_BACK color material bug
2000-06-19 Brian Paulcheck for special cases of value = 0 or 1 in glAccum
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-15 Brian Paulrevamped glCopyTexSubImage1/2/3D() to be more like...
2000-06-15 Brian Pauladded Motif info message
2000-06-15 Brian Paulremoved non-windows exit() prototype
2000-06-15 Brian Paulcall glutInit() in main()
2000-06-15 Jouk Jansen -------------------------------------------------...
2000-06-14 Keith WhitwellRe-enable the keyboard functionality.
2000-06-14 Brian Paulmoved #define of LLBL into assyntax.h file
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-06-13 Brian Pauladded glxheads, manywin
2000-06-13 Brian Paulinitial check-in
2000-06-13 Brian Pauluse GL_CLAMP_TO_EDGE
2000-06-13 Brian Paulnow using SGI's glext.h instead of original Mesa file
2000-06-12 Brian PaulGL_TEXTURE_BASE_LEVEL wasn't working correctly
2000-06-12 Brian Pauldefine GL_GLEXT_PROTOTYPES for glext.h
2000-06-12 Brian Paulchanged dispatch of GL_EXT_vertex_array functions
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-11 Jon TaylorLots of small updates to GGIMesa, tracking LibGGI inter...
2000-06-09 Brian Paulinitial check-in
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-06-08 Brian Paulclean-up in anticipation of glxext.h
2000-06-08 Brian Pauladded GL_EXT_packed_pixels extension, subset of GL 1.2
2000-06-08 Brian Paulupdated OSF/1 CFLAGS (Jeremie Petit)
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-06-05 Brian Paulupdated 3.2 section, added 3.2.1 section
2000-06-05 Brian Pauladded missing GL_BGRA case
2000-06-05 Brian Pauladded VMS files to Makefiles
2000-06-05 Brian Pauladded ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()
2000-06-05 Jouk Jansen Committing in .
2000-05-30 Brian Paulinitial work for GL_NV_blend_square extension
2000-05-30 Brian Pauladded cubemap demo
2000-05-30 Brian Paulinitial check-in
2000-05-30 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-26 Brian Paulapplied Eero Pajarre's patch for Windows
2000-05-26 Brian PaulAdded GL_ARB_texture_cube_map
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-24 Brian Paulreplaced assertion with a conditional in _glapi_add_en...
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-24 Brian Paulalways define GL_ARB_multitexture (OpenGL 1.2.1 feature)
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulreplaced _mesa_base_tex_format() with base_colortab_for...
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-23 Brian Paulregister recent GL extensions for libGL compatibility
2000-05-23 Brian Paulset default window pos
2000-05-23 Brian Paulchanged glext.h include
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-23 Brian Paulmore texture cube work, misc code clean-up
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__, misc clean-up
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__
2000-05-22 Brian Pauladded GL_EXT_blend_func_separate
next