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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta_blit: properly compute texture width for the CopyTexSubImage fallback
Jason Ekstrand
2014-06-13
1
-1
/
+1
*
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
2014-06-11
1
-0
/
+12
*
meta: Label the meta GLSL clear program.
Kenneth Graunke
2014-06-10
1
-0
/
+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
2
-3
/
+14
*
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: Use gl_FragColor to output color values to all the draw buffers
Anuj Phogat
2014-05-21
1
-11
/
+4
*
meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code
Anuj Phogat
2014-05-21
1
-53
/
+48
*
meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.
Kenneth Graunke
2014-05-19
1
-6
/
+6
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
3
-14
/
+39
*
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
2
-22
/
+52
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
2
-13
/
+30
*
meta: Refactor binding of renderbuffer as texture image
Topi Pohjolainen
2014-05-12
2
-30
/
+47
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
3
-31
/
+39
*
meta: Only clear the requested color buffers.
Kenneth Graunke
2014-05-06
1
-2
/
+49
*
meta: Add infrastructure for saving/restoring the DrawBuffers state.
Kenneth Graunke
2014-05-06
2
-0
/
+42
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
4
-4
/
+6
*
meta: Unify the GLSL and fixed-function clear paths.
Kenneth Graunke
2014-05-06
1
-102
/
+51
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
1
-6
/
+4
*
meta: Fix saving the program pipeline state
Ian Romanick
2014-05-02
2
-34
/
+53
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-1
/
+1
*
meta: Clip src/dest rects in BlitFramebuffer, using the scissor
Chris Forbes
2014-04-17
2
-2
/
+43
*
meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.
Eric Anholt
2014-04-15
2
-17
/
+49
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
4
-12
/
+94
*
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2014-04-15
2
-1
/
+5
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
3
-6
/
+13
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
3
-34
/
+36
*
meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.
Eric Anholt
2014-04-15
2
-138
/
+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
*
mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_program
Gregory Hainaut
2014-03-25
1
-3
/
+6
*
meta/sso: Update meta to save and restore SSO state.
Gregory Hainaut
2014-03-25
2
-0
/
+20
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
meta: Always restore the framebuffers and current renderbuffer.
Eric Anholt
2014-03-11
3
-21
/
+17
*
meta: use non-ARB shader/program create/delete functions
Brian Paul
2014-03-10
2
-30
/
+30
*
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
2
-8
/
+4
[next]