index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texformat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-7
/
+69
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
1
-0
/
+48
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-06
1
-1
/
+1
|
|
\
\
|
*
|
|
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2008-12-12
1
-7
/
+58
|
*
|
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-5
/
+4
|
|
\
\
\
|
*
|
|
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-2
/
+2
|
*
|
|
|
mesa: Added _mesa_texstore_s8_z24
Jakob Bornecrantz
2008-06-18
1
-4
/
+0
|
*
|
|
|
mesa: add some #if FEATURE_x tests
Brian Paul
2008-06-12
1
-0
/
+6
|
*
|
|
|
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-06-10
1
-8
/
+18
|
*
|
|
|
mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported
Jakob Bornecrantz
2008-06-09
1
-7
/
+5
|
*
|
|
|
mesa: Add MESA_FORMAT_S8_Z24 texture format
Jakob Bornecrantz
2008-06-08
1
-0
/
+35
|
*
|
|
|
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2008-02-11
1
-0
/
+171
*
|
|
|
|
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-27
/
+25
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add RGBA4444 and RGBA5551 texture formats.
Thomas Hellstrom
2009-01-20
1
-0
/
+48
|
|
_
|
/
|
/
|
|
*
|
|
mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...
Xiang, Haihao
2009-01-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-10-01
1
-5
/
+4
*
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-09-21
1
-2
/
+2
*
|
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2008-09-21
1
-0
/
+171
*
|
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
1
-8
/
+18
*
|
mesa: Support for MESA_FORMAT_S8_Z24 texture
Jakob Bornecrantz
2008-09-04
1
-0
/
+24
|
/
*
Initial work for GL_EXT_texture_sRGB.
Brian Paul
2006-08-03
1
-0
/
+168
*
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-04-06
1
-51
/
+57
*
plug in _mesa_texstore_z24_s8()
Brian Paul
2005-10-01
1
-1
/
+1
*
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-28
1
-0
/
+76
*
Remove a bunch texel fetch functions that can be handled by the new
Brian Paul
2005-09-15
1
-123
/
+130
*
check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places
Brian Paul
2005-09-08
1
-3
/
+4
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-9
/
+58
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+2
*
Another pass at implementing byte-swapped texture formats.
Brian Paul
2004-05-13
1
-55
/
+58
*
yank bgr233 texformat. minor comment updates.
Brian Paul
2004-05-12
1
-22
/
+0
*
Added big-endian texture formats.
Brian Paul
2004-05-12
1
-196
/
+180
*
Removed the old teximage code.
Brian Paul
2004-04-27
1
-183
/
+0
*
transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex...
Daniel Borca
2004-04-27
1
-6
/
+6
*
s,CHAN_BITS/8,sizeof(GLchan),
Brian Paul
2004-04-22
1
-7
/
+7
*
fix some include file glitches
Brian Paul
2004-04-22
1
-1
/
+1
*
New glTexImage code.
Brian Paul
2004-04-22
1
-223
/
+526
*
Some initial RGB and RGBA floating point texture formats.
Brian Paul
2004-01-24
1
-7
/
+101
*
Initial support for floating point and signed texture formats.
Brian Paul
2004-01-23
1
-102
/
+207
*
more texture compression
Daniel Borca
2003-11-21
1
-2
/
+16
*
texture compression
Daniel Borca
2003-10-29
1
-2
/
+52
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-23
/
+57
*
some texture compression odds & ends
Brian Paul
2003-04-03
1
-3
/
+94
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
*
updated email addresses
Brian Paul
2002-10-29
1
-2
/
+2
*
Header file clean-up:
Brian Paul
2002-10-24
1
-6
/
+2
*
new texture compression infrastructure
Brian Paul
2002-09-27
1
-48
/
+3
*
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-09-21
1
-1
/
+45
*
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
-2
/
+2
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-3
/
+150
[next]