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: Delete the PBO texture upload/download path
Jason Ekstrand
2017-10-12
1
-17
/
+0
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-1
/
+1
*
i965: Delete the meta-base CopyImageSubData implementation
Jason Ekstrand
2016-12-05
1
-10
/
+0
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
1
-5
/
+0
*
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
2016-03-16
1
-9
/
+15
*
meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2016-03-02
1
-1
/
+1
*
meta/decompress: Track framebuffer using gl_framebuffer instead of GL API obj...
Ian Romanick
2016-03-01
1
-1
/
+1
*
meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...
Ian Romanick
2016-03-01
1
-1
/
+1
*
meta: Save and restore the framebuffer using gl_framebuffer instead of GL API...
Ian Romanick
2016-03-01
1
-1
/
+2
*
meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...
Ian Romanick
2016-03-01
1
-2
/
+5
*
meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API o...
Ian Romanick
2016-02-10
1
-1
/
+2
*
meta: Don't save or restore the renderbuffer binding
Ian Romanick
2016-02-10
1
-1
/
+1
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-01-25
1
-1
/
+1
*
meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()
Brian Paul
2016-01-13
1
-1
/
+1
*
meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...
Ian Romanick
2016-01-11
1
-1
/
+1
*
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...
Ian Romanick
2016-01-11
1
-1
/
+1
*
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2016-01-11
1
-1
/
+2
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-2
/
+3
*
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
[next]