summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-10mesa: Use correct enum conversion function.Vinson Lee1-1/+1
2013-09-10mesa: Ensure gl_sync_object is fully initialized.Vinson Lee1-1/+1
2013-09-10radeonsi: Add parentheses around '|' operands.Vinson Lee1-1/+1
2013-09-10util: Fix unmatched parenthesis.Vinson Lee1-1/+1
2013-09-10util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2-1/+8
2013-09-10glsl: Add missing va_end in builtin_builder::add_function.Vinson Lee1-0/+1
2013-09-10glsl: Initialize builtin_builder member variables.Vinson Lee1-0/+3
2013-09-09glsl: fix variadic macro for MSVCBrian Paul1-2/+2
2013-09-09glsl: remove struct keyword from ir_variable declarationsBrian Paul1-4/+4
2013-09-09Revert "i965/vec4: Only zero out unused message components when there are any."Kenneth Graunke1-4/+2
2013-09-09i965: Allow immediates to be folded into logical and shift instructions.Matt Turner2-0/+22
2013-09-09i965: Enable MESA_shader_integer_mix.Matt Turner1-0/+1
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner7-8/+176
2013-09-09glsl: Use conditional-select in mix().Matt Turner1-8/+8
2013-09-09i965: Add support for ir_triop_csel.Matt Turner3-0/+13
2013-09-09glsl: Add conditional-select IR.Matt Turner8-0/+38
2013-09-09glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke3-7/+7
2013-09-09build: Delete cross-compiling macros.Kenneth Graunke3-265/+0
2013-09-09glsl: Add missing type inference for ir_binop_bfm.Kenneth Graunke1-0/+1
2013-09-09glsl: Delete old built-in function generation code.Kenneth Graunke135-11595/+0
2013-09-09glsl: Remove builtin_compiler from the build system.Kenneth Graunke10-253/+23
2013-09-09glsl: Switch to the new built-in function module.Kenneth Graunke3-29/+4
2013-09-09glsl: Write a new built-in function module.Kenneth Graunke3-0/+3528
2013-09-09glsl: Add optional parameters to the ir_factory constructor.Kenneth Graunke1-3/+3
2013-09-09glsl: Add IR builder shortcuts for a bunch of random opcodes.Kenneth Graunke2-0/+94
2013-09-09glsl: Expose IR builder support for arbitrary swizzling.Kenneth Graunke1-0/+1
2013-09-09glsl: Add a new ir_builder::dotlike() function.Kenneth Graunke2-0/+12
2013-09-09glsl: Add IR builder support for generating return statements.Kenneth Graunke2-0/+9
2013-09-09glsl: Add IR builder support for conditional assignments.Kenneth Graunke2-2/+17
2013-09-09glsl: Add IR builder support for triops.Kenneth Graunke2-0/+9
2013-09-09glsl: Add an ir_expression triop constructor with type inference.Kenneth Graunke2-0/+36
2013-09-09glsl: Add missing type inference support for ARB_gpu_shader5 unops.Kenneth Graunke1-0/+4
2013-09-09glsl: Initialize lod_info in the ir_texture constructor.Kenneth Graunke1-0/+1
2013-09-09glsl: Skip unavailable built-ins when printing out similar candidates.Kenneth Graunke1-0/+3
2013-09-09glsl: Skip unavailable built-ins when matching signatures.Kenneth Graunke1-0/+8
2013-09-09glsl: Pass _mesa_glsl_parse_state into matching_signature and such.Kenneth Graunke12-21/+30
2013-09-09glsl: Add a method to tell whether a built-in is available.Kenneth Graunke2-0/+20
2013-09-09glsl: Mark _mesa_glsl_parse_state::is_version() as const.Kenneth Graunke1-1/+1
2013-09-09glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke6-10/+15
2013-09-09glsl: Store a predicate for whether a built-in signature is available.Kenneth Graunke4-6/+30
2013-09-09i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke1-2/+4
2013-09-09vbo: Implement new gs prim types in vbo_count_tessellated_primitives.Paul Berry1-0/+12
2013-09-08i965: Enable AMD_seamless_cubemap_per_textureIan Romanick4-2/+7
2013-09-08mesa: Always use seamless cubemap filtering in GLES3Ian Romanick1-0/+8
2013-09-08mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ESIan Romanick1-1/+2
2013-09-08docs: initial 9.3 release notes fileIan Romanick2-0/+58
2013-09-08ilo: preliminary GEN 7.5 supportChia-I Wu10-107/+236
2013-09-06radeonsi: add berlin pci idsAlex Deucher1-0/+22
2013-09-06r600g: remove DMA paddingAlex Deucher1-9/+0
2013-09-06radeon/winsys: pad IBs to a multiple of 8 DWsAlex Deucher1-0/+30