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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
meta: Fix blit shader compile on non-glsl-130 drivers.
Eric Anholt
2014-02-18
1
-1
/
+1
*
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
2
-420
/
+466
*
meta: De-static some of meta's functions.
Eric Anholt
2014-02-12
2
-96
/
+159
*
meta: Move the meta structures to the meta header.
Eric Anholt
2014-02-12
2
-283
/
+283
*
meta: Fold the texture setup into setup_copypix_texture().
Eric Anholt
2014-02-12
1
-11
/
+9
[next]