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_clear.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add annotation data structure and support code.
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Pass in start_offset to brw_compact_instructions().
Matt Turner
2014-05-24
1
-1
/
+1
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965: Pass brw_context and assembly separately to brw_dump_compile.
Matt Turner
2014-05-15
1
-1
/
+1
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
1
-0
/
+2
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-1
/
+1
*
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
2014-04-13
1
-1
/
+5
*
i965/blorp: Account for nonzero MinLayer in layered clears.
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965/blorp: Use irb->layer_count in clear
Chris Forbes
2014-04-10
1
-2
/
+1
*
i965: Delete "fast color clear unsupported" performance warning.
Kenneth Graunke
2014-04-08
1
-2
/
+0
*
i965: For fast color clears, only check the color of live channels.
Kevin Rogovin
2014-03-25
1
-1
/
+2
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-24
1
-1
/
+2
*
i965: Report the type of color clear in INTEL_DEBUG=blorp.
Kenneth Graunke
2014-03-23
1
-2
/
+9
*
Revert "i965: For color clears, only disable writes to components that exist."
Kenneth Graunke
2014-03-21
1
-1
/
+1
*
i965: For color clears, only disable writes to components that exist.
Kenneth Graunke
2014-03-21
1
-1
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-3
/
+3
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
2014-01-10
1
-4
/
+4
*
i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
2013-12-09
1
-44
/
+87
*
i965/blorp: Refactor code for computing fast clear align/scaledown factors.
Paul Berry
2013-12-09
1
-19
/
+23
*
i965/blorp: allow multisample blorp clears
Paul Berry
2013-12-09
1
-18
/
+13
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
1
-9
/
+9
*
i965/blorp: Improve fast color clear comment.
Paul Berry
2013-12-09
1
-1
/
+12
*
i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
Chad Versace
2013-12-03
1
-24
/
+11
*
i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
Chad Versace
2013-12-02
1
-6
/
+12
*
i965: Fix blorp clear of layered framebuffers.
Paul Berry
2013-11-21
1
-7
/
+19
*
i965: refactor blorp clear code in preparation for layered clears.
Paul Berry
2013-11-21
1
-53
/
+66
*
i965/blorp: Add an is_render_target parameter to surface_info::set.
Kenneth Graunke
2013-10-09
1
-2
/
+2
*
i965: Initialize brw_blorp_const_color_program::prog_data.
Vinson Lee
2013-10-08
1
-0
/
+2
*
i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
2013-10-02
1
-4
/
+4
*
i965: Initialize inout_offset parameter to brw_search_cache().
Paul Berry
2013-07-25
1
-1
/
+1
*
i965/blorp: Fix clear rectangle alignment in fast color clear
Anuj Phogat
2013-07-10
1
-4
/
+19
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-13
/
+11
*
i965: Add missing newline to blorp color clear perf_debug message.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Initialize brw_blorp_const_color_program member variables.
Vinson Lee
2013-07-01
1
-1
/
+5
*
i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.
Eric Anholt
2013-06-26
1
-0
/
+7
*
i965/gen7+: Resolve color buffers when necessary.
Paul Berry
2013-06-12
1
-0
/
+1
*
i965/blorp: Write blorp code to do render target resolves.
Paul Berry
2013-06-12
1
-0
/
+60
*
i965/blorp: Expand clear class hierarchy to prepare for RT resolves.
Paul Berry
2013-06-12
1
-24
/
+34
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-4
/
+145
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-0
/
+304