aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-3/+2
* i965: Move has_hiz from the slice to the level.Eric Anholt2014-05-121-1/+1
* i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt2014-05-011-4/+3
* i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt2014-05-011-2/+1
* i965/gen7: Skip repeated NULL depth/stencil state emits.Eric Anholt2014-04-111-0/+1
* i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt2014-03-181-1/+0
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-261-2/+2
* i965: Implement HiZ resolves on Broadwell.Kenneth Graunke2014-02-191-2/+6
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-2/+2
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-2/+2
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-5/+5
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* i965/gen6/blorp: Set need_workaround_flush immediately after primitiveChad Versace2014-01-091-1/+0
* i965/blorp: Get rid of redundant num_samples blorp param.Paul Berry2013-12-091-1/+0
* i965: Document conventions for counting layers in 2D multisample buffers.Paul Berry2013-12-091-0/+9
* i965: Fix streamed state dumping/annotation after the blorp-flush change.Eric Anholt2013-11-221-1/+0
* i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke2013-11-211-1/+1
* i965: Avoid flushing the batch for every blorp op.Eric Anholt2013-11-071-0/+50
* i965/blorp: Rework sRGB override behavior.Kenneth Graunke2013-10-091-4/+6
* i965/blorp: Explain why Z24 can't use a sensible format.Kenneth Graunke2013-10-091-1/+5
* i965/blorp: Use R32_FLOAT for Z32F surfaces.Kenneth Graunke2013-10-091-6/+8
* i965/blorp: Use R16_UNORM for Z16 surfaces.Kenneth Graunke2013-10-091-6/+1
* i965/blorp: Add support for non-render-target formats.Kenneth Graunke2013-10-091-7/+7
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-091-1/+2
* i965: Add missing state reset at the end of blorp.Eric Anholt2013-08-301-0/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context's driconf flags to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-8/+8
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-261-0/+22
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-121-0/+1
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-301-0/+4
* i965: Don't flush the batch at the end of blorp.Eric Anholt2013-04-301-0/+19
* intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace2013-04-101-1/+1
* i965/blorp: Add fields brw_blorp_mip_info::level,layerChad Versace2013-04-101-0/+4
* i965/blorp: Align rectangle primitive for hiz opsChad Versace2013-04-101-0/+29
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* i965/blorp: Fix sRGB MSAA resolves.Paul Berry2012-09-241-8/+6
* i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke2012-09-201-2/+3
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-121-1/+2
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-121-1/+2
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-121-0/+25
* i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.Paul Berry2012-09-121-8/+1
* i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry2012-09-121-18/+12
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-121-2/+7
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-111-0/+1
* i965/blorp: Implement logic for additional buffer formats.Paul Berry2012-06-071-4/+33
* i965/blorp: Refactor surface format determination.Paul Berry2012-06-071-0/+2
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-251-0/+1