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
/
texformat.c
Age
Commit message (
Expand
)
Author
2009-09-30
mesa: remove gl_texture_format
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-27
mesa: change _mesa_format_to_type_and_comps() format parameter type
Brian Paul
2009-09-27
mesa: remove unused gl_texture_format fields
Brian Paul
2009-09-27
mesa: rework null texel fetch/store funcs
Brian Paul
2009-09-27
mesa: null-out StoreTexImageFunc fields
Brian Paul
2009-09-27
mesa: use _mesa_get_texel_store_func()
Brian Paul
2009-09-27
mesa: use new look-up table to get texel fetch/store funcs
Brian Paul
2009-04-01
mesa: convert more texture fetch functions to return GLfloat
Brian Paul
2009-04-01
mesa: switch texel fetch functions from GLchan to GLfloat
Brian Paul
2009-03-28
mesa: fix a glGetTexImage issue with base-converted texture formats
Roland Scheidegger
2009-03-28
mesa: add _rev signed rgba texture format
Roland Scheidegger
2009-03-28
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-13
mesa: added 1D/3D fetch_texel functions for DUDV8
Brian Paul
2009-03-12
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-22
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-20
Add RGBA4444 and RGBA5551 texture formats.
Thomas Hellstrom
2009-01-06
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-06
mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...
Xiang, Haihao
2008-12-12
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2008-10-10
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-01
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-09-21
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-09-21
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2008-09-21
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-04
mesa: Support for MESA_FORMAT_S8_Z24 texture
Jakob Bornecrantz
2008-07-15
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-06-18
mesa: Added _mesa_texstore_s8_z24
Jakob Bornecrantz
2008-06-12
mesa: add some #if FEATURE_x tests
Brian Paul
2008-06-10
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Brian Paul
2008-06-09
mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported
Jakob Bornecrantz
2008-06-08
mesa: Add MESA_FORMAT_S8_Z24 texture format
Jakob Bornecrantz
2008-02-11
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2006-08-03
Initial work for GL_EXT_texture_sRGB.
Brian Paul
2006-04-06
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2005-10-01
plug in _mesa_texstore_z24_s8()
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-15
Remove a bunch texel fetch functions that can be handled by the new
Brian Paul
2005-09-08
check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
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-04-27
Removed the old teximage code.
Brian Paul
2004-04-27
transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex...
Daniel Borca
2004-04-22
s,CHAN_BITS/8,sizeof(GLchan),
Brian Paul
2004-04-22
fix some include file glitches
Brian Paul
[next]