Age | Commit message (Expand) | Author |
2006-03-26 | merge from texman branch | Brian Paul |
2006-03-20 | use new _mesa_sourc/dest_buffer_exists() functions | Brian Paul |
2006-03-18 | Don't call Driver->Bitmap() if no image to render | Brian Paul |
2005-11-17 | move _mesa_update_state() calls before error tests that depend on framebuffer... | Brian Paul |
2005-11-17 | improved error checking in error_check_format_type() | Brian Paul |
2005-10-01 | move around some error checking | Brian Paul |
2005-09-28 | add error checks for framebuffer completeness | Brian Paul |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul |
2005-09-27 | Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixels | Brian Paul |
2005-09-09 | don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups | Brian Paul |
2005-08-25 | removed GL_HP_occlusion_test extension | Brian Paul |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-02-26 | check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmap | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-08-31 | added minor assertion | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-08-21 | minor error message changes | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-05-09 | Minor change to current raster position and texcoords. | Brian Paul |
2002-01-15 | added some missing error checks | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-12-13 | fixed errors in feedback for glDraw/CopyPixels and glBitmap | Brian Paul |
2001-06-26 | More raster fog coord fixes. | Brian Paul |
2001-06-26 | added GL_IBM_rasterpos_clip extension | Brian Paul |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-04-10 | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-16 | Move the transform and lighting code to two new directories | 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 | renamed Current.ByteColor Current.Color | Brian Paul |
2000-10-29 | More GLchan color channel changes. | Brian Paul |
2000-10-28 | New colormac.h file for color-related macros. | Brian Paul |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |
2000-10-17 | ported render begin/end calls from Mesa 3.4 | Brian Paul |
2000-10-05 | drawing color-index image to RGB window was broken | Brian Paul |
2000-09-30 | support for N texture units | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |
2000-09-12 | added format/type error check to draw_rgba_pixels() | Brian Paul |
2000-09-08 | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul |