summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta_generate_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* meta: Always do GenerateMipmaps in linear colorspace.Kenneth Graunke2016-08-251-2/+10
* meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit.Kenneth Graunke2016-04-181-0/+2
* meta: use _mesa_prepare_mipmap_levels()Brian Paul2016-03-291-24/+8
* meta: Don't use integer handles for shaders or programs.Kenneth Graunke2016-03-161-1/+1
* meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-011-10/+7
* meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...Ian Romanick2016-03-011-23/+15
* meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-011-1/+1
* meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatusIan Romanick2016-03-011-2/+2
* meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...Ian Romanick2016-03-011-2/+5
* meta: Use internal functions to set texture parametersIan Romanick2016-01-251-7/+19
* meta: Unconditionally set GL_SKIP_DECODE_EXTIan Romanick2016-01-111-7/+2
* meta: Only bind the sampler in one placeIan Romanick2016-01-111-4/+2
* meta/generate_mipmap: Don't pollute the sampler object namespaceIan Romanick2016-01-111-11/+11
* meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...Ian Romanick2016-01-111-4/+5
* meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...Ian Romanick2016-01-111-13/+16
* meta/generate_mipmap: Use internal functions for sampler object accessIan Romanick2016-01-111-9/+11
* meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFERIan Romanick2015-12-141-4/+13
* meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick2015-11-241-3/+3
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-241-6/+6
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-2/+2
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-241-2/+2
* meta/generate_mipmap: Don't leak the framebuffer objectIan Romanick2015-11-181-0/+5
* meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...Ian Romanick2015-11-161-4/+4
* meta/generate_mipmap: Don't leak the sampler objectIan Romanick2015-11-131-0/+2
* meta: Update comment about unsupported texture types.Matt Turner2015-10-051-2/+1
* meta: Always bind the textureIan Romanick2015-09-101-3/+6
* meta: handle subimages in _mesa_meta_setup_texture_coords()Brian Paul2015-07-211-1/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* meta: Don't write depth when generating miptreesTopi Pohjolainen2015-01-301-1/+1
* meta/blit: Add plumbing for shaders without depthTopi Pohjolainen2015-01-301-1/+1
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-3/+3
* mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer targetJason Ekstrand2014-08-111-2/+2
* meta: save and restore swizzle for _GenerateMipmapRobert Bragg2014-06-111-0/+12
* meta: Add a new MESA_META_DRAW_BUFFERS bit.Kenneth Graunke2014-05-061-1/+1
* meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.Eric Anholt2014-04-151-2/+2
* meta: Add support for CUBE_MAP_ARRAY to generatemipmap.Eric Anholt2014-04-151-1/+1
* meta: Infer bind_fbo_image parameters from an incoming image.Eric Anholt2014-04-151-2/+4
* meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.Eric Anholt2014-04-151-34/+2
* meta: Always restore the framebuffers and current renderbuffer.Eric Anholt2014-03-111-3/+0
* meta: Support GenerateMipmaps on 1DArray textures.Kenneth Graunke2014-03-071-9/+33
* meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.Kenneth Graunke2014-03-071-3/+3
* meta: Support GenerateMipmaps on 2DArray textures.Kenneth Graunke2014-03-071-35/+34
* meta: Add a 'layer' argument to bind_fbo_image().Kenneth Graunke2014-03-071-9/+11
* meta: Refactor code for binding a texture image to the FBO.Kenneth Graunke2014-03-071-46/+35
* meta: Use minify() in GenerateMipmaps code.Kenneth Graunke2014-03-071-3/+3
* meta: Drop redundant FBO creation code in GenerateMipmaps.Kenneth Graunke2014-03-071-4/+1
* meta: Replace GLboolean with bool in fallback_required().Kenneth Graunke2014-03-071-7/+7
* meta: Make _mesa_meta_check_generate_mipmap_fallback static.Kenneth Graunke2014-03-071-4/+4
* meta: Split GenerateMipmap() into its own file.Kenneth Graunke2014-03-071-0/+372