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
/
mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
mesa: add proxy texture targets in _mesa_next_mipmap_level_size()
Brian Paul
2016-07-15
1
-3
/
+6
*
mesa: make _mesa_prepare_mipmap_level() static
Brian Paul
2016-03-29
1
-8
/
+8
*
mesa: new _mesa_prepare_mipmap_levels() function for mipmap generation
Brian Paul
2016-03-29
1
-31
/
+57
*
mesa: simplify some code with new _mesa_cube_face_target() function
Brian Paul
2016-02-12
1
-6
/
+1
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-7
/
+7
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
mesa: fix mipmap generation for immutable, compressed textures
Roland Scheidegger
2015-09-25
1
-21
/
+15
*
mesa/formats: only do type and component lookup for uncompressed formats
Nanley Chery
2015-08-24
1
-1
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-3
/
+6
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-10
/
+10
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-3
/
+3
*
mesa/main: Modify generate_mipmap_compressed to cope with float textures
Neil Roberts
2014-08-12
1
-5
/
+8
*
mesa: fix software fallback for generating mipmaps for 3D textures
Marek Olšák
2014-03-21
1
-21
/
+16
*
mesa: fix software fallback for generating mipmaps for cube arrays
Marek Olšák
2014-03-21
1
-2
/
+5
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: consolidate multiple next_mipmap_level_size
Courtney Goeltzenleuchter
2013-12-13
1
-4
/
+4
*
mesa: improve free() cleanup in generate_mipmap_compressed()
Brian Paul
2013-07-31
1
-10
/
+7
*
mesa: implement mipmap generation for compressed 2D array textures
Brian Paul
2013-07-24
1
-16
/
+43
*
mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c
Brian Paul
2013-07-12
1
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-4
/
+4
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-1
/
+2
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-2
/
+1
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-4
/
+4
*
mesa: Fix memory leak in generate_mipmap_compressed.
Vinson Lee
2012-03-26
1
-0
/
+1
*
mesa: Fix copy-and-paste bug in do_row_3D
Ian Romanick
2012-02-02
1
-3
/
+3
*
mesa: remove incorrect (float) cast in mipmap do_row()
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
1
-3
/
+2
*
mesa: new _mesa_prepare_mipmap_level() function for mipmap generation
Brian Paul
2011-12-16
1
-33
/
+95
*
mesa: fix potential mem leak in generate_mipmap_compressed()
Brian Paul
2011-12-02
1
-0
/
+1
*
mesa: handle MapTextureImage() failures in mipmap generation code
Brian Paul
2011-11-28
1
-24
/
+57
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+1
*
mesa: fix software mipmap generation code for packed Z/stencil formats
Brian Paul
2011-10-07
1
-1
/
+37
*
mesa: remove unused _mesa_rescale_teximage2d() function
Brian Paul
2011-10-05
1
-75
/
+0
*
mesa: remove unused gl_texture_image::DriverData field
Brian Paul
2011-10-05
1
-1
/
+0
*
mesa: Reuse existing make_2d_mipmap for 2D array generation.
Eric Anholt
2011-10-03
1
-99
/
+5
*
mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.
Eric Anholt
2011-10-03
1
-44
/
+17
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-122
/
+148
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
1
-2
/
+3
*
mesa: fix indentation in mipmap.c (3 spaces)
Brian Paul
2011-09-26
1
-2
/
+2
*
mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
Brian Paul
2011-09-20
1
-34
/
+0
*
mesa: s/GLchan/GLubyte/ in mipmap generation code
Brian Paul
2011-09-20
1
-3
/
+3
[next]