aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/blorp: Emit sample index in SAMPLE_LD message when necessaryPaul Berry2012-05-251-5/+2
* i965/gen6+: Add support for fast depth clears.Eric Anholt2012-05-231-1/+0
* i965: Add an interface for doing hiz ops from C code.Eric Anholt2012-05-231-0/+11
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-151-3/+3
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-2/+8
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-151-1/+31
* i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry2012-05-151-0/+108