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_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
2014-10-18
1
-0
/
+1
*
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
2014-10-01
1
-8
/
+9
*
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
2014-10-01
1
-1
/
+1
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
1
-13
/
+193
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
1
-1
/
+8
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
1
-14
/
+23
*
meta: Disable dithering during glBlitFramebuffer
Neil Roberts
2014-08-05
1
-0
/
+3
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
meta_blit: properly compute texture width for the CopyTexSubImage fallback
Jason Ekstrand
2014-06-13
1
-1
/
+1
*
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+3
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-28
1
-1
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
1
-1
/
+12
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-23
1
-1
/
+3
*
meta blit: Set Z texcoord during meta blit to sample the correct layer
Jordan Justen
2014-05-23
1
-1
/
+8
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-8
/
+25
*
meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.
Kenneth Graunke
2014-05-19
1
-8
/
+0
*
Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage.
Kenneth Graunke
2014-05-13
1
-1
/
+1
*
meta: Refactor state save/restore for framebuffer texture blits
Topi Pohjolainen
2014-05-13
1
-22
/
+37
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
1
-13
/
+25
*
meta: Refactor binding of renderbuffer as texture image
Topi Pohjolainen
2014-05-12
1
-30
/
+40
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
1
-15
/
+3
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
1
-1
/
+1
*
meta: Clip src/dest rects in BlitFramebuffer, using the scissor
Chris Forbes
2014-04-17
1
-2
/
+36
*
meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.
Eric Anholt
2014-04-15
1
-17
/
+41
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
1
-0
/
+3
*
meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.
Eric Anholt
2014-04-15
1
-137
/
+2
*
meta: Refactor the BlitFramebuffer color CopyTexImage fallback.
Eric Anholt
2014-04-15
1
-52
/
+41
*
meta: Drop blit src size fallback.
Eric Anholt
2014-04-15
1
-10
/
+0
*
meta: use non-ARB shader/program create/delete functions
Brian Paul
2014-03-10
1
-3
/
+3
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
1
-2
/
+1
*
meta: Use a #define for the vector type to avoid %svec4 everywhere.
Kenneth Graunke
2014-02-26
1
-10
/
+7
*
meta: Set some object labels on our meta shaders.
Eric Anholt
2014-02-22
1
-0
/
+8
*
mesa: Move declarations before code.
Vinson Lee
2014-02-21
1
-4
/
+9
*
meta: Eliminate samplers[] array in favor of using vec4_prefix.
Kenneth Graunke
2014-02-21
1
-10
/
+2
*
meta: Add support for integer blits.
Eric Anholt
2014-02-21
1
-7
/
+61
*
meta: Add support for doing MSAA to MSAA blits.
Eric Anholt
2014-02-21
1
-47
/
+100
*
meta: Try to do blending of sRGB values in linear colorspace.
Eric Anholt
2014-02-21
1
-5
/
+25
*
meta: Add support for doing multisample resolves.
Eric Anholt
2014-02-21
1
-12
/
+190
*
meta: Don't try to enable FF texturing when we're using GLSL.
Eric Anholt
2014-02-14
1
-6
/
+3
*
meta: Add acceleration for depth glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-6
/
+23
*
meta: Use BindRenderbufferTexImage() for meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-9
/
+46
*
meta: Do a massive unindent (and rename) of blitframebuffer_texture().
Eric Anholt
2014-02-12
1
-142
/
+144
*
meta: Move glBlitFramebuffer() to a separate file.
Eric Anholt
2014-02-12
1
-0
/
+466