| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 10 | -34/+34 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 17 | -58/+58 |
* | mesa: GL_EXT_framebuffer_blit is not optional | Ian Romanick | 2014-01-27 | 1 | -1/+0 |
* | i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces. | Kenneth Graunke | 2014-01-25 | 2 | -5/+8 |
* | i965/gen7: Use to the correct program when uploading transform feedback state. | Paul Berry | 2014-01-23 | 2 | -10/+6 |
* | i965: Remove *_generator::shader field; use prog field instead. | Paul Berry | 2014-01-23 | 7 | -18/+8 |
* | i965/blorp: switch eu-emitter to use FS IR and fs_generator | Topi Pohjolainen | 2014-01-23 | 3 | -120/+84 |
* | i965/fs: add support for BRW_OPCODE_AVG in fs_generator | Topi Pohjolainen | 2014-01-23 | 1 | -0/+3 |
* | i965/fs: introduce blorp specific rt-write for fs_generator | Topi Pohjolainen | 2014-01-23 | 4 | -0/+23 |
* | i965/fs: allow unit tests to dump the final patched assembly | Topi Pohjolainen | 2014-01-23 | 2 | -8/+10 |
* | i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter | Topi Pohjolainen | 2014-01-23 | 2 | -9/+23 |
* | i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/) | Topi Pohjolainen | 2014-01-23 | 2 | -2/+8 |
* | i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/) | Topi Pohjolainen | 2014-01-23 | 2 | -4/+10 |
* | i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/) | Topi Pohjolainen | 2014-01-23 | 2 | -9/+16 |
* | i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/) | Topi Pohjolainen | 2014-01-23 | 2 | -24/+31 |
* | i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/) | Topi Pohjolainen | 2014-01-23 | 2 | -12/+19 |
* | i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/) | Topi Pohjolainen | 2014-01-23 | 2 | -12/+19 |
* | i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/) | Topi Pohjolainen | 2014-01-23 | 2 | -18/+32 |
* | i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/) | Topi Pohjolainen | 2014-01-23 | 2 | -39/+46 |
* | i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/) | Topi Pohjolainen | 2014-01-23 | 2 | -35/+45 |
* | i965/blorp: wrap emission of if-equal-assignment | Topi Pohjolainen | 2014-01-23 | 2 | -24/+12 |
* | i965/blorp: wrap emission of conditional assignment | Topi Pohjolainen | 2014-01-23 | 2 | -15/+15 |
* | i965/blorp: move emission of sample combining into eu-emitter | Topi Pohjolainen | 2014-01-23 | 3 | -9/+24 |
* | i965/blorp: move emission of rt-write into eu-emitter | Topi Pohjolainen | 2014-01-23 | 3 | -10/+28 |
* | i965/blorp: move emission of texture lookup into eu-emitter | Topi Pohjolainen | 2014-01-23 | 3 | -22/+60 |
* | i965/fs: introduce non-compressed equivalent of tex_cms | Topi Pohjolainen | 2014-01-23 | 4 | -0/+13 |
* | i965: rename tex_ms to tex_cms | Topi Pohjolainen | 2014-01-23 | 10 | -17/+17 |
* | i965/blorp: move emission of pixel kill into eu-emitter | Topi Pohjolainen | 2014-01-23 | 3 | -25/+38 |
* | i965/blorp: introduce separate eu-emitter for blit compiler | Topi Pohjolainen | 2014-01-23 | 4 | -38/+113 |
* | i965: Support 32 texture image units on Haswell+. | Kenneth Graunke | 2014-01-22 | 2 | -4/+7 |
* | i965/fs: Switch from BRW_MAX_TEX_UNIT to the actual limit. | Kenneth Graunke | 2014-01-22 | 1 | -1/+2 |
* | i965/vec4: Support arbitrarily large sampler state indices on Haswell+. | Kenneth Graunke | 2014-01-22 | 2 | -3/+26 |
* | i965/vec4: Refactor sampler message setup. | Kenneth Graunke | 2014-01-22 | 1 | -17/+22 |
* | i965/vec4: Don't set header_present if texel offsets are all 0. | Kenneth Graunke | 2014-01-22 | 1 | -9/+8 |
* | i965/fs: Support arbitrarily large sampler state indices on Haswell+. | Kenneth Graunke | 2014-01-22 | 2 | -2/+22 |
* | i965/fs: Plumb sampler index into emit_texture_gen7. | Kenneth Graunke | 2014-01-22 | 3 | -4/+4 |
* | i965/fs: Refactor sampler message header to duplicate less code. | Kenneth Graunke | 2014-01-22 | 1 | -25/+21 |
* | i965: Use get_element_ud to shorten texture header access. | Kenneth Graunke | 2014-01-22 | 1 | -2/+1 |
* | intel: Fix initial MakeCurrent for single-buffer drawables | Kristian Høgsberg | 2014-01-22 | 1 | -6/+4 |
* | i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR | Topi Pohjolainen | 2014-01-22 | 2 | -28/+42 |
* | i965/blorp: patch jump counters also for endif | Topi Pohjolainen | 2014-01-22 | 2 | -3/+5 |
* | i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array. | Paul Berry | 2014-01-21 | 3 | -6/+6 |
* | mesa: Fold long lines introduced by the previous patch. | Paul Berry | 2014-01-21 | 4 | -8/+14 |
* | mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar... | Paul Berry | 2014-01-21 | 13 | -19/+19 |
* | mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program. | Paul Berry | 2014-01-21 | 1 | -1/+1 |
* | i965: Ignore 'centroid' interpolation qualifier in case of persample shading | Anuj Phogat | 2014-01-21 | 1 | -1/+1 |
* | i965: Use sample barycentric coordinates with per sample shading | Anuj Phogat | 2014-01-21 | 4 | -6/+30 |
* | i965: Add an option to ignore sample qualifier | Anuj Phogat | 2014-01-21 | 3 | -4/+4 |
* | i965/fs: Optimize LRP with x == y into a MOV. | Matt Turner | 2014-01-21 | 1 | -0/+10 |
* | i965: Enable AOS optimizations for the geometry shader. | Matt Turner | 2014-01-21 | 1 | -0/+1 |