summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Add a few assertions on lossless compressionTopi Pohjolainen2016-02-161-0/+5
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-1/+1
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-1/+1
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-1/+0
* i965: Mark count_trailing_one_bits() static.Matt Turner2015-11-241-1/+1
* i965: Disallow fast blit paths for CopyTexImage with PixelTransfer opsChris Wilson2015-09-071-0/+4
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-11/+11
* i965: Update the comment about platforms supporting blorpAnuj Phogat2015-04-171-2/+2
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965/blorp: round to nearest when converting float into integerSamuel Iglesias Gonsalvez2015-02-241-4/+7
* i965/blorp: Emit MADs.Matt Turner2015-02-191-4/+2
* i965/blorp: Optimize clamping tex coords.Matt Turner2015-02-191-4/+4
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-7/+8
* i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.Kenneth Graunke2015-01-041-2/+3
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-2/+2
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-1/+1
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-051-13/+28
* i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2014-08-201-4/+0
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-0/+4
* i965: Don't check for format differences when using the blorp blitterNeil Roberts2014-08-111-54/+12
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-14/+8
* i965: Allow the blorp blit between BGR and RGBNeil Roberts2014-06-231-7/+21
* i965/fs+blorp: Remove left over dump_file arguments.Matt Turner2014-05-241-6/+4
* i965/fs: Don't hardcode DEBUG_WM in generic fs code.Matt Turner2014-05-241-4/+6
* i965: Delete unused brw_blorp_blit_test_compile().Matt Turner2014-05-241-11/+0
* i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen2014-05-121-118/+6
* 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