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
/
drivers
/
common
/
meta_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]