| Commit message (Expand) | Author | Age | Files | Lines |
* | s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table. | Brian Paul | 2005-10-05 | 1 | -18/+18 |
* | fudge set_component_sizes() a bit, see comments | Brian Paul | 2005-09-03 | 1 | -1/+5 |
* | fix a few proxy color table bugs (bug 4270) | Brian Paul | 2005-08-28 | 1 | -8/+11 |
* | move set_component_sizes() to fix bug 3135 | Brian Paul | 2005-04-27 | 1 | -1/+3 |
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -3/+2 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. | Brian Paul | 2004-10-31 | 1 | -9/+62 |
* | Update the doxygen configuration file. | Jose Fonseca | 2004-09-09 | 1 | -5/+5 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -2/+2 |
* | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul | 2004-02-28 | 1 | -2/+1 |
* | rename some span pack/unpack functions for better uniformity | Brian Paul | 2004-02-28 | 1 | -3/+3 |
* | consolidate some code | Brian Paul | 2004-02-28 | 1 | -138/+126 |
* | replace color table FloatTable boolean with Type enum | Brian Paul | 2004-02-28 | 1 | -34/+50 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -9/+9 |
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 1 | -16/+24 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -20/+46 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
* | Make GL_SGI_texture_color_table work per-texture unit. | Brian Paul | 2003-01-26 | 1 | -49/+49 |
* | GL_SGI_texture_color_table extension (Eric Plante) | Brian Paul | 2003-01-21 | 1 | -9/+134 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -2/+1 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -4/+2 |
* | added missing texture cube map targets | Brian Paul | 2002-06-08 | 1 | -3/+66 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-15 | 1 | -3/+3 |
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -2/+1 |
* | Minor fixes for Win32 (Karl Schultz). | Brian Paul | 2001-04-20 | 1 | -2/+2 |
* | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | Brian Paul | 2001-04-10 | 1 | -20/+20 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -37/+3 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -8/+8 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -7/+18 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -29/+29 |
* | colortable w/ size=0 wasn't handled correctly | Brian Paul | 2001-02-27 | 1 | -97/+80 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -14/+9 |
* | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul | 2000-12-10 | 1 | -3/+3 |
* | set default table size to 0, minor error check fix | Brian Paul | 2000-12-09 | 1 | -6/+12 |
* | More auto* build system updates | Jon Taylor | 2000-11-23 | 1 | -1/+2 |
* | call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter | Brian Paul | 2000-11-21 | 1 | -1/+5 |
* | added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes | Brian Paul | 2000-11-21 | 1 | -1/+5 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -16/+16 |
* | minor changes to silence compiler warnings | Brian Paul | 2000-11-10 | 1 | -1/+2 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -2/+1 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -1/+7 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -7/+7 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -70/+70 |
* | fixed image transfer errors | Brian Paul | 2000-08-21 | 1 | -8/+8 |
* | several colortable fixes | Brian Paul | 2000-06-29 | 1 | -37/+124 |
* | fixed GL_INTENSITY error checking bug | Brian Paul | 2000-06-27 | 1 | -3/+5 |
* | replaced _mesa_base_tex_format() with base_colortab_format() | Brian Paul | 2000-05-24 | 1 | -3/+61 |
* | more GL_EXT_convolution work | Brian Paul | 2000-05-10 | 1 | -2/+3 |