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
/
drivers
/
common
/
meta_generate_mipmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer target
Jason Ekstrand
2014-08-11
1
-2
/
+2
*
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
2014-06-11
1
-0
/
+12
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
1
-1
/
+1
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
1
-2
/
+2
*
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2014-04-15
1
-1
/
+1
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
1
-2
/
+4
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
1
-34
/
+2
*
meta: Always restore the framebuffers and current renderbuffer.
Eric Anholt
2014-03-11
1
-3
/
+0
*
meta: Support GenerateMipmaps on 1DArray textures.
Kenneth Graunke
2014-03-07
1
-9
/
+33
*
meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.
Kenneth Graunke
2014-03-07
1
-3
/
+3
*
meta: Support GenerateMipmaps on 2DArray textures.
Kenneth Graunke
2014-03-07
1
-35
/
+34
*
meta: Add a 'layer' argument to bind_fbo_image().
Kenneth Graunke
2014-03-07
1
-9
/
+11
*
meta: Refactor code for binding a texture image to the FBO.
Kenneth Graunke
2014-03-07
1
-46
/
+35
*
meta: Use minify() in GenerateMipmaps code.
Kenneth Graunke
2014-03-07
1
-3
/
+3
*
meta: Drop redundant FBO creation code in GenerateMipmaps.
Kenneth Graunke
2014-03-07
1
-4
/
+1
*
meta: Replace GLboolean with bool in fallback_required().
Kenneth Graunke
2014-03-07
1
-7
/
+7
*
meta: Make _mesa_meta_check_generate_mipmap_fallback static.
Kenneth Graunke
2014-03-07
1
-4
/
+4
*
meta: Split GenerateMipmap() into its own file.
Kenneth Graunke
2014-03-07
1
-0
/
+372