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
/
texparam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove isProxy local var
Brian Paul
2011-01-25
1
-4
/
+2
*
mesa: use texFormat local var in more places
Brian Paul
2011-01-25
1
-4
/
+4
*
mesa: consolidate error handling code in _mesa_GetTexLevelParameteriv()
Brian Paul
2011-01-25
1
-26
/
+19
*
mesa: consolidate error handling in set_tex_parameteri()
Brian Paul
2011-01-25
1
-38
/
+36
*
mesa: add checks for GL_EXT_texture_array
Brian Paul
2011-01-25
1
-2
/
+4
*
mesa: smarter glTexParameter state invalidation
Brian Paul
2011-01-23
1
-25
/
+38
*
mesa/swrast: implement EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-1
/
+17
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE
Ian Romanick
2010-10-01
1
-1
/
+2
*
ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query support
Ian Romanick
2010-10-01
1
-0
/
+10
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-22
/
+6
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: Add missing features.
Chia-I Wu
2010-03-30
1
-4
/
+4
*
mesa: added GL3 query for GL_TEXTURE_SHARED_SIZE
Brian Paul
2010-03-20
1
-0
/
+12
*
mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS
Brian Paul
2010-02-03
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
mesa: Remove unnecessary header from texparam.c.
Vinson Lee
2010-01-17
1
-1
/
+0
*
|
mesa: added _mesa_[Get]TexParameterI[u]iv() functions
Brian Paul
2010-01-04
1
-1
/
+116
*
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-12
/
+9
*
|
mesa: use get_texobj() in _mesa_GetTexParameter() funcs
Brian Paul
2010-01-04
1
-35
/
+16
|
/
*
mesa: add missing _mesa_lock_texture() call
Brian Paul
2010-01-04
1
-0
/
+1
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-11
1
-7
/
+18
|
\
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
Vinson Lee
2009-12-10
1
-2
/
+4
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
1
-1
/
+6
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
Vinson Lee
2009-12-08
1
-2
/
+4
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
Vinson Lee
2009-12-08
1
-2
/
+4
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+7
|
*
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-12-05
1
-2
/
+4
*
|
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
1
-2
/
+7
*
|
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
Vinson Lee
2009-11-29
1
-2
/
+4
*
|
mesa: added comment
Brian Paul
2009-11-02
1
-0
/
+2
*
|
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-29
1
-1
/
+1
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-42
/
+46
|
\
\
|
|
/
|
/
|
|
*
mesa: remove _mesa_compressed_texture_size()
Brian Paul
2009-10-24
1
-6
/
+2
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-2
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-1
/
+1
|
*
mesa: fix GL_TEXTURE_LUMINANCE_SIZE query
Brian Paul
2009-09-27
1
-1
/
+1
|
*
mesa: use more mesa format functions
Brian Paul
2009-09-27
1
-19
/
+29
|
*
mesa: use _mesa_get_format_bits()
Brian Paul
2009-09-27
1
-24
/
+23
*
|
mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats
Brian Paul
2009-10-23
1
-1
/
+9
|
/
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-15
1
-3
/
+3
|
\
|
*
mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors
Vinson Lee
2009-09-11
1
-3
/
+3
*
|
mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...
Brian Paul
2009-08-13
1
-47
/
+2
*
|
mesa: use _mesa_get_current_tex_unit() in more places
Brian Paul
2009-08-13
1
-4
/
+5
*
|
mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT query
Brian Paul
2009-06-29
1
-1
/
+2
*
|
mesa: limit number of error raised by invalid GL_TEXTURE_MAX_ANISOTROPY_EXT
Brian Paul
2009-05-07
1
-2
/
+4
|
/
*
mesa: more informative error messages
Brian Paul
2009-04-23
1
-6
/
+10
*
mesa: fix TexParameter functions
Roland Scheidegger
2009-04-02
1
-62
/
+86
[next]