| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Replace a priori knowledge of gcc builtins with configure tests. | Matt Turner | 2014-09-25 | 1 | -1/+1 |
* | i965/blorp: Pass image formats seperately from the miptree | Jason Ekstrand | 2014-09-05 | 1 | -13/+28 |
* | i965,meta: Stop unlocking the texture to try and prevent deadlocks. | Kenneth Graunke | 2014-08-20 | 1 | -4/+0 |
* | i965: Implement fast color clears using meta operations | Kristian Høgsberg | 2014-08-15 | 1 | -0/+4 |
* | i965: Don't check for format differences when using the blorp blitter | Neil Roberts | 2014-08-11 | 1 | -54/+12 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -14/+8 |
* | i965: Allow the blorp blit between BGR and RGB | Neil Roberts | 2014-06-23 | 1 | -7/+21 |
* | i965/fs+blorp: Remove left over dump_file arguments. | Matt Turner | 2014-05-24 | 1 | -6/+4 |
* | i965/fs: Don't hardcode DEBUG_WM in generic fs code. | Matt Turner | 2014-05-24 | 1 | -4/+6 |
* | i965: Delete unused brw_blorp_blit_test_compile(). | Matt Turner | 2014-05-24 | 1 | -11/+0 |
* | i965/blorp: Expose coordinate scissoring and mirroring | Topi Pohjolainen | 2014-05-12 | 1 | -118/+6 |
* | i965: Account for MinLayer/MinLevel in blorp CTSI path | Chris Forbes | 2014-04-10 | 1 | -3/+6 |
* | i965: Print number of multisamples in INTEL_DEBUG=blorp output. | Kenneth Graunke | 2014-03-21 | 1 | -4/+4 |
* | i965: Fix build warning of unused variable | Anuj Phogat | 2014-03-14 | 1 | -2/+0 |
* | i965: Move compiler debugging output to stderr. | Eric Anholt | 2014-02-22 | 1 | -2/+2 |
* | i965: Move singlesample_mt to the renderbuffer. | Eric Anholt | 2014-02-18 | 1 | -1/+1 |
* | i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees. | Eric Anholt | 2014-02-18 | 1 | -3/+4 |
* | mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. | Kenneth Graunke | 2014-02-09 | 1 | -3/+3 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -3/+3 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -4/+4 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -5/+5 |
* | i965/blorp: switch eu-emitter to use FS IR and fs_generator | Topi Pohjolainen | 2014-01-23 | 1 | -20/+0 |
* | i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter | Topi Pohjolainen | 2014-01-23 | 1 | -9/+5 |
* | i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/) | Topi Pohjolainen | 2014-01-23 | 1 | -2/+2 |
* | i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/) | Topi Pohjolainen | 2014-01-23 | 1 | -4/+4 |
* | i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/) | Topi Pohjolainen | 2014-01-23 | 1 | -9/+9 |
* | i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/) | Topi Pohjolainen | 2014-01-23 | 1 | -24/+24 |
* | i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/) | Topi Pohjolainen | 2014-01-23 | 1 | -12/+12 |
* | i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/) | Topi Pohjolainen | 2014-01-23 | 1 | -12/+12 |
* | i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/) | Topi Pohjolainen | 2014-01-23 | 1 | -18/+16 |
* | i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/) | Topi Pohjolainen | 2014-01-23 | 1 | -39/+39 |
* | i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/) | Topi Pohjolainen | 2014-01-23 | 1 | -35/+33 |
* | i965/blorp: wrap emission of if-equal-assignment | Topi Pohjolainen | 2014-01-23 | 1 | -24/+6 |
* | i965/blorp: wrap emission of conditional assignment | Topi Pohjolainen | 2014-01-23 | 1 | -15/+4 |
* | i965/blorp: move emission of sample combining into eu-emitter | Topi Pohjolainen | 2014-01-23 | 1 | -9/+5 |
* | i965/blorp: move emission of rt-write into eu-emitter | Topi Pohjolainen | 2014-01-23 | 1 | -10/+5 |
* | i965/blorp: move emission of texture lookup into eu-emitter | Topi Pohjolainen | 2014-01-23 | 1 | -22/+12 |
* | i965/blorp: move emission of pixel kill into eu-emitter | Topi Pohjolainen | 2014-01-23 | 1 | -25/+3 |
* | i965/blorp: introduce separate eu-emitter for blit compiler | Topi Pohjolainen | 2014-01-23 | 1 | -38/+5 |
* | i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR | Topi Pohjolainen | 2014-01-22 | 1 | -16/+30 |
* | i965/blorp: patch jump counters also for endif | Topi Pohjolainen | 2014-01-22 | 1 | -0/+2 |
* | i965/blorp: reduce the scope of the explicit compression control | Topi Pohjolainen | 2014-01-20 | 1 | -11/+20 |
* | i965/blorp: remove dependency to compression control state | Topi Pohjolainen | 2014-01-20 | 1 | -4/+3 |
* | i965/blorp: allow unit tests to compile and dump assembly | Topi Pohjolainen | 2013-12-27 | 1 | -3/+16 |
* | i965/blorp: Get rid of redundant num_samples blorp param. | Paul Berry | 2013-12-09 | 1 | -5/+0 |
* | i965: Document conventions for counting layers in 2D multisample buffers. | Paul Berry | 2013-12-09 | 1 | -0/+8 |
* | i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats. | Paul Berry | 2013-11-29 | 1 | -0/+15 |
* | i965: Disable BLORP on Broadwell for now. | Kenneth Graunke | 2013-11-21 | 1 | -2/+2 |
* | i965: Move #define's inside function as local variables | Anuj Phogat | 2013-11-11 | 1 | -8/+5 |