summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.c
Commit message (Expand)AuthorAgeFilesLines
...
* meta: Add a meta implementation of GL_ARB_clear_textureNeil Roberts2014-07-231-0/+189
* meta: Add a state flag for the GL_DITHERNeil Roberts2014-07-231-0/+8
* meta: Call glObjectLabel before linking.Kenneth Graunke2014-07-091-1/+1
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-011-2/+1
* meta: Use AMD_vertex_shader_layer instead of a GS for layered clears.Kenneth Graunke2014-06-301-37/+16
* meta: Respect the driver's maximum number of draw buffersIan Romanick2014-06-181-2/+2
* mesa: Mark default case unreachable to silence warning.Matt Turner2014-06-171-0/+1
* meta: Label the meta GLSL clear program.Kenneth Graunke2014-06-101-0/+1
* meta: Use gl_FragColor to output color values to all the draw buffersAnuj Phogat2014-05-211-11/+4
* meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader codeAnuj Phogat2014-05-211-53/+48
* meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.Kenneth Graunke2014-05-191-6/+6
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-5/+5
* meta: Merge compiling and linking of blit programTopi Pohjolainen2014-05-121-16/+29
* meta: Only clear the requested color buffers.Kenneth Graunke2014-05-061-2/+49
* meta: Add infrastructure for saving/restoring the DrawBuffers state.Kenneth Graunke2014-05-061-0/+39
* meta: Add a new MESA_META_DRAW_BUFFERS bit.Kenneth Graunke2014-05-061-2/+3
* meta: Unify the GLSL and fixed-function clear paths.Kenneth Graunke2014-05-061-102/+51
* mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick2014-05-021-6/+4
* meta: Fix saving the program pipeline stateIan Romanick2014-05-021-33/+53
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-1/+1
* meta: Clip src/dest rects in BlitFramebuffer, using the scissorChris Forbes2014-04-171-0/+7
* meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.Eric Anholt2014-04-151-9/+86
* meta: Add support for CUBE_MAP_ARRAY to generatemipmap.Eric Anholt2014-04-151-0/+4
* meta: Infer bind_fbo_image parameters from an incoming image.Eric Anholt2014-04-151-2/+8
* meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.Eric Anholt2014-04-151-0/+30
* mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_programGregory Hainaut2014-03-251-3/+6
* meta/sso: Update meta to save and restore SSO state.Gregory Hainaut2014-03-251-0/+18
* mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut2014-03-251-3/+3
* meta: Always restore the framebuffers and current renderbuffer.Eric Anholt2014-03-111-18/+15
* meta: use non-ARB shader/program create/delete functionsBrian Paul2014-03-101-27/+27
* meta: Split GenerateMipmap() into its own file.Kenneth Graunke2014-03-071-337/+1
* meta: De-static setup_texture_coords().Kenneth Graunke2014-03-071-23/+23
* meta: Drop ctx->API checks.Kenneth Graunke2014-02-271-90/+49
* meta: Restore API at the end of _mesa_meta_end(), not the start.Kenneth Graunke2014-02-271-2/+2
* meta: Set some object labels on our meta shaders.Eric Anholt2014-02-221-0/+6
* meta: Save and restore a bunch of MSAA state.Eric Anholt2014-02-211-3/+37
* meta: Push into desktop GL mode when doing meta operations.Eric Anholt2014-02-181-23/+16
* meta: Fix blit shader compile on non-glsl-130 drivers.Eric Anholt2014-02-181-1/+1
* meta: Move glBlitFramebuffer() to a separate file.Eric Anholt2014-02-121-420/+0
* meta: De-static some of meta's functions.Eric Anholt2014-02-121-96/+103
* meta: Move the meta structures to the meta header.Eric Anholt2014-02-121-283/+0
* meta: Fold the texture setup into setup_copypix_texture().Eric Anholt2014-02-121-11/+9
* meta: Drop the src == dst restriction on meta glBlitFramebuffer().Eric Anholt2014-02-121-20/+0
* meta: Rename the "sampler" stuff to "blit shader".Eric Anholt2014-02-121-41/+40
* meta: Drop a now-trivial helper function.Eric Anholt2014-02-121-12/+3
* meta: Fold the glUseProgram() into the blit program generator.Eric Anholt2014-02-121-22/+8
* meta: Simplify the blit shader setup steps.Eric Anholt2014-02-121-22/+11
* meta: Enable cubemap array texture support to decompress_texture_imageIan Romanick2014-02-111-7/+8
* meta: Add cubemap array support to generic blit shader codeIan Romanick2014-02-111-0/+12