summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_meta_fast_clear.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-14i965: Use blorp for all clearsJason Ekstrand1-616/+0
2016-05-14i965: move brw_meta_set_fast_clear_color to brw_meta_util.cJason Ekstrand1-75/+0
2016-05-14i965; Move brw_meta_get_*_rect to brw_meta_util.cJason Ekstrand1-180/+0
2016-05-14i965: Move brw_is_color_fast_clear_compatible to brw_meta_utilJason Ekstrand1-59/+0
2016-05-12i965/blorp: Do not skip fast color clear with new colorTopi Pohjolainen1-1/+12
2016-05-09Revert "i965: Always use Y-tiled buffers on SKL+"Daniel Stone1-2/+2
2016-04-21i965: Always use Y-tiled buffers on SKL+Ben Widawsky1-2/+2
2016-04-21i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.Kenneth Graunke1-0/+1
2016-04-21i965/meta: Move check for srgb into is_color_fast_clear_compatible()Topi Pohjolainen1-16/+18
2016-04-21i965/meta: Expose check for fast clear compatibilityTopi Pohjolainen1-20/+20
2016-04-21i965/meta: Expose fast clear value setupTopi Pohjolainen1-5/+5
2016-04-21i965/meta: Expose non-fast clear rectangle calculationTopi Pohjolainen1-10/+16
2016-04-21i965/meta: Expose resolve clear rectangle calculationTopi Pohjolainen1-7/+9
2016-04-21i965/meta: Expose fast clear rectangle calculationTopi Pohjolainen1-19/+25
2016-03-16meta: Don't use integer handles for shaders or programs.Kenneth Graunke1-5/+6
2016-03-16meta: Use the _mesa_meta_compile_and_link_program helper more places.Kenneth Graunke1-11/+3
2016-03-16meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.Kenneth Graunke1-2/+2
2016-03-01i965/meta: Don't pollute the framebuffer namespaceIan Romanick1-7/+8
2016-03-01i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick1-1/+6
2016-03-01i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick1-1/+1
2016-02-16i965: Add resolve option for lossless compressionTopi Pohjolainen1-1/+4
2016-02-16i965: Allow fast clear to be used with lossless compressionTopi Pohjolainen1-1/+3
2016-02-16Revert "i965: Restore vbo after color resolve during brw_try_draw_prims()"Topi Pohjolainen1-9/+0
2016-02-12i965: Restore vbo after color resolve during brw_try_draw_prims()Topi Pohjolainen1-0/+9
2016-02-10i965/meta: Don't pollute the renderbuffer namespaceIan Romanick1-1/+2
2016-02-10i965/meta: Use internal functions for renderbuffer accessIan Romanick1-3/+2
2016-02-10i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o...Ian Romanick1-4/+5
2015-12-11i965/gen9: Don't do fast clears when GL_FRAMEBUFFER_SRGB is enabledNeil Roberts1-0/+11
2015-12-11i965/meta-fast-clear: Disable GL_FRAMEBUFFER_SRGB during clearNeil Roberts1-0/+16
2015-12-10i965/gen9: Allow fast clear for MSRT formats matching renderNeil Roberts1-4/+11
2015-12-10i965/gen9/fast-clear: Handle linear→SRGB conversionNeil Roberts1-0/+11
2015-11-24i965: Pass brw_context pointer, not gl_context pointer.Matt Turner1-2/+1
2015-11-24i965: Don't pollute the buffer object namespace in brw_meta_fast_clearIan Romanick1-5/+5
2015-11-24i965: Use internal functions for buffer object accessIan Romanick1-6/+18
2015-11-24i965: Use DSA functions for VBOs in brw_meta_fast_clearIan Romanick1-6/+7
2015-11-24i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick1-4/+5
2015-11-23i965: Handle lum, intensity and missing components in the fast clearNeil Roberts1-2/+32
2015-11-20i965/gen9: Support fast clears for 32b floatBen Widawsky1-2/+6
2015-11-20Revert "i965/gen9: Enable rep clears on gen9"Ben Widawsky1-5/+0
2015-11-20i965/meta/gen9: Individually fast clear color attachmentsBen Widawsky1-13/+65
2015-11-20i965/skl: Add fast color clear infrastructureBen Widawsky1-16/+39
2015-11-18i965: Prevent fast clears for MSRTs on SKLNeil Roberts1-0/+7
2015-11-13i965: Silence unused parameter warnings in get_buffer_rectIan Romanick1-4/+3
2015-11-03i965/meta: Assert fast clears and rep clears never overlapBen Widawsky1-0/+2
2015-10-09i965/gen9: Enable rep clears on gen9Chad Versace1-0/+5
2015-09-10i965: Silence unused parameter warnings in intel_mipmap_tree.cIan Romanick1-4/+4
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-1/+1
2015-07-29i965: Use float calculations when double is unnecessary.Matt Turner1-2/+2
2015-07-10i965: Label the repclear shader "meta repclear" rather than "meta clear".Kenneth Graunke1-1/+1
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-2/+2