i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_vector_splitting.cpp
2015-12-10 Jordan Justeni965: Disable vector splitting on shared variables
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-09-25 Iago Toral Quirogai965/fs: Do not split buffer variables
2015-09-11 Kenneth Graunkei965: Use hash tables for brw_fs_vector_splitting().
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2014-09-30 Ian Romanicki965/fs: Don't make a name for a vector splitting temporary
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-04-08 Eric Anholti965: Drop pointless check for variable declarations...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-11-01 Anuj Phogati965: Don't do vector splitting for ir_var_system_value
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2011-11-07 Kenneth Graunkei965: Fix struct vs class warnings in brw_fs_vector_spl...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
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...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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-29 Eric Anholti965: Fix use of undefined mem_ctx in vector splitting.
2010-09-28 Eric Anholti965: Fix vector splitting RHS channel selection with...
2010-09-27 Eric Anholti965: Remove swizzling of assignment to vector-splittin...
2010-09-22 Eric Anholti965: When splitting vector variable assignment, ignore...
2010-09-22 Eric Anholti965: Fix the vector/expression splitting for the write...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Eric Anholti965: Fix swizzling in vector splitting for the new...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables