mesa.git
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...
2015-02-19 Francisco Jerezi965/fs: Replace ud_reg_to_w() with a more general...
2015-02-19 Francisco Jerezi965/vec4: Don't attempt to reduce swizzles of send...
2015-02-19 Francisco Jerezi965/vec4: Fix constant propagation across different...
2015-02-19 Samuel Iglesias... glsl: A shader cannot redefine or overload built-in...
2015-02-19 Eduardo Lima... mesa: Adds check for integer internal format and num...
2015-02-19 Eduardo Lima... mesa: Returns correct error values from gl(Get)SamplerP...
2015-02-19 Ilia Mirkinglsl: remove bogus 'd' constant qualifiers
2015-02-19 Ilia Mirkinst/mesa: don't die for ETC2 formats when no driver...
2015-02-19 Eric Anholtnir: Add an ALU op builder kind of like ir_builder.h
2015-02-19 Ilia Mirkindocs: mark ARB_gpu_shader_fp64 as done in core
2015-02-19 Ilia Mirkinglsl/tests: add DOUBLE types
2015-02-19 Ilia Mirkinglsl: add a lowering pass for frexp/ldexp with double...
2015-02-19 Dave Airlieglsl: lower double optional passes (v2)
2015-02-19 Dave Airlieglsl: implement double builtin functions
2015-02-19 Dave Airlieglsl/lower_instructions: add double lowering passes
2015-02-19 Dave Airlieglsl: enable/disable certain lowering passes for doubles
2015-02-19 Tapani Pälliglsl: validate output types for shader stages
2015-02-19 Dave Airlieglsl: add double support to lower_mat_op_to_vec
2015-02-19 Dave Airlieglsl: Linking support for doubles
2015-02-19 Dave Airlieglsl: Support double loop control
2015-02-19 Dave Airlieglsl: Support double inouts
2015-02-19 Dave Airlieglsl/lexer: Support double floats
2015-02-19 Dave Airlieglsl/parser: Support double floats
2015-02-19 Dave Airlieglsl/ast: Support double floats
2015-02-19 Dave Airlieglsl: Add ubo lowering support for doubles
2015-02-19 Dave Airlieglsl: Add support doubles in optimization passes
2015-02-19 Dave Airlieglsl/ir: Add builder support for functions with double...
2015-02-19 Dave Airlieglsl/ir: Add builtin constant function support for...
2015-02-19 Dave Airlieglsl/ir: Add cloning support for doubles
2015-02-19 Dave Airlieglsl/ir: Add printing support for doubles
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2015-02-19 Ilia Mirkinglsl: fix uniform linking logic in the presence of...
2015-02-19 Ilia Mirkinglsl: teach std140_base_alignment about samplers
2015-02-19 Dave Airlieglsl: Uniform linking support for doubles
2015-02-19 Dave Airlieglsl: Add double builtin type generation
2015-02-19 Dave Airlieglsl: add ARB_gpu_shader_fp64 to the glsl extensions...
2015-02-19 Dave Airliemesa: add double uniform support. (v5)
2015-02-19 Dave Airlieglsl: Add double builtin type
2015-02-19 Dave Airliemesa: add ARB_gpu_shader_fp64 extension info (v2)
2015-02-19 Dave Airlieglapi: add ARB_gpu_shader_fp64 (v2)
2015-02-19 Ilia Mirkinfreedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMO...
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ARB_instanced_arrays support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add support for vertexid and instanceid...
2015-02-19 Ilia Mirkinfreedreno: pass number of instances to draw
2015-02-19 Ilia Mirkinfreedreno/a3xx: add ETC2 decoding support
2015-02-19 Ilia Mirkinst/mesa: pass etc2 textures to driver if supported
2015-02-19 Ilia Mirkinllvmpipe,softpipe: only support ETC1, not the upcoming...
2015-02-19 Ilia Mirkingallium: add ETC2 format support
2015-02-19 Ilia Mirkinfreedreno/a3xx: add hardware ETC1 support
2015-02-18 Eric Anholtgallium/dri: Shut up a compiler warning.
2015-02-18 Eric Anholtnir: Recognize and reduce duplicated fsats.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsat.
2015-02-18 Eric Anholtnir: Add a flag for lowering ffma.
2015-02-18 Eric Anholtnir: Add a flag for lowering fneg/ineg.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsqrt(x) to frcp(frsqrt...
next