i965: Only call brw_upload_tcs/tes_prog when using tessellation.
[mesa.git] / src / mesa / drivers / common / meta.h
2015-12-14 Tapani Pällimeta: clear_state structure cleanup
2015-11-24 Ian Romanickmeta: Don't save or restore the active client texture
2015-11-24 Ian Romanickmeta: Don't save or restore the VBO binding
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Don't leave the VBO bound after _mesa_meta_setup_...
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-09-24 Brian Paulmesa: rework Driver.CopyImageSubData() and related...
2015-07-22 Brian Paulmesa: replace Driver.GetTexImage with GetTexSubImage()
2015-07-22 Brian Paulmeta: handle subimages in _mesa_meta_setup_texture_coords()
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-30 Topi Pohjolainenmeta/blit: Compile programs with and without depth
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-22 Jason Ekstrandmeta: Add an implementation of GetTexSubImage for PBOs
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...
2015-01-15 Ian Romanickmeta: Put _mesa_meta_in_progress in the header file
2014-10-24 Mathias Fröhlichmesa: Handle clip control in meta operations.
2014-10-01 Anuj Phogatmeta: Implement ext_framebuffer_multisample_blit_scaled...
2014-09-05 Anuj Phogatmeta: Store precompiled msaa shaders for all supported...
2014-08-15 Kristian Høgsbergmeta: Export _mesa_meta_drawbuffers_from_bitfield()
2014-08-12 Neil Robertsmesa/meta: Support decompressing floating-point formats
2014-08-11 Jason Ekstrandmesa/meta: Add a partial implementation of CopyImageSubData
2014-08-11 Jason Ekstrandmesa/meta: Make _mesa_meta_bind_fbo_image also take...
2014-07-23 Neil Robertsmeta: Add a meta implementation of GL_ARB_clear_texture
2014-07-23 Neil Robertsmeta: Add a state flag for the GL_DITHER
2014-05-27 Topi Pohjolainenmeta/blit: Add stencil texturing mode save and restore
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-05-13 Topi Pohjolainenmeta: Refactor state save/restore for framebuffer textu...
2014-05-12 Topi Pohjolainenmeta: Refactor configuration of renderbuffer sampling
2014-05-12 Topi Pohjolainenmeta: Refactor binding of renderbuffer as texture image
2014-05-12 Topi Pohjolainenmeta: Merge compiling and linking of blit program
2014-05-06 Kenneth Graunkemeta: Add infrastructure for saving/restoring the DrawB...
2014-05-06 Kenneth Graunkemeta: Add a new MESA_META_DRAW_BUFFERS bit.
2014-05-02 Ian Romanickmeta: Fix saving the program pipeline state
2014-04-15 Eric Anholtmeta: Add support for MSAA resolves from 2D_MS_ARRAY...
2014-04-15 Eric Anholtmeta: Add an accelerated glCopyTexSubImage using glBlit...
2014-04-15 Eric Anholtmeta: Infer bind_fbo_image parameters from an incoming...
2014-04-15 Eric Anholtmeta: Move bind_fbo_image() code back to meta.c, to...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer depth CopyTexImage...
2014-03-25 Gregory Hainautmeta/sso: Update meta to save and restore SSO state.
2014-03-11 Eric Anholtmeta: Always restore the framebuffers and current rende...
2014-03-08 Kenneth Graunkemeta: Make _mesa_meta_check_generate_mipmap_fallback...
2014-03-08 Kenneth Graunkemeta: Split GenerateMipmap() into its own file.
2014-03-08 Kenneth Graunkemeta: De-static setup_texture_coords().
2014-02-21 Eric Anholtmeta: Add support for integer blits.
2014-02-21 Eric Anholtmeta: Add support for doing MSAA to MSAA blits.
2014-02-21 Eric Anholtmeta: Save and restore a bunch of MSAA state.
2014-02-21 Eric Anholtmeta: Add support for doing multisample resolves.
2014-02-18 Eric Anholtmeta: Push into desktop GL mode when doing meta operations.
2014-02-13 Eric Anholtmeta: De-static some of meta's functions.
2014-02-12 Eric Anholtmeta: Move the meta structures to the meta header.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-01-15 Carl Worthmeta: Allow meta operations to pause/resume an active...
2012-09-25 Paul Berrymeta: Properly save/restore GL_FRAMEBUFFER_SRGB in...
2012-09-15 Dave Airliemeta: make mem_ctx non-global.
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Support all texture targets...
2012-07-02 Paul Berrymsaa: Make meta-ops save and restore state of GL_MULTIS...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2011-12-20 Paul Berrymesa: Add a function to query whether a meta-op is...
2011-10-30 Chia-I Wumeta: add _mesa_meta_DrawTex()
2011-10-18 Chad Versacemeta: Add flag MESA_META_SELECT_FEEDBACK
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-23 Chad Versacemesa: Add missing includes to meta.h
2011-09-09 Brian Paulmeta: added _mesa_meta_GetTexImage()
2011-09-06 Ian Romanickmesa: Remove dd_function_table::CopyColorTable, ::CopyC...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-19 Chad Versacemesa: Declare _mesa_meta_begin()/end() as public
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Eric Anholtmeta: Add a GLSL-based _mesa_meta_Clear() variant.
2011-07-20 Brian Paulmeta: remove _mesa_meta_CopyTexImage1D/2D()
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
next