index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0
Dave Airlie
2010-09-25
1
-1
/
+1
*
mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.
Eric Anholt
2010-09-24
1
-1
/
+1
*
mesa: fix out of bounds memory read in mipmap gen code
Brian Paul
2010-09-01
1
-5
/
+12
*
mesa: simplify some code in _mesa_generate_mipmap()
Brian Paul
2010-04-23
1
-19
/
+10
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-03-04
1
-0
/
+2
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-03-02
1
-0
/
+2
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-02-27
1
-0
/
+3
*
mesa: Add assert to check input to memcpy is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-20
/
+20
*
mesa: Remove unnecessary header from mipmap.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-40
/
+38
|
\
|
*
mesa: begin removing _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
1
-1
/
+1
|
*
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-5
/
+3
|
*
mesa: move _mesa_format_to_type_and_comps() to formats.c
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-12
/
+11
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-6
/
+5
|
*
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
1
-2
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-4
/
+4
|
*
mesa: use _mesa_texstore()
Brian Paul
2009-09-28
1
-12
/
+9
|
*
mesa: change _mesa_format_to_type_and_comps() format parameter type
Brian Paul
2009-09-27
1
-5
/
+5
|
*
mesa: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
1
-1
/
+2
|
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-9
/
+15
*
|
Use _mesa_select_tex_image() rather than hardcoding face 0.
Michel Dänzer
2009-10-05
1
-2
/
+1
*
|
mesa: fix memory leak when generating mipmaps for compressed textures
Brian Paul
2009-10-01
1
-6
/
+10
|
/
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
1
-3
/
+0
|
\
|
*
Always free image offsets memory when re-initializing texture image fields.
Michel Dänzer
2009-06-19
1
-3
/
+0
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-18
1
-0
/
+3
|
\
|
|
*
mesa: comments for _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-0
/
+3
*
|
mesa: updated comments for _mesa_generate_mipmap()
Brian Paul
2009-05-11
1
-2
/
+5
|
/
*
fix ugly copy/paste error in mipmap generation code
Roland Scheidegger
2009-03-31
1
-1
/
+1
*
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-28
1
-11
/
+100
*
mesa: update/fix doxygen comments
Vinson Lee
2009-03-17
1
-1
/
+1
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-2
/
+12
*
mesa: Fix the size per pixel for packed pixel format data type.
Xiang, Haihao
2009-01-06
1
-1
/
+5
*
Add do_row_3d for mipmapping 3D textures
Ian Romanick
2008-12-19
1
-21
/
+444
*
Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV
Ian Romanick
2008-12-19
1
-1
/
+1
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-1
/
+1
*
code refactoring, new next_mipmap_level_size() function
Brian
2008-09-21
1
-26
/
+51
*
refactor code, export _mesa_generate_mipmap_level()
Brian
2008-09-21
1
-47
/
+70
*
move _mesa_format_to_type_and_comps() to texformat.c
Brian
2008-09-21
1
-167
/
+1
*
mesa: pull in mipmap.c changes from gallium-0.2
Keith Whitwell
2008-09-21
1
-438
/
+523
*
Remove unused texunit parameter to ctx->Driver.GenerateMipmap()
Brian
2008-05-09
1
-1
/
+0
*
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-12-20
1
-39
/
+45
*
some fixes for compressed cube maps (bug 11986)
Brian
2007-08-18
1
-3
/
+4
*
make srcPtr param to make_1d_stack_mipmap() const
Brian
2007-05-17
1
-1
/
+1
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-3
/
+145
*
fix mem leak
Panagiotis Papadakos
2007-02-05
1
-0
/
+3
*
update _mesa_select_tex_image() and _mesa_get_tex_image()
Brian Paul
2006-11-01
1
-2
/
+2
[next]