aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta_blit.c
Commit message (Expand)AuthorAgeFilesLines
* meta: Remove support for multisample blitsIan Romanick2020-05-141-356/+15
* meta: Make _mesa_meta_setup_sampler staticIan Romanick2020-05-141-6/+8
* meta: Make _mesa_meta_texture_object_from_renderbuffer staticIan Romanick2020-05-141-4/+7
* meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of metaJason Ekstrand2020-04-221-196/+1
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+0
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-211-3/+3
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-2/+1
* meta: Don't pollute the texture namespaceIan Romanick2018-01-021-14/+4
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-021-3/+5
* meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2018-01-021-6/+6
* meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-1/+1
* meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-021-5/+4
* meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2018-01-021-0/+1
* meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2018-01-021-11/+12
* meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-021-8/+7
* meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-021-12/+9
* meta/blit: Don't restore state of the temporary textureIan Romanick2018-01-021-21/+27
* meta/blit: Check the values instead of the target before restoringIan Romanick2018-01-021-2/+6
* meta/blit: Silence unused parameter warningIan Romanick2017-06-201-2/+2
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-171-2/+1
* meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.Kenneth Graunke2016-08-081-54/+30
* meta: Fix indentation in shader codeAnuj Phogat2016-06-021-2/+2
* meta/blit: Don't blend integer values during MSAA resolvesJason Ekstrand2016-05-101-2/+11
* meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.Kenneth Graunke2016-03-211-9/+34
* meta: Don't use integer handles for shaders or programs.Kenneth Graunke2016-03-161-8/+8
* meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.Kenneth Graunke2016-03-161-6/+9
* meta: Use internal functions to set texture parametersIan Romanick2016-01-251-12/+21
* meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLEIan Romanick2016-01-251-8/+8
* meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()Brian Paul2016-01-131-1/+1
* meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...Ian Romanick2016-01-111-7/+4
* meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...Ian Romanick2016-01-111-4/+13
* meta/blit: Use internal functions for sampler object accessIan Romanick2016-01-111-15/+20
* meta/blit: Group the SamplerParameteri calls with the other sampler operationsIan Romanick2016-01-111-4/+4
* meta: Fix a typo in a print messageAndreas Boll2015-12-091-1/+1
* meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick2015-11-241-3/+2
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-241-5/+6
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-2/+3
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-241-1/+1
* mesa/meta: Use interpolateAtOffset for 16x MSAA copy blitNeil Roberts2015-11-051-2/+37
* meta/blit: Always try to enable GL_ARB_sample_shadingNeil Roberts2015-11-051-14/+2
* meta: Support 16x MSAA in the multisample scaled blit shaderNeil Roberts2015-11-051-10/+19
* meta: Handle array textures in scaled MSAA blitsIan Romanick2015-09-301-15/+20
* meta: Use result of texture coordinate clamping operationIan Romanick2015-09-101-2/+2
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-3/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* meta: Use is_power_of_two() helper functionAnuj Phogat2015-06-151-3/+3
* meta: silence uninitialized variable warnings for MinGWBrian Paul2015-02-271-0/+2
* meta: Do power of two samples check only for samples > 0Anuj Phogat2015-02-251-2/+2
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-11/+21