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
/
teximage.c
Age
Commit message (
Expand
)
Author
2011-01-11
mesa/swrast: handle sRGB FBOs correctly (v2)
Dave Airlie
2011-01-07
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-04
mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
Eric Anholt
2010-12-08
mesa: simplify target checking for TexImage functions
Brian Paul
2010-12-08
mesa: revamp error checking for compressed texture images
Brian Paul
2010-12-07
mesa: make _mesa_test_proxy_teximage() easier to read
Brian Paul
2010-12-07
mesa: consolidate glCompressedTexImage1/2/3D() functions
Brian Paul
2010-12-07
mesa: consolidate glCopyTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
mesa: consolidate glCopyTexImage1/2D() code
Brian Paul
2010-12-07
mesa: consolidate the glTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
mesa: simplify proxy texture code in texture_error_check()
Brian Paul
2010-12-06
mesa: consolidate glTexImage1/2/3D() code
Brian Paul
2010-12-02
mesa: raise max texture sizes to 16K
Brian Paul
2010-11-21
mesa: fix get_texture_dimensions() for texture array targets
Brian Paul
2010-11-18
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-16
mesa: reorder texture_error_check() params
Brian Paul
2010-11-16
mesa: 80-column wrapping
Brian Paul
2010-11-12
mesa: consolidate assertions in teximage code
Brian Paul
2010-10-26
mesa: rename function to _mesa_is_format_integer_color()
Brian Paul
2010-10-25
mesa: additional teximage error checks for GL_EXT_texture_integer
Brian Paul
2010-10-23
mesa: simplify target_can_be_compressed() function
Brian Paul
2010-10-14
mesa: remove post-convolution width/height vars
Brian Paul
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-01
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
2010-10-01
ARB_texture_rg: Correct some errors in RED / RG internal format handling
Ian Romanick
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-02
mesa: Fix printf-like warnings.
Vinson Lee
2010-07-20
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-07-15
mesa: Add error path in compressed_texture_error_check.
Vinson Lee
2010-07-07
mesa: initial support for new GL 3.0 texture formats
Brian Paul
2010-07-05
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-05-11
mesa: fix error message strings
Brian Paul
2010-05-02
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
mesa: s/sprintf/_mesa_snprintf/
Vinson Lee
2010-04-28
mesa: Move support for paletted textures to main/teximage.c
Kristian Høgsberg
2010-04-23
mesa: make is_compressed_format() non-static
Brian Paul
2010-04-23
mesa: faster, simpler is_compressed_format()
Brian Paul
2010-04-15
mesa: Add missing format specifiers in error strings.
Vinson Lee
2010-04-06
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-02-24
mesa: Fix SCons build.
Vinson Lee
2010-02-24
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-01-27
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-17
mesa: Remove unnecessary header from teximage.c.
Vinson Lee
2009-11-16
mesa: added another check in check_gen_mipmap()
Brian Paul
2009-11-02
mesa: make _mesa_get_current_tex_objec() public
Brian Paul
2009-10-30
mesa: better error message
Brian Paul
2009-10-29
mesa: move, clean-up _mesa_print_texture()
Brian Paul
2009-10-29
mesa: fix some tests in subtexture_error_check2()
Brian Paul
[next]