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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: clear_state structure cleanup
Tapani Pälli
2015-12-14
1
-5
/
+0
*
meta: Don't save or restore the active client texture
Ian Romanick
2015-11-24
1
-1
/
+0
*
meta: Don't save or restore the VBO binding
Ian Romanick
2015-11-24
1
-1
/
+0
*
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
Ian Romanick
2015-11-24
1
-2
/
+3
*
meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...
Ian Romanick
2015-11-24
1
-1
/
+1
*
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
2015-11-24
1
-9
/
+10
*
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-2
/
+4
*
mesa: In helpers, only check driver capability for meta
Nanley Chery
2015-11-12
1
-0
/
+1
*
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
2015-11-05
1
-0
/
+2
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
1
-0
/
+2
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-3
/
+5
*
meta: handle subimages in _mesa_meta_setup_texture_coords()
Brian Paul
2015-07-21
1
-1
/
+5
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-0
/
+4
*
meta/blit: Compile programs with and without depth
Topi Pohjolainen
2015-01-30
1
-1
/
+2
*
meta/blit: Add plumbing for shaders without depth
Topi Pohjolainen
2015-01-30
1
-0
/
+1
*
meta: Add an implementation of GetTexSubImage for PBOs
Jason Ekstrand
2015-01-22
1
-0
/
+8
*
meta: Add a BlitFramebuffers-based implementation of TexSubImage
Jason Ekstrand
2015-01-22
1
-0
/
+9
*
meta: Put _mesa_meta_in_progress in the header file
Ian Romanick
2015-01-14
1
-2
/
+5
*
mesa: Handle clip control in meta operations.
Mathias Fröhlich
2014-10-24
1
-0
/
+3
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
1
-0
/
+6
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
1
-8
/
+32
*
meta: Export _mesa_meta_drawbuffers_from_bitfield()
Kristian Høgsberg
2014-08-15
1
-0
/
+3
*
mesa/meta: Support decompressing floating-point formats
Neil Roberts
2014-08-12
1
-2
/
+12
*
mesa/meta: Add a partial implementation of CopyImageSubData
Jason Ekstrand
2014-08-11
1
-0
/
+8
*
mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer target
Jason Ekstrand
2014-08-11
1
-1
/
+1
*
meta: Add a meta implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
1
-0
/
+7
*
meta: Add a state flag for the GL_DITHER
Neil Roberts
2014-07-23
1
-0
/
+4
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
1
-2
/
+2
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-1
/
+9
*
meta: Refactor state save/restore for framebuffer texture blits
Topi Pohjolainen
2014-05-13
1
-0
/
+15
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
1
-0
/
+5
*
meta: Refactor binding of renderbuffer as texture image
Topi Pohjolainen
2014-05-12
1
-0
/
+7
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
1
-0
/
+7
*
meta: Add infrastructure for saving/restoring the DrawBuffers state.
Kenneth Graunke
2014-05-06
1
-0
/
+3
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
1
-0
/
+1
*
meta: Fix saving the program pipeline state
Ian Romanick
2014-05-02
1
-1
/
+0
*
meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.
Eric Anholt
2014-04-15
1
-0
/
+8
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
1
-1
/
+3
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
1
-2
/
+1
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
1
-0
/
+4
*
meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.
Eric Anholt
2014-04-15
1
-1
/
+0
*
meta/sso: Update meta to save and restore SSO state.
Gregory Hainaut
2014-03-25
1
-0
/
+2
*
meta: Always restore the framebuffers and current renderbuffer.
Eric Anholt
2014-03-11
1
-0
/
+2
*
meta: Make _mesa_meta_check_generate_mipmap_fallback static.
Kenneth Graunke
2014-03-07
1
-4
/
+0
*
meta: Split GenerateMipmap() into its own file.
Kenneth Graunke
2014-03-07
1
-0
/
+3
*
meta: De-static setup_texture_coords().
Kenneth Graunke
2014-03-07
1
-0
/
+11
*
meta: Add support for integer blits.
Eric Anholt
2014-02-21
1
-0
/
+10
*
meta: Add support for doing MSAA to MSAA blits.
Eric Anholt
2014-02-21
1
-2
/
+4
*
meta: Save and restore a bunch of MSAA state.
Eric Anholt
2014-02-21
1
-1
/
+1
*
meta: Add support for doing multisample resolves.
Eric Anholt
2014-02-21
1
-0
/
+7
[next]