index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texstore.c
Age
Commit message (
Expand
)
Author
2004-05-13
Another pass at implementing byte-swapped texture formats.
Brian Paul
2004-05-12
yank bgr233 texformat. minor comment updates.
Brian Paul
2004-05-12
Added big-endian texture formats.
Brian Paul
2004-05-05
fix a few bugs when using GL_REDUCE convolution mode
Brian Paul
2004-05-04
fix a bug on the convolution path
Brian Paul
2004-05-04
Fix minor warnings found with g++.
Brian Paul
2004-05-04
texture compression: getting warmer
Daniel Borca
2004-05-02
restored _mesa_rescale_teximage2d()
Brian Paul
2004-04-27
Removed the old teximage code.
Brian Paul
2004-04-26
bring over build fixes from stable branch
Alan Hourihane
2004-04-22
New glTexImage code.
Brian Paul
2004-03-13
Implementation of GL_EXT_pixel_buffer_object extension.
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-06
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-01-27
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-23
Initial support for floating point and signed texture formats.
Brian Paul
2003-12-04
Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.
Brian Paul
2003-11-24
fix YCBCR assertion and disable assertion in auto-mipmap code
Brian Paul
2003-11-07
s/xoffset/zoffset/ (Cedric Gautier)
Brian Paul
2003-09-12
Allow glTexImage1/2/3D to specify width/height/depth = 0.
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-04-04
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul
2003-04-01
New device driver hooks for texture object and texture image creation to
Brian Paul
2003-03-04
silence a GLchan=GLfloat warning with a cast
Brian Paul
2003-02-25
casts to silence g++ warnings
Brian Paul
2003-02-06
fix assertion in transfer_teximage() (Laurent Desnogues)
Brian Paul
2003-01-28
some casts (Evgeny Kotsuba)
Brian Paul
2003-01-24
silence some warnings
Brian Paul
2002-12-03
added GL_DEPTH_COMPONENT to two assertions
Brian Paul
2002-11-20
fixed cube texture auto-mipmap generation bug (641363)
Brian Paul
2002-10-30
remove debug printf
Brian Paul
2002-10-28
Add casts to quiet compiler warnings.
Karl Schultz
2002-10-24
Header file clean-up:
Brian Paul
2002-10-18
new _mesa_max_texture_levels() helper function - not used everywhere yet
Brian Paul
2002-10-18
implement auto mipmap generation for compressed textures
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-09-17
remove GLint t, pass target to _mesa_init_teximage_fields()
Brian Paul
2002-09-16
fixed _mesa_generate_mipmaps() target problem
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-04-04
fixed some 3D texture image stride bugs when using 16-bit channels
Brian Paul
2002-03-19
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2001-09-19
silence compiler warnings (last batch for src)
Karl Schultz
2001-07-23
check for pixels=NULL in _mesa_store_teximage[123]d()
Brian Paul
2001-07-16
Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
Brian Paul
2001-07-13
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-13
silence a warning
Brian Paul
2001-06-15
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
[next]