i965: "Fix" aux offsets
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_channel_expressions.cpp
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-05-10 Iago Toral Quirogai965/fs: handle fp64 opcodes in brw_do_channel_expressions
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Kenneth Graunkei965: Switch to NIR for ldexp lowering.
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-02-01 Matt Turneri965/gen7+: Use NIR for lowering of pack/unpack opcodes.
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-02-01 Matt Turneri965/fs: Switch from GLSL IR to NIR for un/packHalf2x16...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-25 Matt Turneri965/gen7+: Use NIR for lowering of pack/unpack opcodes.
2016-01-25 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-01-25 Matt Turneri965/fs: Switch from GLSL IR to NIR for un/packHalf2x16...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-24 Dave Airliei965: add support for ARB_shader_subroutine
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-24 Matt Turnerglsl: Allow vector logic ops to be generated.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2014-08-31 Abdiel Janulguei965/fs: Add support for ir_unop_saturate
2014-08-15 Chris Forbesi965/fs: Support fine/coarse derivative opcodes
2014-07-12 Chris Forbesi965/fs: Skip channel expressions splitting for interpo...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2013-11-17 Chris Forbesi965: Fix broken asserts
2013-10-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-08-27 Matt Turneri965/fs: Add support for translating ir_triop_fma into...
2013-05-20 Kenneth Graunkei965: Add cases for ir_triop_vector_insert that assert.
2013-05-20 Kenneth Graunkei965: Add cases for ir_binop_vector_extract that assert.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-06-15 Paul Berryi965: Add support for ir_unop_f2u to i965 backend.
2012-06-07 Kenneth Graunkei965: Add forgotten bitcast operations in brw_fs_channe...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/fs: Implement new ir_unop_u2i and ir_unop_i2u...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-05 Eric Anholti965: Fix compile warning about missing opcodes.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Eric Anholti965: Handle new ir_unop_round_even in channel expressi...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-11 Eric Anholti965: Move FS backend structures to a header.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-22 Eric Anholti965: Update expression splitting for the vector-result...
2010-09-22 Eric Anholti965: Fix the vector/expression splitting for the write...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...