aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: Get rid of the blorp_prog_data_int() helperJason Ekstrand2016-05-141-2/+0
* i965/blorp: Add a helper for compiling NIR shadersJason Ekstrand2016-05-141-0/+10
* blorp: Add initial state setup support for SIMD8 dispatchJason Ekstrand2016-05-141-1/+7
* i965/blorp: Add a param array to prog_dataJason Ekstrand2016-05-141-0/+11
* i965/blorp: Add a prog_data_init helperJason Ekstrand2016-05-141-0/+2
* i965/blorp: Set full resolve for lossless compressedTopi Pohjolainen2016-05-121-1/+4
* i965/blorp: Make all of brw_blorp.h accessible to CJason Ekstrand2016-04-261-9/+8
* i965/blorp: Turn brw_blorp_params into a C-style structJason Ekstrand2016-04-261-21/+20
* i965/blorp: Turn coord_transform into a C-style structJason Ekstrand2016-04-261-7/+3
* i965/blorp: Turn blorp_surface_info into a C-style structJason Ekstrand2016-04-261-15/+17
* i965/blorp: Roll mip_info into surface_infoJason Ekstrand2016-04-261-19/+9
* i965/blorp: Get rid of the blorp_blit_params classJason Ekstrand2016-04-261-20/+0
* i965/blorp: Remove the hiz params classJason Ekstrand2016-04-261-17/+4
* i965/blorp: Remove the arguments to brw_blorp_params()Jason Ekstrand2016-04-261-3/+1
* i965/blorp: Refactor to get rid of the get_wm_prog virtual functionJason Ekstrand2016-04-261-11/+2
* i965/blorp/gen6: Use normal base state address setupTopi Pohjolainen2016-04-231-4/+0
* i965/blorp: Re-introduce clear programsTopi Pohjolainen2016-04-211-0/+8
* i965/blorp: Switch the order of render and texture targetsTopi Pohjolainen2016-04-211-1/+1
* i965/blorp: Add support for disabling color blendingTopi Pohjolainen2016-04-211-0/+1
* i965/blorp: Add support for setting fast clear operationTopi Pohjolainen2016-04-211-0/+1
* i965/blorp: Add support for sampling 3D texturesTopi Pohjolainen2016-04-211-1/+7
* i965/blorp: Add support for source swizzleTopi Pohjolainen2016-04-211-1/+9
* i965/blorp: Pipeline upload support for gen8Topi Pohjolainen2016-04-211-0/+3
* i965/blorp/gen7: Expose state setup applicable to gen8Topi Pohjolainen2016-04-211-0/+39
* i965/blorp: Refactor sRGB encoding/decoding.Kenneth Graunke2016-03-211-1/+2
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-1/+0
* i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.Matt Turner2015-11-241-0/+7
* i965/blorp: Add support for layered renderingTopi Pohjolainen2015-04-301-1/+3
* i965/blorp: Allow blend state to be set for multiple render targetsTopi Pohjolainen2015-04-301-2/+3
* i965/blorp: Prepare for attributes other than render positionTopi Pohjolainen2015-04-301-1/+2
* i965/blorp: Remove unused argumentsTopi Pohjolainen2015-04-301-5/+2
* i965/blorp: Allow caller to provide sampler settingsTopi Pohjolainen2015-04-301-1/+3
* i965/blorp: Remove constant parameterTopi Pohjolainen2015-04-301-8/+0
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-051-1/+5
* i965: Change mipmap array_spacing_lod0 to array_layout (enum)Jordan Justen2014-08-151-3/+7
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-8/+0
* i965: Make BLORP use brw_emit_sampler_state().Kenneth Graunke2014-08-021-0/+4
* i965: Use enum brw_reg_type for register types.Matt Turner2014-07-051-1/+2
* 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