Merge commit 'origin/master' into drm-gem
[mesa.git] / src / mesa / drivers / osmesa /
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-01 Brianadded some missing calls to _mesa_enable_x_y_extensions()
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-10 J.JansenUpdated OpenVMS makefiles
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
2007-04-14 Brianset osmesa renderbuffer refcount=1 upon creation, free...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 Alan HourihaneAdd missing OSMesaColorClamp function
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-29 Keith Whitwellswitch over to vbo module
2006-10-17 Brian PaulLots of fixes/changes to select color depth at runtime.
2006-10-14 Brian PaulSome code movement so that the gl_framebuffer is fully...
2006-05-20 Brian Pauluse new _mesa_remove_renderbuffer()
2006-05-19 Brian PaulAllow rendering 8, 16 and 32-bit/channel images without...
2006-05-14 Brian Paulremove some unused macros
2006-05-14 Brian Paulfix typo, remove dead code
2006-04-25 Brian Paulsilence warnings
2006-04-01 Daniel BorcaInitialize renderbuffer size.
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-28 Daniel BorcaMatch pixel addresses with `compute_row_addresses'...
2006-03-27 Daniel BorcaPutRowRGB was not initialized for OSMESA_RGB_565
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
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.
next