mesa.git
2015-02-21 Ilia Mirkinnvc0: enable double support
2015-02-21 Ilia Mirkinnvc0/ir: remove merge/split pairs to allow normal propa...
2015-02-21 Ilia Mirkinnvc0/ir: add support for new TGSI double opcodes
2015-02-21 Ilia Mirkinnvc0/ir: handle zero and negative sqrt arguments
2015-02-21 Ilia Mirkinnvc0/ir: no instruction can load a double immediate
2015-02-21 Ilia Mirkinnvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
2015-02-21 Ilia Mirkingm107/ir: fix F2F flipped stype/dtype flags
2015-02-21 Ilia Mirkingm107/ir: fix DSET boolean float flag
2015-02-21 Ilia Mirkingm107/ir: fix DMUL opcode encoding
2015-02-21 Ilia Mirkingk110/ir: add emission of dadd/dmul/dmad opcodes
2015-02-21 Ilia Mirkinnvc0/ir: add emission of dadd/dmul/dmad opcodes, fix...
2015-02-21 Roland Scheideggermesa: don't enable NV_fragment_program_option with...
2015-02-20 Brian Pauldrivers/x11: add gallium include dirs to Makefile.am
2015-02-20 Marek Olšákvbo: fix an unitialized-variable warning
2015-02-20 Marek Olšákgallium/sw/kms: fix a type-mismatch warning
2015-02-20 Marek Olšákgallium/sw/kms: don't redefine DEBUG
2015-02-20 Marek Olšáktargets/d3dadapter9: remove an unused variable
2015-02-20 Marek Olšáktgsi: fix type-mismatch warning
2015-02-20 Marek Olšákgallivm: fix uninitialized-variable warnings
2015-02-20 Matt Turnermesa: Have configure define NDEBUG, not mtypes.h.
2015-02-20 Kenneth Graunkenir: Fix the Mesa build without -DDEBUG.
2015-02-20 Eric Anholtnir: Drop dependency on mtypes.h for core NIR.
2015-02-20 Eric Anholtglsl: Only include mtypes from glsl_types.h for the...
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Eric Anholtmesa: Make bitset.h not rely on Mesa-specific types...
2015-02-20 Eric Anholtmesa: Use u_math.h from macros.h
2015-02-20 Eric Anholtgallium/util: Don't include unused debug functions...
2015-02-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-02-20 Marek Olšákgallium/radeon: fix an uninitialized-variable warning
2015-02-20 Ilia Mirkingallium: add new double-related shader caps to all...
2015-02-20 Brian Paulsvga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED...
2015-02-20 Marek Olšákradeonsi: don't use SQC_CACHES to flush ICACHE and...
2015-02-20 Iago Toral... i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
2015-02-20 Eduardo Lima... mesa: Check that draw buffers are valid for glDrawBuffe...
2015-02-20 Samuel Iglesias... glsl: don't allow invariant qualifiers for interface...
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-20 Eric Anholtvc4: Move qir_uniform() and the constant-value versions...
2015-02-20 Eric Anholtvc4: Enforce one-uniform-per-instruction after optimiza...
2015-02-20 Eric Anholtvc4: Rename add_uniform() to qir_uniform().
2015-02-20 Eric Anholtvc4: Shut up runtime warnings about new pipe caps.
2015-02-20 Matt Turneri965/vec4: Add and use byte-MOV instruction for unpack...
2015-02-20 Matt Turneri965/blorp: Emit MADs.
2015-02-20 Matt Turneri965/blorp: Optimize clamping tex coords.
2015-02-20 Matt Turneri965: Use greater-equal cmod to implement maximum.
2015-02-20 Matt Turneri965: Don't emit saturates for instructions without...
2015-02-20 Matt Turneri965/fs: Consider MOV.SAT to interfere if it has a...
2015-02-20 Matt Turneri965/fs: Use fs_inst::overwrites_reg() in saturate...
2015-02-20 Matt Turneri965/fs: Add unit tests for saturate propagation pass.
2015-02-20 Timothy Arceriglsl: Use the without_array predicate
2015-02-20 Ilia Mirkinnv50: add PIPELINE_STATISTICS query support, based...
2015-02-20 Ilia Mirkinsvga: add missing :
2015-02-20 Jason Ekstrandnir/GCM: Pull unpinned instructions out of blocks while...
2015-02-20 Jason Ekstrandnir/GCM: Use pass_flags instead of bitsets for tracking...
2015-02-20 Jason Ekstrandnir: Add a global code motion (GCM) pass
2015-02-20 Jason Ekstrandnir/instr: Change "live" to a more generic "pass_flags...
2015-02-20 Jason Ekstrandnir: Make nir_[cf_node/instr]_[prev/next] return null...
2015-02-20 Jason Ekstrandnir/from_ssa: Don't try to read an invalid instruction
2015-02-20 Jason Ekstrandnir/validate: Validate SSA defs the same way we do...
2015-02-20 Jason Ekstrandnir/validate: Validate if_uses on registers
2015-02-20 Jason Ekstrandnir: Properly clean up CF nodes when we remove them
2015-02-20 Jason Ekstrandnir: use nir_foreach_ssa_def for indexing ssa defs
2015-02-20 Jason Ekstrandnir/from_ssa: Use the nir_block_dominance function...
2015-02-20 Jason Ekstrandnir/dominance: Add a constant-time mechanism for compar...
2015-02-20 Jason Ekstrandnir/dominance: Expose the dominance intersection function
2015-02-20 Ilia Mirkinst/mesa: lower DFRACEXP/DLDEXP when they are not supported
2015-02-20 Ilia Mirkinst/mesa: disable lowering of dops to dfrac when dround...
2015-02-20 Ilia Mirkinst/mesa: add support for new double opcodes
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-20 Dave Airliedocs/GL3.txt: softpipe now supports GL_ARB_gpu_shader_fp64
2015-02-20 Dave Airliest/mesa: add st fp64 support (v7.1)
2015-02-20 Dave Airliemesa/st_tgsi_to_glsl: prepare add_constant for fp64
2015-02-20 Dave Airliest/glsl_to_tgsi: convert dst to an array
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkeglsl: Add compute to _mesa_shader_stage_to_string(...
2015-02-19 Kenneth Graunkei965/vec4: Print "VS" or "GS" when compiles fail, not...
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-02-19 Kenneth Graunkei965: Make scheduler cycle estimates use the proper...
2015-02-19 Kenneth Graunkei965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
2015-02-19 Kenneth Graunkei965: Create backend_visitor fields for debugging messages.
2015-02-19 Kenneth Graunkei965: Add a function to translate MESA_SHADER_* into...
2015-02-19 Kenneth Graunkeglsl: Create a _mesa_shader_stage_to_abbrev() function.
2015-02-19 Kenneth Graunkei965/fs: Use VARYING_SLOT checks rather than strcmp().
2015-02-19 Kenneth Graunkei965/fs: Remove type parameter from emit_vs_system_value().
2015-02-19 Dave Airlieglsl: add lowering for double divide to rcp/mul
2015-02-19 Dave Airliesoftpipe/tgsi: expose doubles for softpipe.
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2015-02-19 Brian Paulgallium/util: indentation fix
2015-02-19 Brian Paulst/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch...
2015-02-19 Brian Paulnir: add missing GLSL_TYPE_DOUBLE case in type_size()
2015-02-19 Brian Paulst/mesa: fix sampler view reference counting bug in...
2015-02-19 Brian Paulswrast: fix multiple color buffer writing
2015-02-19 Brian Paulmesa: remove unused _math_trans_4chan()
2015-02-19 Lucas Stachinstall-lib-links: don't depend on .libs directory
2015-02-19 Francisco Jerezi965/vec4: Calculate register allocation q values manually.
2015-02-19 Francisco Jerezi965: Don't compact instructions with unmapped bits.
2015-02-19 Francisco Jerezi965: Handle F16TO32/F32TO16 with dword src/dst consist...
2015-02-19 Francisco Jerezi965/gen8: Fix F32TO16 in vec4 mode if the source and...
next