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: 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
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-1
/
+2
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-1
/
+1
*
i965: Fix fast depth clear values on Broadwell.
Kenneth Graunke
2014-02-07
1
-1
/
+4
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965: Consider only the scissor rectangle for viewport 0 for clears
Ian Romanick
2014-01-20
1
-1
/
+1
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-6
/
+6
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
2014-01-10
1
-3
/
+3
*
i965: Fix fast clear of depth buffers.
Paul Berry
2013-11-21
1
-2
/
+10
*
i965: Disable BLORP on Broadwell for now.
Kenneth Graunke
2013-11-21
1
-2
/
+2
*
i965 clear/draw: set renderbuffer attachment as needing depth resolve
Jordan Justen
2013-08-04
1
-1
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+4
*
i965: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-6
/
+7
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Move contents of intel_clear.h to intel_context.h.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-1
/
+1
*
i965: Enable fast clears on non-8x4-aligned sizes.
Eric Anholt
2013-05-03
1
-13
/
+0
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-0
/
+11
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
1
-1
/
+1
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
1
-1
/
+3
*
i965: Apply depthstencil alignment workaround when doing fast clears.
Paul Berry
2013-03-15
1
-1
/
+5
*
i965: Allow fast depth clears if scissoring doesn't do anything.
Kenneth Graunke
2012-09-25
1
-1
/
+13
*
i965: don't clear resolve map when doing fast depth clears.
Paul Berry
2012-08-24
1
-4
/
+2
*
i965: Add performance debug for fast clear fallbacks.
Eric Anholt
2012-08-12
1
-1
/
+9
*
intel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
Tapani Pälli
2012-08-08
1
-1
/
+6
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-0
/
+130
*
i965: Rename the clear function for this driver.
Eric Anholt
2012-05-23
1
-2
/
+2
*
i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
2012-05-23
1
-47
/
+11
*
i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
2012-05-23
1
-28
/
+2
*
i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
2012-05-23
1
-26
/
+2
*
i965: We always have GLSL, so always use it for tri clears.
Eric Anholt
2012-05-23
1
-4
/
+1
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
1
-0
/
+203