Age | Commit message (Expand) | Author |
2005-04-27 | move set_component_sizes() to fix bug 3135 | Brian Paul |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-10-31 | PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. | Brian Paul |
2004-09-09 | Update the doxygen configuration file. | Jose Fonseca |
2004-04-22 | New glTexImage code. | Brian Paul |
2004-02-28 | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul |
2004-02-28 | rename some span pack/unpack functions for better uniformity | Brian Paul |
2004-02-28 | consolidate some code | Brian Paul |
2004-02-28 | replace color table FloatTable boolean with Type enum | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-07-22 | Restore more code lost during last big merge. | 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 |
2003-01-26 | Make GL_SGI_texture_color_table work per-texture unit. | Brian Paul |
2003-01-21 | GL_SGI_texture_color_table extension (Eric Plante) | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul |
2002-06-08 | added missing texture cube map targets | Brian Paul |
2001-09-15 | more warning fixes (Karl Schultz) | Brian Paul |
2001-07-14 | more work on float colors (still not finished) | Brian Paul |
2001-04-20 | Minor fixes for Win32 (Karl Schultz). | Brian Paul |
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-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-27 | colortable w/ size=0 wasn't handled correctly | Brian Paul |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-10 | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul |
2000-12-09 | set default table size to 0, minor error check fix | Brian Paul |
2000-11-23 | More auto* build system updates | Jon Taylor |
2000-11-21 | call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter | Brian Paul |
2000-11-21 | added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes | Brian Paul |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-29 | More GLchan color channel changes. | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-08-21 | fixed image transfer errors | Brian Paul |
2000-06-29 | several colortable fixes | Brian Paul |
2000-06-27 | fixed GL_INTENSITY error checking bug | Brian Paul |
2000-05-24 | replaced _mesa_base_tex_format() with base_colortab_format() | Brian Paul |
2000-05-10 | more GL_EXT_convolution work | Brian Paul |
2000-04-18 | more color table and imaging work | Brian Paul |
2000-04-17 | dynamically allocate color table data, uses less memory | Brian Paul |
2000-04-17 | work on GL_SGI_color_table | Brian Paul |