| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -3/+3 |
* | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul | 2003-04-04 | 1 | -36/+0 |
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -13/+6 |
* | silence a GLchan=GLfloat warning with a cast | Brian Paul | 2003-03-04 | 1 | -2/+2 |
* | casts to silence g++ warnings | Brian Paul | 2003-02-25 | 1 | -2/+2 |
* | fix assertion in transfer_teximage() (Laurent Desnogues) | Brian Paul | 2003-02-06 | 1 | -1/+2 |
* | some casts (Evgeny Kotsuba) | Brian Paul | 2003-01-28 | 1 | -8/+9 |
* | silence some warnings | Brian Paul | 2003-01-24 | 1 | -4/+4 |
* | added GL_DEPTH_COMPONENT to two assertions | Brian Paul | 2002-12-03 | 1 | -3/+5 |
* | fixed cube texture auto-mipmap generation bug (641363) | Brian Paul | 2002-11-20 | 1 | -3/+3 |
* | remove debug printf | Brian Paul | 2002-10-30 | 1 | -2/+1 |
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-28 | 1 | -3/+4 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -3/+3 |
* | new _mesa_max_texture_levels() helper function - not used everywhere yet | Brian Paul | 2002-10-18 | 1 | -24/+4 |
* | implement auto mipmap generation for compressed textures | Brian Paul | 2002-10-18 | 1 | -34/+81 |
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -161/+473 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -1/+24 |
* | remove GLint t, pass target to _mesa_init_teximage_fields() | Brian Paul | 2002-09-17 | 1 | -3/+2 |
* | fixed _mesa_generate_mipmaps() target problem | Brian Paul | 2002-09-16 | 1 | -86/+75 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+2 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -12/+20 |
* | fixed some 3D texture image stride bugs when using 16-bit channels | Brian Paul | 2002-04-04 | 1 | -7/+10 |
* | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul | 2002-03-19 | 1 | -8/+8 |
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -15/+15 |
* | check for pixels=NULL in _mesa_store_teximage[123]d() | Brian Paul | 2001-07-23 | 1 | -37/+49 |
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 1 | -19/+21 |
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -18/+18 |
* | silence a warning | Brian Paul | 2001-07-13 | 1 | -1/+3 |
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -7/+63 |
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -2/+7 |
* | Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers. | Brian Paul | 2001-05-24 | 1 | -165/+348 |
* | a little more work on GL_SGIS_generate_mipmap | Brian Paul | 2001-05-22 | 1 | -5/+192 |
* | initial support for GL_SGIS_generate_mipmap extension | Brian Paul | 2001-05-21 | 1 | -1/+409 |
* | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | 2001-04-20 | 1 | -33/+101 |
* | fixed tmpTexelSize computation bug | Brian Paul | 2001-04-04 | 1 | -3/+2 |
* | More texture image changes. | Brian Paul | 2001-04-04 | 1 | -37/+209 |
* | More texture format updates. Drivers now need only plug an appropriate | Gareth Hughes | 2001-03-28 | 1 | -17/+5 |
* | texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last... | Brian Paul | 2001-03-27 | 1 | -4/+3 |
* | Updates required for DRI drivers on mesa-3-5-branch. | Gareth Hughes | 2001-03-27 | 1 | -5/+13 |
* | renamed some vars, added a bunch of comments | Brian Paul | 2001-03-21 | 1 | -11/+11 |
* | depth images were broken by latest teximage changes, this fixes the problem | Brian Paul | 2001-03-21 | 1 | -19/+20 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -355/+1 |
* | Add missing header file include. | Gareth Hughes | 2001-03-18 | 1 | -1/+2 |
* | Remove #endif. | Gareth Hughes | 2001-03-18 | 1 | -2/+1 |
* | Remove old code, fix a few comments. | Gareth Hughes | 2001-03-18 | 1 | -402/+5 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -60/+24 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+1 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -7/+7 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -18/+18 |
* | fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel() | Brian Paul | 2001-02-21 | 1 | -4/+4 |