mesa: Move declaration to top of block.
[mesa.git] / src / mesa / drivers / common / meta_blit.c
2014-05-23 José Fonsecamesa: Move declaration to top of block.
2014-05-23 Jordan Justenmeta blit: Set Z texcoord during meta blit to sample...
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-05-20 Kenneth Graunkemeta: Drop unnecessary early returns in _mesa_meta_Blit...
2014-05-20 Kenneth GraunkeRevert "i965: Don't _swrast_BlitFramebuffer when doing...
2014-05-13 Kenneth Graunkei965: Don't _swrast_BlitFramebuffer when doing CopyTexS...
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 a new MESA_META_DRAW_BUFFERS bit.
2014-04-17 Chris Forbesmeta: Clip src/dest rects in BlitFramebuffer, using...
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: Refactor the BlitFramebuffer depth CopyTexImage...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer color CopyTexImage...
2014-04-15 Eric Anholtmeta: Drop blit src size fallback.
2014-03-10 Brian Paulmeta: use non-ARB shader/program create/delete functions
2014-02-27 Kenneth Graunkemeta: Drop ctx->API checks.
2014-02-26 Kenneth Graunkemeta: Use a #define for the vector type to avoid %svec4...
2014-02-23 Eric Anholtmeta: Set some object labels on our meta shaders.
2014-02-22 Vinson Leemesa: Move declarations before code.
2014-02-22 Kenneth Graunkemeta: Eliminate samplers[] array in favor of using...
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: Try to do blending of sRGB values in linear color...
2014-02-21 Eric Anholtmeta: Add support for doing multisample resolves.
2014-02-14 Eric Anholtmeta: Don't try to enable FF texturing when we're using...
2014-02-13 Eric Anholtmeta: Add acceleration for depth glBlitFramebuffer().
2014-02-13 Eric Anholtmeta: Use BindRenderbufferTexImage() for meta glBlitFra...
2014-02-13 Eric Anholtmeta: Do a massive unindent (and rename) of blitframebu...
2014-02-13 Eric Anholtmeta: Move glBlitFramebuffer() to a separate file.