aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Use intel_get_tile_dims() to get tile masksAnuj Phogat2015-09-281-1/+3
* i965: Add and use USED_BATCH macro.Matt Turner2015-07-151-2/+2
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-2/+2
* i965/blorp: Add support for layered renderingTopi Pohjolainen2015-04-301-2/+4
* i965/blorp: Allow blend state to be set for multiple render targetsTopi Pohjolainen2015-04-301-6/+4
* i965/blorp: Prepare for attributes other than render positionTopi Pohjolainen2015-04-301-2/+3
* i965/blorp: Remove constant parameterTopi Pohjolainen2015-04-301-1/+0
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-1/+1
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+0
* i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.Kenneth Graunke2014-10-011-1/+1
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-051-3/+6
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2
* mesa: Convert NewDriverState to 64-bitsJordan Justen2014-09-011-1/+1
* i965: Create a macro for setting all dirty bits.Paul Berry2014-09-011-2/+2
* i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen2014-08-151-1/+1
* 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