updated some printfs, added comment about sched_yield
[mesa.git] / src / mesa / drivers / osmesa /
2006-01-26 Brian Paulremove unneeded init of swrast->invalidate_line/triangle
2005-12-08 Karl Schultzadd {} to RENDER_SPAN macro to fix compilation problem
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-09-23 Jouk Jansen Committing in .
2005-09-21 Brian Paulreplace GLdepth with GLuint
2005-09-14 Brian Paulremove unused vars
2005-09-14 Brian Paulremove _tnl_MakeCurrent call
2005-09-10 Brian Paulfix a problem w/ color index mode when CHAN_BITS=16
2005-09-01 Brian Paulremove the old set_buffer() routine
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-17 Brian Paulfix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)
2005-05-07 Brian Paulremove some dead code
2005-05-05 Brian Paulmore updates for users of s_spantemp.h
2005-05-04 Brian Paulfix s_spantemp.h includes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-01-29 Brian Paulfix initial viewport size bug
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-25 Brian PaulUse a generic function typedef instead of void * to...
2004-04-21 Brian Paulcheck return values of _swrast_CreateContext, etc
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-14 Brian Paulfix stride bug in RGB and BGR span rendering
2004-01-23 Jouk Jansen Committing in .
2004-01-22 Jouk Jansen Committing in .
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
2003-10-15 Brian Paulinitialize GetBufferSubData pointer
2003-10-11 Brian Pauls/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/
2003-10-11 Brian Pauldon't request accum buffer in color index mode
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Karl SchultzCopy the DLL files to the lib directory instead of...
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-07-26 Karl SchultzVC 6 Project File
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-01 Brian Pauls/gl_ctx/mesa/ and misc clean-ups
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-04 Brian Paulfix GLchan=GLfloat problems
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulcasts to silence g++ warnings
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian PaulLots of clean-ups.
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-25 Brian Paulwrapped a few more C library functions
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-11-29 Karl Schultzmain trunk is now 4.1
2001-11-29 Karl Schultzupdate to version 4.0
2001-09-25 Keith Whitwelluse correct vertex for flatshading
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
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 Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzcompiler warnings
2001-09-18 Karl Schultzremove carriage return chars
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
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
next