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
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: additional teximage error checks for GL_EXT_texture_integer
Brian Paul
2010-10-25
1
-4
/
+38
*
mesa: simplify target_can_be_compressed() function
Brian Paul
2010-10-23
1
-8
/
+18
*
mesa: remove post-convolution width/height vars
Brian Paul
2010-10-14
1
-35
/
+19
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-31
/
+31
*
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
2010-10-01
1
-5
/
+5
*
ARB_texture_rg: Correct some errors in RED / RG internal format handling
Ian Romanick
2010-10-01
1
-9
/
+32
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-62
/
+0
*
mesa: Fix printf-like warnings.
Vinson Lee
2010-09-02
1
-2
/
+2
*
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-07-20
1
-45
/
+73
*
mesa: Add error path in compressed_texture_error_check.
Vinson Lee
2010-07-15
1
-0
/
+4
*
mesa: initial support for new GL 3.0 texture formats
Brian Paul
2010-07-07
1
-0
/
+75
*
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-07-05
1
-2
/
+50
*
mesa: fix error message strings
Brian Paul
2010-05-11
1
-5
/
+5
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
1
-1
/
+19
|
\
|
*
mesa: Move support for paletted textures to main/teximage.c
Kristian Høgsberg
2010-04-28
1
-1
/
+19
*
|
mesa: s/sprintf/_mesa_snprintf/
Vinson Lee
2010-05-02
1
-5
/
+5
*
|
mesa: make is_compressed_format() non-static
Brian Paul
2010-04-23
1
-38
/
+4
*
|
mesa: faster, simpler is_compressed_format()
Brian Paul
2010-04-23
1
-18
/
+24
|
/
*
mesa: Add missing format specifiers in error strings.
Vinson Lee
2010-04-15
1
-13
/
+13
*
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-04-06
1
-0
/
+6
*
mesa: Fix SCons build.
Vinson Lee
2010-02-24
1
-2
/
+2
*
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-24
1
-0
/
+41
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-27
1
-6
/
+6
*
mesa: Remove unnecessary header from teximage.c.
Vinson Lee
2010-01-17
1
-1
/
+0
*
mesa: added another check in check_gen_mipmap()
Brian Paul
2009-11-16
1
-1
/
+3
*
mesa: make _mesa_get_current_tex_objec() public
Brian Paul
2009-11-02
1
-31
/
+30
*
mesa: better error message
Brian Paul
2009-10-30
1
-2
/
+2
*
mesa: move, clean-up _mesa_print_texture()
Brian Paul
2009-10-29
1
-57
/
+0
*
mesa: fix some tests in subtexture_error_check2()
Brian Paul
2009-10-29
1
-23
/
+22
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-24
/
+110
|
\
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-0
/
+48
|
*
mesa: fix-up error checking related to compressed texture block size
Brian Paul
2009-10-25
1
-5
/
+17
|
*
mesa: clean-up, simplify compressed texture size checking
Brian Paul
2009-10-25
1
-4
/
+16
|
*
mesa: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-0
/
+20
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-3
/
+0
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-4
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-7
/
+7
*
|
mesa: consolidate _mesa_CompressedTexSubImage[123]DARB() functions
Brian Paul
2009-10-27
1
-96
/
+56
*
|
mesa: consolidate CompressedTexSubImage1/2/3DARB() error checking
Brian Paul
2009-10-27
1
-28
/
+58
*
|
mesa: simplify teximage code with get_current_tex_object()
Brian Paul
2009-10-27
1
-60
/
+38
|
/
*
mesa/main: Make FEATURE_convolve follow feature conventions.
Chia-I Wu
2009-09-24
1
-2
/
+0
*
mesa: add some debug info to teximage.c
Maciej Cencora
2009-09-21
1
-0
/
+87
*
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-3
/
+63
*
mesa: remove last of gotos
Brian Paul
2009-09-15
1
-62
/
+62
*
mesa: more goto removal
Brian Paul
2009-09-15
1
-142
/
+129
*
mesa: remove some gotos
Brian Paul
2009-09-15
1
-105
/
+96
*
mesa: add extension checks in _mesa_max_texture_levels()
Brian Paul
2009-08-13
1
-6
/
+9
[next]