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_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
1
-0
/
+3
*
i965/clear: clear_value better precision
Sergii Romantsov
2019-08-02
1
-1
/
+1
*
i965: Set the r8stencil flag in miptree_finish_write
Nanley Chery
2018-07-13
1
-8
/
+0
*
i965: Remove some unused includes of intel_blit.h
Jason Ekstrand
2018-05-22
1
-1
/
+0
*
i965/clear: Drop a stale comment in fast_clear_depth
Nanley Chery
2018-05-17
1
-4
/
+0
*
i965: Update the indirect buffer in set_clear_color
Nanley Chery
2018-05-17
1
-37
/
+0
*
i965/clear: Remove an early return in fast_clear_depth
Nanley Chery
2018-05-17
1
-5
/
+0
*
i965: Use set_clear_color for depth miptrees
Nanley Chery
2018-05-17
1
-1
/
+2
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
1
-2
/
+2
*
i965: Use the brw_context for the clear color and value setters
Nanley Chery
2018-04-09
1
-1
/
+1
*
i965/blorp: Update the fast clear value buffer.
Rafael Antognolli
2018-04-05
1
-0
/
+22
*
intel/blorp: Use isl_aux_op instead of blorp_hiz_op
Jason Ekstrand
2018-02-08
1
-2
/
+2
*
i965: emit BRW_NEW_AUX_STATE when we change the fast clear value
Iago Toral Quiroga
2017-09-18
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-3
/
+5
*
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
2017-08-21
1
-2
/
+12
*
i965/clear: Don't perform redundant depth clears
Jason Ekstrand
2017-07-26
1
-3
/
+31
*
i965: Only do depth resolves prior to clearing when needed
Jason Ekstrand
2017-07-26
1
-3
/
+36
*
i965: Simplify HiZ clears a bit
Jason Ekstrand
2017-07-24
1
-17
/
+8
*
i965/miptree: Take an aux_usage in prepare/finish
Jason Ekstrand
2017-07-22
1
-1
/
+2
*
i965: Represent depth surfaces with isl
Topi Pohjolainen
2017-07-20
1
-2
/
+3
*
i915,i965: Don't condition use of GLSL clear on the current API
Ian Romanick
2017-06-26
1
-6
/
+1
*
i965: Fall back to normal blorp clear instead of meta clear
Ian Romanick
2017-06-20
1
-9
/
+10
*
i965: Use blorp for depth/stencil clears on gen6+
Jason Ekstrand
2017-06-14
1
-0
/
+6
*
i965: Use the new tracking mechanism for HiZ
Jason Ekstrand
2017-06-07
1
-1
/
+2
*
i965: Move depth to the new resolve functions
Jason Ekstrand
2017-06-07
1
-6
/
+6
*
i965: Inline renderbuffer_att_set_needs_depth_resolve
Jason Ekstrand
2017-06-07
1
-2
/
+10
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-07
1
-56
/
+0
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-07
1
-6
/
+4
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
1
-12
/
+3
*
i965: Use BLORP for color clears on gen4-5
Jason Ekstrand
2017-05-26
1
-2
/
+1
*
i965/gen6: Issue direct depth stall and flush after depth clear
Topi Pohjolainen
2017-01-18
1
-1
/
+6
*
i965: Make depth clear flushing more explicit
Topi Pohjolainen
2017-01-18
1
-8
/
+41
*
i965: fix noop_scissor range issue on width/height
Jordan Justen
2016-09-01
1
-7
/
+7
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-2
/
+2
*
i965: Track that the stencil data was updated when clearing
Jordan Justen
2016-08-26
1
-0
/
+8
*
i965: Use blorp for all clears
Jason Ekstrand
2016-05-14
1
-8
/
+0
*
i965/blorp: Enable for normal color clears
Topi Pohjolainen
2016-04-23
1
-0
/
+9
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965/gen9: Enable rep clears on gen9
Chad Versace
2015-10-09
1
-1
/
+1
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-2
/
+2
*
i965: Add buffer sizes to perf debug of fast clears
Ben Widawsky
2015-06-05
1
-2
/
+3
*
i965: Disable fast color clears on Skylake for now.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-7
/
+5
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
2014-04-13
1
-1
/
+1
*
i965: Account for view parameters in fast depth clears
Chris Forbes
2014-04-10
1
-3
/
+3
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
1
-2
/
+3
*
i965: Enable fast depth clears.
Kenneth Graunke
2014-02-19
1
-1
/
+1
[next]