aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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