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_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.
Kenneth Graunke
2016-03-21
1
-9
/
+34
*
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
2016-03-16
1
-8
/
+8
*
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
2016-03-16
1
-6
/
+9
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-01-25
1
-12
/
+21
*
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
2016-01-25
1
-8
/
+8
*
meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()
Brian Paul
2016-01-13
1
-1
/
+1
*
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
2016-01-11
1
-7
/
+4
*
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2016-01-11
1
-4
/
+13
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-15
/
+20
*
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
2016-01-11
1
-4
/
+4
*
meta: Fix a typo in a print message
Andreas Boll
2015-12-09
1
-1
/
+1
*
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
Ian Romanick
2015-11-24
1
-3
/
+2
*
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
2015-11-24
1
-5
/
+6
*
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-2
/
+3
*
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
2015-11-24
1
-1
/
+1
*
mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit
Neil Roberts
2015-11-05
1
-2
/
+37
*
meta/blit: Always try to enable GL_ARB_sample_shading
Neil Roberts
2015-11-05
1
-14
/
+2
*
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
2015-11-05
1
-10
/
+19
*
meta: Handle array textures in scaled MSAA blits
Ian Romanick
2015-09-30
1
-15
/
+20
*
meta: Use result of texture coordinate clamping operation
Ian Romanick
2015-09-10
1
-2
/
+2
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-3
/
+3
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
meta: Use is_power_of_two() helper function
Anuj Phogat
2015-06-15
1
-3
/
+3
*
meta: silence uninitialized variable warnings for MinGW
Brian Paul
2015-02-27
1
-0
/
+2
*
meta: Do power of two samples check only for samples > 0
Anuj Phogat
2015-02-25
1
-2
/
+2
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-11
/
+21
*
meta/blit: Compile programs with and without depth
Topi Pohjolainen
2015-01-30
1
-4
/
+9
*
meta/blit: Add plumbing for shaders without depth
Topi Pohjolainen
2015-01-30
1
-1
/
+1
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-1
/
+1
*
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
2014-10-18
1
-0
/
+1
*
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
2014-10-01
1
-8
/
+9
*
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
2014-10-01
1
-1
/
+1
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
1
-13
/
+193
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
1
-1
/
+8
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
1
-14
/
+23
*
meta: Disable dithering during glBlitFramebuffer
Neil Roberts
2014-08-05
1
-0
/
+3
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
meta_blit: properly compute texture width for the CopyTexSubImage fallback
Jason Ekstrand
2014-06-13
1
-1
/
+1
*
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+3
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-28
1
-1
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
1
-1
/
+12
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-23
1
-1
/
+3
*
meta blit: Set Z texcoord during meta blit to sample the correct layer
Jordan Justen
2014-05-23
1
-1
/
+8
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-8
/
+25
*
meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.
Kenneth Graunke
2014-05-19
1
-8
/
+0
*
Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
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
1
-22
/
+37
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
1
-13
/
+25
[next]