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
/
texparam.c
Age
Commit message (
Expand
)
Author
2010-02-03
mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS
Brian Paul
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-17
mesa: Remove unnecessary header from texparam.c.
Vinson Lee
2010-01-04
mesa: added _mesa_[Get]TexParameterI[u]iv() functions
Brian Paul
2010-01-04
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
mesa: use get_texobj() in _mesa_GetTexParameter() funcs
Brian Paul
2010-01-04
mesa: add missing _mesa_lock_texture() call
Brian Paul
2009-12-11
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-10
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
Vinson Lee
2009-12-08
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
Vinson Lee
2009-12-05
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-02
mesa: added comment
Brian Paul
2009-10-29
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-24
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-23
mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats
Brian Paul
2009-10-01
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-27
mesa: fix GL_TEXTURE_LUMINANCE_SIZE query
Brian Paul
2009-09-27
mesa: use more mesa format functions
Brian Paul
2009-09-27
mesa: use _mesa_get_format_bits()
Brian Paul
2009-09-15
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-11
mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors
Vinson Lee
2009-08-13
mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...
Brian Paul
2009-08-13
mesa: use _mesa_get_current_tex_unit() in more places
Brian Paul
2009-06-29
mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT query
Brian Paul
2009-05-07
mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT
Brian Paul
2009-04-23
mesa: more informative error messages
Brian Paul
2009-04-02
mesa: fix TexParameter functions
Roland Scheidegger
2009-04-01
mesa: get rid of gl_texture_object::_BorderChan
Brian Paul
2009-02-21
mesa: use an array for current texture objects
Brian Paul
2009-02-09
mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change
Brian Paul
2009-02-09
mesa: add no-change testing for a few more texture parameters
Brian Paul
2009-01-28
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture
Brian Paul
2009-01-28
mesa: additional GL_INVALID_OPERATION tests for texture swizzle
Brian Paul
2009-01-28
mesa: set/get new state for GL_EXT_texture_swizzle
Brian Paul
2009-01-27
mesa: refactor glTexParameter code
Brian Paul
2008-10-01
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-09-26
mesa: fix param indexing
Brad King
2008-09-21
mesa: texture crop rect state
Brian Paul
2008-09-21
mesa: refactor: move various ENUM_TO_x macros into macros.h
Brian Paul
2008-09-21
mesa: refactor: move glTexParameter-related functions into new texparam.c file
Brian Paul