aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Add fields brw_blorp_mip_info::level,layerChad Versace2013-04-101-0/+11
* i965: Share the draw x/y offset masking code between main/blorp and all gens.Eric Anholt2012-10-161-4/+0
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-121-0/+2
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-121-0/+4
* i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry2012-09-121-3/+14
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-121-6/+12
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* i965: Add function brw_blorp_blit_miptreesChad Versace2012-08-071-0/+17
* i965/blorp: Fix integer downsampling on Gen7.Paul Berry2012-07-201-0/+5
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-111-17/+15
* i965/msaa: Move {rt,tex}_interleaved into blorp program key.Paul Berry2012-07-111-2/+14
* i965/blorp: Implement logic for additional buffer formats.Paul Berry2012-06-071-1/+2
* i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.Paul Berry2012-06-071-4/+4
* i965/blorp: Refactor surface format determination.Paul Berry2012-06-071-0/+6
* i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.Paul Berry2012-05-251-1/+12
* i965/msaa: Properly handle sliced layout for Gen7.Paul Berry2012-05-251-0/+5
* i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.Paul Berry2012-05-251-0/+4
* i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessaryPaul Berry2012-05-251-0/+12
* i965: Add an interface for doing hiz ops from C code.Eric Anholt2012-05-231-15/+1
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-151-2/+5
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-2/+28
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-151-2/+134
* i965: split gen{6,7}_blorp_exec functions into manageable chunks.Paul Berry2012-05-151-2/+21
* i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry2012-05-151-0/+122