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: Remove support for multisample blits
Ian Romanick
2020-05-14
1
-356
/
+15
*
meta: Make _mesa_meta_setup_sampler static
Ian Romanick
2020-05-14
1
-6
/
+8
*
meta: Make _mesa_meta_texture_object_from_renderbuffer static
Ian Romanick
2020-05-14
1
-4
/
+7
*
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
Jason Ekstrand
2020-04-22
1
-196
/
+1
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+0
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
1
-3
/
+3
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-2
/
+1
*
meta: Don't pollute the texture namespace
Ian Romanick
2018-01-02
1
-14
/
+4
*
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
2018-01-02
1
-3
/
+5
*
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
2018-01-02
1
-6
/
+6
*
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
1
-5
/
+4
*
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
2018-01-02
1
-0
/
+1
*
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
2018-01-02
1
-11
/
+12
*
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
1
-8
/
+7
*
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
1
-12
/
+9
*
meta/blit: Don't restore state of the temporary texture
Ian Romanick
2018-01-02
1
-21
/
+27
*
meta/blit: Check the values instead of the target before restoring
Ian Romanick
2018-01-02
1
-2
/
+6
*
meta/blit: Silence unused parameter warning
Ian Romanick
2017-06-20
1
-2
/
+2
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-2
/
+1
*
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-54
/
+30
*
meta: Fix indentation in shader code
Anuj Phogat
2016-06-02
1
-2
/
+2
*
meta/blit: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-2
/
+11
*
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
[next]