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
*
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
*
meta: Split GenerateMipmap() into its own file.
Kenneth Graunke
2014-03-07
3
-337
/
+376
*
meta: De-static setup_texture_coords().
Kenneth Graunke
2014-03-07
2
-23
/
+34
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
2
-92
/
+50
*
meta: Restore API at the end of _mesa_meta_end(), not the start.
Kenneth Graunke
2014-02-27
1
-2
/
+2
*
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
2
-0
/
+14
*
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
2
-7
/
+71
*
meta: Add support for doing MSAA to MSAA blits.
Eric Anholt
2014-02-21
2
-49
/
+104
*
meta: Save and restore a bunch of MSAA state.
Eric Anholt
2014-02-21
2
-4
/
+38
*
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
2
-12
/
+197
*
meta: Push into desktop GL mode when doing meta operations.
Eric Anholt
2014-02-18
2
-23
/
+19
[next]