summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-26tempcapturesBen Widawsky6-22/+47
2015-01-27mesa/autoconf: attempt to use gnu99 on older gcc compilersDave Airlie1-1/+11
2015-01-26mesa: simplify detection of fpclassifyFelix Janda1-11/+7
2015-01-26nir/opcodes: Don't go through doubles when constant-folding iabsJason Ekstrand1-1/+1
2015-01-26nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressionsJason Ekstrand1-6/+4
2015-01-26nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand10-53/+47
2015-01-26i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.Kenneth Graunke1-6/+10
2015-01-26clover: Fix build with llvm after r226981Jan Vesely1-0/+4
2015-01-25configure: Link against all LLVM targets when building cloverNiels Ole Salscheider1-1/+1
2015-01-24nir/constant_folding: use the new constant folding infrastructureConnor Abbott1-158/+21
2015-01-24nir: add new constant folding infrastructureJason Ekstrand6-184/+787
2015-01-24nir: use Python to autogenerate opcode informationConnor Abbott9-401/+479
2015-01-24docs: add news item and link release notes for mesa 10.4.3Emil Velikov2-0/+7
2015-01-24docs: Add sha256 sums for the 10.4.3 releaseEmil Velikov1-1/+3
2015-01-24Add release notes for the 10.4.3 releaseEmil Velikov1-0/+143
2015-01-23i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.Matt Turner2-0/+24
2015-01-23i965/fs: Add support for removing MOV.NZ instructions.Matt Turner2-3/+52
2015-01-23i965/fs: Allow flipping cond mod for negated arguments.Matt Turner2-3/+39
2015-01-23i965/fs: Propagate cmod across flag read if it contains the same value.Matt Turner2-2/+55
2015-01-23i965/fs: Add unit tests for cmod propagation pass.Matt Turner2-0/+318
2015-01-23i965/fs: Add pass to propagate conditional modifiers.Matt Turner4-0/+101
2015-01-23i965/fs: Eliminate null-dst instructions without side-effects.Matt Turner1-0/+11
2015-01-23i965/fs: Apply conditional mod specially to split MAD/LRP.Matt Turner1-4/+20
2015-01-23i965/fs: Add a pass to fixup 3-src instructions that have a null dest.Matt Turner2-0/+18
2015-01-23i965: Add is_3src() to backend_instruction.Matt Turner3-5/+8
2015-01-23i965: Add backend_instruction::can_do_cmod().Matt Turner2-0/+46
2015-01-23i965/cfg: Add a foreach_block_reverse macro.Matt Turner1-0/+3
2015-01-23i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.Matt Turner1-0/+3
2015-01-23glsl: Add a foreach_in_list_reverse_safe macro.Matt Turner1-0/+6
2015-01-23i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner1-4/+8
2015-01-23i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successfulIan Romanick3-13/+13
2015-01-23nir: Expose nir_print_instr() for debug printsEric Anholt2-2/+8
2015-01-23nir: When asked to print with a NULL state, just use bare variable names.Eric Anholt1-6/+16
2015-01-23nir: Add nir_lower_alu_to_scalar.Eric Anholt3-0/+188
2015-01-23nir: Make some helpers for copying ALU src/dests.Eric Anholt4-9/+25
2015-01-23nir: Add algebraic optimizations for division and reciprocal.Kenneth Graunke1-0/+5
2015-01-23nir: Add algebraic optimizations for exponential/logarithmic functions.Kenneth Graunke1-0/+10
2015-01-23nir: Add algebraic optimizations for simplifying comparisons.Kenneth Graunke1-0/+9
2015-01-23nir: Add algebraic optimizations for pointless shifts.Kenneth Graunke1-0/+7
2015-01-23nir: Add a bunch of algebraic optimizations on logic/bit operations.Kenneth Graunke1-0/+13
2015-01-23nir: Implement CSE on intrinsics that can be eliminated and reordered.Kenneth Graunke1-2/+38
2015-01-23nir: Pull nir_instr_can_cse()'s SSA checks out of the switch.Kenneth Graunke1-2/+6
2015-01-23i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.Kenneth Graunke1-0/+32
2015-01-23i965/nir: Print NIR on INTEL_DEBUG=fs.Kenneth Graunke1-0/+11
2015-01-23i965/nir: Do optimizations again just before lowering source mods.Kenneth Graunke1-13/+21
2015-01-23loader: Remove NEED_OPENGL_COMMON check.Matt Turner1-2/+0
2015-01-23gitignore: Ignore .tar.xz files.Matt Turner1-0/+1
2015-01-23mesa: Build with subdir-objects.Matt Turner5-573/+562
2015-01-23glsl: Build a libglsl_util library.Matt Turner2-17/+23
2015-01-23mapi: Build with subdir-objects.Matt Turner4-99/+53