index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_blorp_blit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Add support for single sample scaled blit with bilinear filter
Anuj Phogat
2013-08-16
1
-34
/
+62
*
i965/blorp: Define a function to clamp texture coordinates
Anuj Phogat
2013-08-16
1
-24
/
+39
*
i965/blorp: Use more appropriate variable names
Anuj Phogat
2013-08-16
1
-13
/
+11
*
i965: Initialize inout_offset parameter to brw_search_cache().
Paul Berry
2013-07-25
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+3
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-8
/
+6
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-20
/
+23
*
i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
2013-07-01
1
-11
/
+248
*
i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.
Eric Anholt
2013-06-26
1
-0
/
+10
*
intel: Allow blorp CopyTexSubImage to nonzero destination slices.
Eric Anholt
2013-06-17
1
-8
/
+4
*
i965/gen7+: Resolve color buffers when necessary.
Paul Berry
2013-06-12
1
-0
/
+7
*
intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).
Paul Berry
2013-06-04
1
-0
/
+6
*
intel: Fix copying of separate stencil data in glCopyTexSubImage().
Eric Anholt
2013-06-03
1
-8
/
+15
*
intel: Add multisample scaled blitting in blorp engine
Anuj Phogat
2013-05-30
1
-58
/
+80
*
intel: Change the register type from UW to UD in blorp engine
Anuj Phogat
2013-05-30
1
-43
/
+77
*
i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
Eric Anholt
2013-05-06
1
-43
/
+41
*
i965: Move blorp resolve setup into brw_blorp_blit_miptrees().
Eric Anholt
2013-05-06
1
-7
/
+5
*
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
2013-03-18
1
-0
/
+6
*
i965: Fix leak in blorp CopyTexSubImage2D
Christopher James Halse Rogers
2013-02-16
1
-2
/
+2
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
1
-1
/
+0
*
i965/blorp: Support blits between ARGB and XRGB formats.
Kenneth Graunke
2013-02-06
1
-14
/
+12
*
i965: Implement CopyTexSubImage2D via BLORP (and use it by default).
Kenneth Graunke
2013-02-06
1
-0
/
+88
*
intel: Support blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
1
-2
/
+3
*
i965: Let brw_flag_reg() choose the flag reg and subreg.
Eric Anholt
2012-12-11
1
-1
/
+1
*
i965/blorp: Fix sRGB MSAA resolves.
Paul Berry
2012-09-24
1
-0
/
+13
*
i965/blorp: Increase Y alignment for multisampled stencil blits.
Paul Berry
2012-09-24
1
-2
/
+7
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
1
-2
/
+5
*
i965/blorp: Fix offsets and width/height for stencil blits.
Paul Berry
2012-09-12
1
-9
/
+37
*
i965/blorp: Reduce alignment restrictions for stencil blits.
Paul Berry
2012-09-12
1
-6
/
+17
*
i965/blorp: don't reduce stencil alignment restrictions when multisampling.
Paul Berry
2012-09-12
1
-9
/
+1
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-12
1
-4
/
+11
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-7
/
+21
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-12
1
-28
/
+32
*
intel: Fix compiler warnings from winsys msaa.
Eric Anholt
2012-08-07
1
-2
/
+0
*
i965: Mark needed downsamples for msaa winsys buffers
Chad Versace
2012-08-07
1
-1
/
+1
*
i965: Add function brw_blorp_blit_miptrees
Chad Versace
2012-08-07
1
-4
/
+20
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-5
/
+5
*
i965/msaa: use ROUND_DOWN_TO macro.
Paul Berry
2012-07-26
1
-6
/
+6
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-2
/
+3
*
i965/blorp: Encode and decode IMS format for 8x MSAA correctly.
Paul Berry
2012-07-24
1
-39
/
+107
*
i965/blorp: Compute sample number correctly for 8x MSAA.
Paul Berry
2012-07-24
1
-13
/
+42
*
i965/blorp: Properly adjust primitive size for 8x MSAA.
Paul Berry
2012-07-24
1
-4
/
+17
*
i965/blorp: Parameterize manual_blend() by num_samples.
Paul Berry
2012-07-24
1
-8
/
+5
*
i965/blorp: Handle DrawBuffers properly.
Paul Berry
2012-07-24
1
-7
/
+10
*
i965/blorp: Rearrange order of blit validation and preparation steps.
Paul Berry
2012-07-24
1
-55
/
+88
*
i965/blorp: Don't fall back to swrast when miptrees absent.
Paul Berry
2012-07-24
1
-6
/
+2
*
i965/blorp: Fixup scissoring of blits to window system buffers.
Paul Berry
2012-07-24
1
-12
/
+16
*
i965/blorp: Simplify check that src/dst width/height match.
Paul Berry
2012-07-24
1
-4
/
+2
*
i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.
Paul Berry
2012-07-20
1
-23
/
+43
*
i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.
Paul Berry
2012-07-20
1
-7
/
+2
[next]