aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes2014-04-101-3/+6
* i965: Print number of multisamples in INTEL_DEBUG=blorp output.Kenneth Graunke2014-03-211-4/+4
* i965: Fix build warning of unused variableAnuj Phogat2014-03-141-2/+0
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-2/+2
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-1/+1
* i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.Eric Anholt2014-02-181-3/+4
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-3/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-5/+5
* i965/blorp: switch eu-emitter to use FS IR and fs_generatorTopi Pohjolainen2014-01-231-20/+0
* i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitterTopi Pohjolainen2014-01-231-9/+5
* i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)Topi Pohjolainen2014-01-231-2/+2
* i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)Topi Pohjolainen2014-01-231-4/+4
* i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)Topi Pohjolainen2014-01-231-9/+9
* i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)Topi Pohjolainen2014-01-231-24/+24
* i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)Topi Pohjolainen2014-01-231-12/+12
* i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)Topi Pohjolainen2014-01-231-12/+12
* i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)Topi Pohjolainen2014-01-231-18/+16
* i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)Topi Pohjolainen2014-01-231-39/+39
* i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)Topi Pohjolainen2014-01-231-35/+33
* i965/blorp: wrap emission of if-equal-assignmentTopi Pohjolainen2014-01-231-24/+6
* i965/blorp: wrap emission of conditional assignmentTopi Pohjolainen2014-01-231-15/+4
* i965/blorp: move emission of sample combining into eu-emitterTopi Pohjolainen2014-01-231-9/+5
* i965/blorp: move emission of rt-write into eu-emitterTopi Pohjolainen2014-01-231-10/+5
* i965/blorp: move emission of texture lookup into eu-emitterTopi Pohjolainen2014-01-231-22/+12
* i965/blorp: move emission of pixel kill into eu-emitterTopi Pohjolainen2014-01-231-25/+3
* i965/blorp: introduce separate eu-emitter for blit compilerTopi Pohjolainen2014-01-231-38/+5
* i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPRTopi Pohjolainen2014-01-221-16/+30
* i965/blorp: patch jump counters also for endifTopi Pohjolainen2014-01-221-0/+2
* i965/blorp: reduce the scope of the explicit compression controlTopi Pohjolainen2014-01-201-11/+20
* i965/blorp: remove dependency to compression control stateTopi Pohjolainen2014-01-201-4/+3
* i965/blorp: allow unit tests to compile and dump assemblyTopi Pohjolainen2013-12-271-3/+16
* i965/blorp: Get rid of redundant num_samples blorp param.Paul Berry2013-12-091-5/+0
* i965: Document conventions for counting layers in 2D multisample buffers.Paul Berry2013-12-091-0/+8
* i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry2013-11-291-0/+15
* i965: Disable BLORP on Broadwell for now.Kenneth Graunke2013-11-211-2/+2
* i965: Move #define's inside function as local variablesAnuj Phogat2013-11-111-8/+5
* i965: Do not set bilinear_filter flag in case of multisample blitsAnuj Phogat2013-10-281-1/+1
* i965/blorp: Allow format conversions for CopyTexSubImage.Kenneth Graunke2013-10-091-1/+14
* i965/blorp: Rework sRGB override behavior.Kenneth Graunke2013-10-091-5/+9
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-091-2/+2
* i965/blorp: Fix the register types on blorp's push constants.Eric Anholt2013-10-091-16/+16
* i965/blorp: retype destination register for texture SEND instruction to UW.Paul Berry2013-09-301-1/+1
* i965/blorp: Add support for single sample scaled blit with bilinear filterAnuj Phogat2013-08-161-34/+62
* i965/blorp: Define a function to clamp texture coordinatesAnuj Phogat2013-08-161-24/+39
* i965/blorp: Use more appropriate variable namesAnuj Phogat2013-08-161-13/+11
* i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2013-07-251-1/+1
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+3