Age | Commit message (Expand) | Author |
2006-05-20 | use new _mesa_remove_renderbuffer() | Brian Paul |
2006-05-19 | Allow rendering 8, 16 and 32-bit/channel images without recompiling. | Brian Paul |
2006-05-14 | remove some unused macros | Brian Paul |
2006-05-14 | fix typo, remove dead code | Brian Paul |
2006-04-25 | silence warnings | Brian Paul |
2006-04-01 | Initialize renderbuffer size. | Daniel Borca |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul |
2006-03-28 | Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB... | Daniel Borca |
2006-03-27 | PutRowRGB was not initialized for OSMESA_RGB_565 | Daniel Borca |
2006-03-16 | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul |
2006-01-26 | remove unneeded init of swrast->invalidate_line/triangle | Brian Paul |
2005-12-08 | add {} to RENDER_SPAN macro to fix compilation problem | Karl Schultz |
2005-11-12 | Added OSMesaColorClamp(), bug 4917 | Brian Paul |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-21 | replace GLdepth with GLuint | Brian Paul |
2005-09-14 | remove unused vars | Brian Paul |
2005-09-14 | remove _tnl_MakeCurrent call | Brian Paul |
2005-09-10 | fix a problem w/ color index mode when CHAN_BITS=16 | Brian Paul |
2005-09-01 | remove the old set_buffer() routine | Brian Paul |
2005-05-24 | moved to windows build dir | Karl Schultz |
2005-05-17 | fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures) | Brian Paul |
2005-05-07 | remove some dead code | Brian Paul |
2005-05-05 | more updates for users of s_spantemp.h | Brian Paul |
2005-05-04 | fix s_spantemp.h includes | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-01-29 | fix initial viewport size bug | Brian Paul |
2004-11-27 | Have OSMesaGetProcAddress() return new OSMESAproc typedef. | Brian Paul |
2004-11-25 | Use a generic function typedef instead of void * to avoid gcc 3.4 warnings. | Brian Paul |
2004-04-21 | check return values of _swrast_CreateContext, etc | Brian Paul |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-14 | fix stride bug in RGB and BGR span rendering | Brian Paul |
2004-01-23 | Committing in . | Jouk Jansen |
2004-01-22 | Committing in . | Jouk Jansen |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul |
2003-10-15 | initialize GetBufferSubData pointer | Brian Paul |
2003-10-11 | s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/ | Brian Paul |
2003-10-11 | don't request accum buffer in color index mode | Brian Paul |
2003-10-08 | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett |
2003-09-19 | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz |
2003-09-18 | Copy the DLL files to the lib directory instead of libexec. | Karl Schultz |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul |
2003-09-17 | added call to _mesa_enable_1_5_extensions() | Brian Paul |
2003-08-30 | Generate browse info for Debug version. | Karl Schultz |
2003-07-26 | VC 6 Project File | Karl Schultz |
2003-07-02 | Committing in . | Jouk Jansen |
2003-06-17 | Committing in . | Jouk Jansen |
2003-04-04 | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul |
2003-04-01 | s/gl_ctx/mesa/ and misc clean-ups | Brian Paul |
2003-04-01 | New device driver hooks for texture object and texture image creation to | Brian Paul |