Header file clean-up:
[mesa.git] / src / mesa / drivers / osmesa / osmesa.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-17 Brian Paulpatches from Gerk Huisma for float-channel rendering
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-05 Brian PaulGLfloat/GLchan updates
2002-09-27 Brian Paulnew texture compression infrastructure
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-30 Brian PaulCHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent...
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-04 Brian Pauladded OSMesaGetProcAddress()
2002-04-04 Brian Paulcall _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent...
2002-03-29 Brian Pauluse _glapi_get_context() instead of GET_CURRENT_CONTEXT...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-01 Brian Paulupdated comments for CHAN_BITS=16 or 32
2002-01-30 Brian Paulreturn GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-09-25 Keith Whitwelluse correct vertex for flatshading
2001-09-23 Brian Paul[rgba]shift values weren't always correct, only effecte...
2001-09-21 Karl SchultzMake osmesa a DLL instead of a static lib (Windows...
2001-09-18 Karl Schultzcompiler warnings
2001-09-12 Brian Paulhook compressed texture functions into driver
2001-09-10 Brian Paulfixed s/w alpha bug 458411
2001-08-28 Brian Pauladded OSMESA_MAX_WIDTH/HEIGHT queries
2001-08-28 Brian PaulOpenGL 1.3 support
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-07-05 Brian Paulfixed logic error in OSMesaMakeCurrent() for 565 pixel...
2001-06-27 Brian Paulsupport for RGB_565 pixels (Lars Andersson), untested
2001-06-15 Brian Paulreplace 255 with CHAN_MAX
2001-06-14 Brian Paulfixed a comment
2001-05-31 Brian Paulfixed s/w alpha channel bug
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-10 Keith WhitwellDriver interface changes
2001-04-04 Brian PaulMore texture image changes.
2001-03-29 Brian Paulsilence a compiler warning
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-12 Brian Pauladded ctx->Driver.ResetLineStipple, misc clean-up
2001-02-08 Brian Paulfixed bytesPerValue bug in OSMesaGetDepthBuffer()
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellUpdate implementations of Driver.Clear().
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-16 Brian Paulupdated ctx->Driver functions for s/w setup
2001-01-12 Brian Paulinitialize Driver.RenderPrimitive to _swsetup_RenderPri...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-14 Brian Paulremoved unused set_color() and set_index() functions
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions
2000-11-05 Brian Paulremoved obsolete VB vars
2000-11-05 Keith WhitwellReworked to use the new software rasterizer. Optimized...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Pauladded OSMesaCreateContextExt()
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-04-22 Brian Paulcall _mesa_initialize_context()
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-01-15 Randy FrankAdded occlusion test code. Follows the HP proposed...
2000-01-14 Brian PaulGLcontext is now nested in OSMesaContext
2000-01-06 Brian Paulupdated Clear function for new mask bits
1999-12-17 Brian Paulremoved old thread code
1999-12-10 Brian Paulpass new args to gl_create_framebuffer()
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-11 Brian Paulinitial changes for Mesa 3.3
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-08-19 jtgInitial revision