index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge from texman branch
mesa_20060325
Brian Paul
2006-03-26
1
-2
/
+39
*
finish up some loose ends in _mesa_texstore_z24_s8()
Brian Paul
2006-03-16
1
-2
/
+40
*
remove uintptr_t cast
Brian Paul
2005-12-01
1
-1
/
+1
*
fix byteswapping bug in _mesa_texstore_ycbcr() (Benjamin Herrenschmidt)
Brian Paul
2005-10-05
1
-7
/
+7
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-21
/
+23
*
added _mesa_texstore_z24_s8()
Brian Paul
2005-10-01
1
-8
/
+40
*
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-28
1
-7
/
+9
*
New set_fetch_functions() to set a gl_texture_image's FetchTexel functions
Brian Paul
2005-09-15
1
-8
/
+93
*
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Brian Paul
2005-07-05
1
-8
/
+8
*
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-27
1
-19
/
+19
*
Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
Keith Whitwell
2005-05-23
1
-21
/
+22
*
Don't use _mesa_swizzle_ubyte_image if all three texture formats
Felix Kuehling
2005-05-16
1
-0
/
+12
*
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-05-05
1
-1
/
+1
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-14
/
+17
*
comments and minor clean-up
Brian Paul
2005-04-26
1
-17
/
+29
*
argb8888 optimizations from via branch
Keith Whitwell
2005-02-07
1
-33
/
+287
*
Added driver hooks for GetTexImage() and GetCompressedTexImage().
Brian Paul
2004-12-12
1
-0
/
+174
*
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-12-03
1
-4
/
+4
*
update _mesa_store_teximageXd() comments and minor code clean-up
Brian Paul
2004-11-23
1
-14
/
+30
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-45
/
+64
*
Map/Unmap PBO as needed so that the texstore routines can work with
Brian Paul
2004-10-31
1
-48
/
+95
*
changed _mesa_rescale_teximage2d to allow rescaling of padded images
Daniel Borca
2004-10-18
1
-8
/
+11
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+40
*
fix a couple bad casts
Brian Paul
2004-08-25
1
-2
/
+2
*
disabled unnecessary assertions in texture replicator
Daniel Borca
2004-06-24
1
-1
/
+1
*
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-19
1
-54
/
+104
*
fix component indexing bug in _mesa_texstore_al88()
Brian Paul
2004-06-16
1
-2
/
+3
*
Roland's patch to fix promotion of alpha or luminance textures to the
Brian Paul
2004-06-10
1
-32
/
+57
*
Another pass at implementing byte-swapped texture formats.
Brian Paul
2004-05-13
1
-397
/
+58
*
yank bgr233 texformat. minor comment updates.
Brian Paul
2004-05-12
1
-53
/
+0
*
Added big-endian texture formats.
Brian Paul
2004-05-12
1
-43
/
+515
*
fix a few bugs when using GL_REDUCE convolution mode
Brian Paul
2004-05-05
1
-6
/
+8
*
fix a bug on the convolution path
Brian Paul
2004-05-04
1
-1
/
+3
*
Fix minor warnings found with g++.
Brian Paul
2004-05-04
1
-6
/
+4
*
texture compression: getting warmer
Daniel Borca
2004-05-04
1
-0
/
+34
*
restored _mesa_rescale_teximage2d()
Brian Paul
2004-05-02
1
-0
/
+71
*
Removed the old teximage code.
Brian Paul
2004-04-27
1
-865
/
+42
*
bring over build fixes from stable branch
Alan Hourihane
2004-04-26
1
-3
/
+1
*
New glTexImage code.
Brian Paul
2004-04-22
1
-19
/
+1893
*
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-03-13
1
-5
/
+79
*
Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the
Brian Paul
2004-02-28
1
-3
/
+2
*
rename some span pack/unpack functions for better uniformity
Brian Paul
2004-02-28
1
-3
/
+3
*
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-02-06
1
-14
/
+14
*
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-27
1
-1
/
+1
*
Initial support for floating point and signed texture formats.
Brian Paul
2004-01-23
1
-9
/
+15
*
Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.
Brian Paul
2003-12-04
1
-0
/
+3
*
fix YCBCR assertion and disable assertion in auto-mipmap code
Brian Paul
2003-11-24
1
-0
/
+3
*
s/xoffset/zoffset/ (Cedric Gautier)
Brian Paul
2003-11-07
1
-1
/
+1
*
Allow glTexImage1/2/3D to specify width/height/depth = 0.
Brian Paul
2003-09-12
1
-3
/
+3
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-3
/
+3
[next]