Age | Commit message (Expand) | Author |
2001-08-28 | added OSMESA_MAX_WIDTH/HEIGHT queries | Brian Paul |
2001-08-28 | OpenGL 1.3 support | Brian Paul |
2001-07-14 | more work on float colors (still not finished) | Brian Paul |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-07-05 | fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson) | Brian Paul |
2001-06-27 | support for RGB_565 pixels (Lars Andersson), untested | Brian Paul |
2001-06-15 | replace 255 with CHAN_MAX | Brian Paul |
2001-06-14 | fixed a comment | Brian Paul |
2001-05-31 | fixed s/w alpha channel bug | Brian Paul |
2001-05-14 | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul |
2001-05-10 | Driver interface changes | Keith Whitwell |
2001-04-04 | More texture image changes. | Brian Paul |
2001-03-29 | silence a compiler warning | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-08 | do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined | Brian Paul |
2001-03-08 | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-19 | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul |
2001-02-12 | added ctx->Driver.ResetLineStipple, misc clean-up | Brian Paul |
2001-02-08 | fixed bytesPerValue bug in OSMesaGetDepthBuffer() | Brian Paul |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |
2001-01-29 | Update implementations of Driver.Clear(). | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-16 | updated ctx->Driver functions for s/w setup | Brian Paul |
2001-01-12 | initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop | Brian Paul |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2001-01-02 | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Modified Files: | Jouk Jansen |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
2000-11-17 | Minor header file changes to silence warnings. | Brian Paul |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-14 | removed unused set_color() and set_index() functions | Brian Paul |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |
2000-11-06 | test ctx->RenderMode in chooser functions | Brian Paul |
2000-11-05 | removed obsolete VB vars | Brian Paul |
2000-11-05 | Reworked to use the new software rasterizer. Optimized line/tri functions | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul |
2000-10-29 | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul |
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-09-08 | added OSMesaCreateContextExt() | Brian Paul |
2000-06-27 | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul |
2000-05-26 | include glheader.h instead of system headers | Brian Paul |
2000-05-26 | more work on GL_ARB_texture_cube_map | Brian Paul |
2000-04-22 | call _mesa_initialize_context() | Brian Paul |