i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu.h
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-04-01 Eric Anholti965: Remove the old brw_optimize() code.
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-02-28 Kenneth Graunkei965: Add support for emitting the LRP instruction.
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2012-12-15 Kenneth Graunkei965: Split struct brw_reg out from brw_eu.h into its...
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-11 Eric Anholti965/fs: Add an instruction flag for choosing the flag...
2012-12-11 Eric Anholti965: Let brw_flag_reg() choose the flag reg and subreg.
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965: Add a header_present flag for setting up dp read...
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-09-17 Kenneth Graunkei965: Add support for instruction compaction on Gen7.
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-08-08 Eric Anholti965: Make brw_set_saturate() use stdbool.
2012-07-20 Paul Berryi965: Add support for AVG instruction.
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-04-09 Kenneth Graunkei965: Remove vestiges of function call support from...
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-08 Paul Berryi965 gen6: Implement pass-through GS for transform...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-17 Eric Anholti965/gen4: Fix sampling from integer textures.
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-11 Paul Berryi965: Fix computation of abs(-x) in FS
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965: Make some EU emit code for DP read/write messages...
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Move IF stack handling into the EU abstraction...
2011-05-18 Kenneth Graunkei965: Get a ralloc context into brw_compile.
2011-05-16 Kenneth Graunkei965: Pass brw_compile pointer to brw_set_src[01].
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Eric Anholti965/fs: Add support for math instructions in 16-wide...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of CMP instru...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 Kenneth Graunkei965: Rename brw_(IF|CONT)_gen6 functions to gen6_...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Zhenyu Wangi965: explicit tell header present for fb write on...
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-06 Eric Anholti965: Add support for the instruction compression bits...
2010-12-02 Eric Anholti965: Add support for gen6 CONTINUE instruction emit.
2010-12-02 Eric Anholti965: Add support for gen6 BREAK ISA emit.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Eric Anholti965: Add EU code for dword scattered reads (constant...
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-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-14 Kenneth Graunkei965: Add support for ir_unop_round_even via the RNDE...
2010-10-14 Kenneth Graunkei965: Correctly emit the RNDZ instruction.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Eric Anholti965: Add support for POW in gen6 FS.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-20 Eric Anholti965: Also use the SIMD8 FB writes for SIMD8 mode on...
2010-08-20 Zhenyu Wangi965: Add AccWrCtl support on Sandybridge.
2010-08-19 Eric Anholti965: Don't set the swizzle on an immediate value in...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 Eric Anholti965: Fix reversed naming of the operations in compute...
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-08 Zhenyu Wangi965: Add 'wait' instruction support
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
next