index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
/
meta_blit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
meta: Don't pollute the texture namespace
Ian Romanick
1
-14
/
+4
2018-01-02
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
1
-3
/
+5
2018-01-02
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
1
-6
/
+6
2018-01-02
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
1
-1
/
+1
2018-01-02
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
1
-5
/
+4
2018-01-02
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
1
-0
/
+1
2018-01-02
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
1
-11
/
+12
2018-01-02
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
1
-8
/
+7
2018-01-02
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
1
-12
/
+9
2018-01-02
meta/blit: Don't restore state of the temporary texture
Ian Romanick
1
-21
/
+27
2018-01-02
meta/blit: Check the values instead of the target before restoring
Ian Romanick
1
-2
/
+6
2017-06-20
meta/blit: Silence unused parameter warning
Ian Romanick
1
-2
/
+2
2017-05-17
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
1
-2
/
+1
2016-08-08
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
1
-54
/
+30
2016-06-02
meta: Fix indentation in shader code
Anuj Phogat
1
-2
/
+2
2016-05-10
meta/blit: Don't blend integer values during MSAA resolves
Jason Ekstrand
1
-2
/
+11
2016-03-21
meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.
Kenneth Graunke
1
-9
/
+34
2016-03-16
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
1
-8
/
+8
2016-03-16
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
1
-6
/
+9
2016-01-25
meta: Use internal functions to set texture parameters
Ian Romanick
1
-12
/
+21
2016-01-25
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
1
-8
/
+8
2016-01-13
meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()
Brian Paul
1
-1
/
+1
2016-01-11
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
1
-7
/
+4
2016-01-11
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
1
-4
/
+13
2016-01-11
meta/blit: Use internal functions for sampler object access
Ian Romanick
1
-15
/
+20
2016-01-11
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
1
-4
/
+4
2015-12-09
meta: Fix a typo in a print message
Andreas Boll
1
-1
/
+1
2015-11-24
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
Ian Romanick
1
-3
/
+2
2015-11-24
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
1
-5
/
+6
2015-11-24
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
1
-2
/
+3
2015-11-24
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
1
-1
/
+1
2015-11-05
mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit
Neil Roberts
1
-2
/
+37
2015-11-05
meta/blit: Always try to enable GL_ARB_sample_shading
Neil Roberts
1
-14
/
+2
2015-11-05
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
1
-10
/
+19
2015-09-30
meta: Handle array textures in scaled MSAA blits
Ian Romanick
1
-15
/
+20
2015-09-10
meta: Use result of texture coordinate clamping operation
Ian Romanick
1
-2
/
+2
2015-07-29
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
1
-3
/
+3
2015-07-20
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
1
-1
/
+1
2015-06-15
meta: Use is_power_of_two() helper function
Anuj Phogat
1
-3
/
+3
2015-02-27
meta: silence uninitialized variable warnings for MinGW
Brian Paul
1
-0
/
+2
2015-02-25
meta: Do power of two samples check only for samples > 0
Anuj Phogat
1
-2
/
+2
2015-02-02
DD: Refactor BlitFramebuffer.
Laura Ekstrand
1
-11
/
+21
2015-01-30
meta/blit: Compile programs with and without depth
Topi Pohjolainen
1
-4
/
+9
2015-01-30
meta/blit: Add plumbing for shaders without depth
Topi Pohjolainen
1
-1
/
+1
2015-01-05
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
1
-1
/
+1
2014-10-18
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
1
-0
/
+1
2014-10-01
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
1
-8
/
+9
2014-10-01
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
1
-1
/
+1
2014-10-01
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
1
-13
/
+193
2014-09-23
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
1
-11
/
+13
[next]