aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
Commit message (Expand)AuthorAgeFilesLines
* i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga2014-04-131-1/+1
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* 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/+5
* i965: Avoid flushing the batch for every blorp op.Eric Anholt2013-11-071-4/+0
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-091-1/+2
* i965/blorp: Add support for single sample scaled blit with bilinear filterAnuj Phogat2013-08-161-2/+5
* i965/blorp: Use more appropriate variable namesAnuj Phogat2013-08-161-5/+3
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-4/+4
* i965/blorp: Add bilinear filtering of samples for multisample scaled blitsAnuj Phogat2013-07-011-0/+16
* i965/blorp: Write blorp code to do render target resolves.Paul Berry2013-06-121-0/+5
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-121-1/+10
* intel: Add multisample scaled blitting in blorp engineAnuj Phogat2013-05-301-9/+11
* intel: Change the register type from UW to UD in blorp engineAnuj Phogat2013-05-301-9/+6
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-301-0/+4
* 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