summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_blorp.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-3/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context's driconf flags to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-8/+8
2013-06-26i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt1-0/+22
2013-06-12i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry1-0/+1
2013-04-30i965: Implement color clears using a simple shader in blorp.Eric Anholt1-0/+4
2013-04-30i965: Don't flush the batch at the end of blorp.Eric Anholt1-0/+19
2013-04-10intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace1-1/+1
2013-04-10i965/blorp: Add fields brw_blorp_mip_info::level,layerChad Versace1-0/+4
2013-04-10i965/blorp: Align rectangle primitive for hiz opsChad Versace1-0/+29
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-1/+1
2012-09-24i965/blorp: Fix sRGB MSAA resolves.Paul Berry1-8/+6
2012-09-20i965/blorp: Add support for blits between SRGB and linear formats.Kenneth Graunke1-2/+3
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry1-1/+2
2012-09-12intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry1-1/+2
2012-09-12i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry1-0/+25
2012-09-12i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.Paul Berry1-8/+1
2012-09-12i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry1-18/+12
2012-09-12i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry1-2/+7
2012-07-11i965/msaa: Add an enum to describe MSAA layout.Paul Berry1-0/+1
2012-06-07i965/blorp: Implement logic for additional buffer formats.Paul Berry1-4/+33
2012-06-07i965/blorp: Refactor surface format determination.Paul Berry1-0/+2
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry1-0/+1
2012-05-25i965/blorp: Emit sample index in SAMPLE_LD message when necessaryPaul Berry1-5/+2
2012-05-23i965/gen6+: Add support for fast depth clears.Eric Anholt1-1/+0
2012-05-23i965: Add an interface for doing hiz ops from C code.Eric Anholt1-0/+11
2012-05-15i965/blorp: Move exec() out of brw_blorp_params.Paul Berry1-3/+3
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-2/+8
2012-05-15i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry1-1/+31
2012-05-15i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry1-0/+108