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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-3
/
+2
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
1
-1
/
+1
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-4
/
+3
*
i965: Move intel_region_get_tile_masks() to be a miptree function.
Eric Anholt
2014-05-01
1
-2
/
+1
*
i965/gen7: Skip repeated NULL depth/stencil state emits.
Eric Anholt
2014-04-11
1
-0
/
+1
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
1
-1
/
+0
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
1
-2
/
+2
*
i965: Implement HiZ resolves on Broadwell.
Kenneth Graunke
2014-02-19
1
-2
/
+6
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-2
/
+2
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-2
/
+2
*
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
-5
/
+5
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
i965/gen6/blorp: Set need_workaround_flush immediately after primitive
Chad Versace
2014-01-09
1
-1
/
+0
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
1
-1
/
+0
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
1
-0
/
+9
*
i965: Fix streamed state dumping/annotation after the blorp-flush change.
Eric Anholt
2013-11-22
1
-1
/
+0
*
i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.
Kenneth Graunke
2013-11-21
1
-1
/
+1
*
i965: Avoid flushing the batch for every blorp op.
Eric Anholt
2013-11-07
1
-0
/
+50
*
i965/blorp: Rework sRGB override behavior.
Kenneth Graunke
2013-10-09
1
-4
/
+6
*
i965/blorp: Explain why Z24 can't use a sensible format.
Kenneth Graunke
2013-10-09
1
-1
/
+5
*
i965/blorp: Use R32_FLOAT for Z32F surfaces.
Kenneth Graunke
2013-10-09
1
-6
/
+8
*
i965/blorp: Use R16_UNORM for Z16 surfaces.
Kenneth Graunke
2013-10-09
1
-6
/
+1
*
i965/blorp: Add support for non-render-target formats.
Kenneth Graunke
2013-10-09
1
-7
/
+7
*
i965/blorp: Add an is_render_target parameter to surface_info::set.
Kenneth Graunke
2013-10-09
1
-1
/
+2
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
1
-0
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context's driconf flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-8
/
+8
*
i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.
Eric Anholt
2013-06-26
1
-0
/
+22
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-0
/
+1
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-0
/
+4
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
1
-0
/
+19
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
1
-1
/
+1
*
i965/blorp: Add fields brw_blorp_mip_info::level,layer
Chad Versace
2013-04-10
1
-0
/
+4
*
i965/blorp: Align rectangle primitive for hiz ops
Chad Versace
2013-04-10
1
-0
/
+29
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
1
-1
/
+1
*
i965/blorp: Fix sRGB MSAA resolves.
Paul Berry
2012-09-24
1
-8
/
+6
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
1
-2
/
+3
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
1
-1
/
+2
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
1
-1
/
+2
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
1
-0
/
+25
*
i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.
Paul Berry
2012-09-12
1
-8
/
+1
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-18
/
+12
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-2
/
+7
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
1
-0
/
+1
*
i965/blorp: Implement logic for additional buffer formats.
Paul Berry
2012-06-07
1
-4
/
+33
*
i965/blorp: Refactor surface format determination.
Paul Berry
2012-06-07
1
-0
/
+2
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
1
-0
/
+1
[next]