summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-20i965: Test that nonrepresentable floats cannot be converted to VF.Matt Turner1-0/+15
2015-11-20i965: Use ldexpf() in VF float test set up.Matt Turner1-8/+3
2015-11-20i965/vec4: Initialize nir_inputs with src_reg().Matt Turner1-1/+1
2015-11-20i965/fs: Add support for gl_HelperInvocation system value.Matt Turner1-0/+52
2015-11-20i965: Add brw_imm_uv().Matt Turner1-0/+9
2015-11-20i965: Don't bother setting regioning on immediates.Matt Turner1-6/+0
2015-11-20i965/gen9: Support fast clears for 32b floatBen Widawsky2-10/+6
2015-11-20Revert "i965/gen9: Enable rep clears on gen9"Ben Widawsky1-5/+0
2015-11-20Revert "i965/gen9: Disable MCS for 1x color surfaces"Ben Widawsky1-8/+0
2015-11-20i965/meta/gen9: Individually fast clear color attachmentsBen Widawsky1-13/+65
2015-11-20i965/skl: skip fast clears for certain surface formatsBen Widawsky2-27/+33
2015-11-20i965: Add lossless compression to surface format tableBen Widawsky3-252/+282
2015-11-20i965/skl: Add fast color clear infrastructureBen Widawsky4-20/+81
2015-11-20xmlconfig: Add support for DragonFlyFrançois Tigeot1-0/+3
2015-11-19i965: Enable EXT_shader_samples_identicalIan Romanick5-2/+34
2015-11-19i965/vec4: Handle nir_tex_src_ms_index more like the scalarIan Romanick1-8/+10
2015-11-19nir: Add nir_texop_samples_identical opcodeIan Romanick2-0/+2
2015-11-19nir: add nir_var_all enumRob Clark1-1/+1
2015-11-19i965: Drop IMM fs_reg/src_reg -> brw_reg conversions.Matt Turner2-36/+2
2015-11-19i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().Matt Turner12-239/+195
2015-11-19i965/fs: Use brw_imm_uw().Matt Turner2-8/+3
2015-11-19i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().Matt Turner9-217/+167
2015-11-19i965: Make brw_imm_vf4() take 8-bit restricted floats.Matt Turner2-32/+11
2015-11-18i965: Allow indirect GS input indexing in the scalar backend.Kenneth Graunke4-46/+107
2015-11-18i965/nir: Add hooks for testing nir_shader_cloneJason Ekstrand1-9/+26
2015-11-18i965/nir: Validate that NIR passes call nir_metadata_preserve().Kenneth Graunke1-3/+7
2015-11-18i965/nir: Add OPT() and OPT_V() macros for invoking NIR passes.Kenneth Graunke1-72/+59
2015-11-18i965: Add enums for 3DSTATE_TE field values.Kenneth Graunke1-0/+28
2015-11-18meta/generate_mipmap: Don't leak the framebuffer objectIan Romanick1-0/+5
2015-11-18i965: Prevent fast clears for MSRTs on SKLNeil Roberts1-0/+7
2015-11-17i965: Fix PIPE_CONTOL typo.Kenneth Graunke1-1/+1
2015-11-17i965: Add assertion for src_stencil payload sizeBen Widawsky1-0/+6
2015-11-17i965: Implement ARB_pipeline_statistics_query tessellation counters.Kenneth Graunke1-8/+8
2015-11-17i965: Add INTEL_DEBUG=shader_time support for tessellation shaders.Kenneth Graunke2-0/+14
2015-11-17i965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tessellation shaders.Kenneth Graunke2-2/+8
2015-11-17i965: Add more MAX_*_URB_ENTRY_SIZE_BYTES #defines.Kenneth Graunke1-0/+6
2015-11-17i965: Add missing stdio.h include to brw_compiler.h.Kenneth Graunke1-0/+1
2015-11-17i965: Return the correct value type from brw_compile_gs()Eduardo Lima Mitev1-1/+1
2015-11-16i965: Set MaxCombinedUniformBlocks properly.Kenneth Graunke1-0/+1
2015-11-16i965: Clean up context constant initialization code.Kenneth Graunke1-80/+54
2015-11-16i965: Convert scalar_* flags to a scalar_stage array.Kenneth Graunke10-39/+27
2015-11-17r200: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+4
2015-11-17radeon: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+2
2015-11-16meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...Ian Romanick1-4/+4
2015-11-14i965: Introduce a MOV_INDIRECT opcode.Kenneth Graunke6-0/+80
2015-11-13i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.Kenneth Graunke4-5/+10
2015-11-13i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.Kenneth Graunke4-1/+40
2015-11-13i965: Make convert_attr_sources_to_hw_regs handle stride == 0.Kenneth Graunke1-1/+2
2015-11-13i965: Silence unused parameter warnings in get_buffer_rectIan Romanick1-4/+3
2015-11-13meta/generate_mipmap: Don't leak the sampler objectIan Romanick1-0/+2