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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
1
-16
/
+29
*
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
1
-0
/
+39
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
1
-2
/
+3
*
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
1
-33
/
+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
1
-0
/
+7
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
1
-9
/
+86
*
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2014-04-15
1
-0
/
+4
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
1
-2
/
+8
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
1
-0
/
+30
*
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
1
-0
/
+18
*
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
1
-18
/
+15
*
meta: use non-ARB shader/program create/delete functions
Brian Paul
2014-03-10
1
-27
/
+27
*
meta: Split GenerateMipmap() into its own file.
Kenneth Graunke
2014-03-07
1
-337
/
+1
*
meta: De-static setup_texture_coords().
Kenneth Graunke
2014-03-07
1
-23
/
+23
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
1
-90
/
+49
*
meta: Restore API at the end of _mesa_meta_end(), not the start.
Kenneth Graunke
2014-02-27
1
-2
/
+2
*
meta: Set some object labels on our meta shaders.
Eric Anholt
2014-02-22
1
-0
/
+6
*
meta: Save and restore a bunch of MSAA state.
Eric Anholt
2014-02-21
1
-3
/
+37
*
meta: Push into desktop GL mode when doing meta operations.
Eric Anholt
2014-02-18
1
-23
/
+16
*
meta: Fix blit shader compile on non-glsl-130 drivers.
Eric Anholt
2014-02-18
1
-1
/
+1
*
meta: Move glBlitFramebuffer() to a separate file.
Eric Anholt
2014-02-12
1
-420
/
+0
*
meta: De-static some of meta's functions.
Eric Anholt
2014-02-12
1
-96
/
+103
*
meta: Move the meta structures to the meta header.
Eric Anholt
2014-02-12
1
-283
/
+0
*
meta: Fold the texture setup into setup_copypix_texture().
Eric Anholt
2014-02-12
1
-11
/
+9
*
meta: Drop the src == dst restriction on meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-20
/
+0
*
meta: Rename the "sampler" stuff to "blit shader".
Eric Anholt
2014-02-12
1
-41
/
+40
*
meta: Drop a now-trivial helper function.
Eric Anholt
2014-02-12
1
-12
/
+3
*
meta: Fold the glUseProgram() into the blit program generator.
Eric Anholt
2014-02-12
1
-22
/
+8
*
meta: Simplify the blit shader setup steps.
Eric Anholt
2014-02-12
1
-22
/
+11
*
meta: Enable cubemap array texture support to decompress_texture_image
Ian Romanick
2014-02-11
1
-7
/
+8
*
meta: Add cubemap array support to generic blit shader code
Ian Romanick
2014-02-11
1
-0
/
+12
*
meta: Get the correct info log
Ian Romanick
2014-02-11
1
-1
/
+1
*
meta: Expand texture coordinate from vec3 to vec4
Ian Romanick
2014-02-11
1
-8
/
+8
*
meta: Use GLSL to decompress 2D-array textures
Ian Romanick
2014-02-11
1
-5
/
+30
*
meta: Use common GLSL code for blits
Ian Romanick
2014-02-11
1
-95
/
+13
*
meta: Improve GLSL version check
Ian Romanick
2014-02-11
1
-1
/
+6
*
meta: Add rectangle textures to the shader-per-sampler-type table
Ian Romanick
2014-02-11
1
-0
/
+8
*
meta: Refactor shader generation code out of mipmap generation path
Ian Romanick
2014-02-11
1
-78
/
+91
*
meta: Refactor the table of glsl_sampler structures
Ian Romanick
2014-02-11
1
-56
/
+72
*
meta: Use common vertex setup code for _mesa_meta_Bitmap too
Ian Romanick
2014-02-11
1
-36
/
+12
*
meta: Add storage to the vertex structure for R, G, B, and A
Ian Romanick
2014-02-11
1
-9
/
+6
*
meta: Use common routine to configure fixed-function TNL state
Ian Romanick
2014-02-11
1
-23
/
+8
*
meta: Silence unused parameter warning in _mesa_meta_CopyTexSubImage
Ian Romanick
2014-02-11
1
-0
/
+6
[next]