i965/fs: Allow constant propagation into IF with embedded compare.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2011-03-24 Eric Anholti965/fs: Make compile failure more verbose with INTEL_D...
2011-03-24 Eric Anholti965/fs: Clean up reg_undef args from long ago lack...
2011-03-24 Eric Anholti965/fs: Clean up the emit calls by introducing emit...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-17 Kenneth Graunkemesa: Remove the CompileShader driver hook; it's just...
2011-03-16 Kenneth Graunkei965: Rename brw_(IF|CONT)_gen6 functions to gen6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPL...
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-03-15 Eric Anholti965: Do our lowering passes before the loop of optimiz...
2011-03-14 Kenneth Graunkei965: Enable texture lookups whose return type is ...
2011-03-12 Eric AnholtRevert "i965: Use the fixed function GLSL program inste...
2011-03-11 Eric Anholti965: Use the fixed function GLSL program instead of...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth GraunkeRevert "i965/fs: Correctly set up gl_FragCoord.w on...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen5+.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen4.
2011-02-25 Kenneth Graunkei965/fs: Use a properly named constant in TXB handling.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-22 Kenneth Graunkei965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
2011-02-22 Kenneth Graunkei965/fs: Refactor control flow stack handling.
2011-02-22 Kenneth Graunkei965/fs: Avoid register coalescing away gen6 MATH worka...
2011-02-22 Kenneth Graunkei965/fs: Apply source modifier workarounds to POW as...
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
2011-01-20 Eric Anholti965/fs: Assign URB/CURB register numbers after instruc...
2011-01-20 Eric Anholti965/fs: Add an instruction scheduler.
2011-01-20 Eric Anholti965/fs: Add a helper for detecting texturing opcodes.
2011-01-19 Eric Anholti965: Fix a comment typo.
2011-01-19 Eric Anholti965: Fix a bug in i965 compute-to-MRF.
2011-01-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-12 Eric Anholti965/fs: Do flat shading when appropriate.
2011-01-12 Eric Anholti965: Clarify when we need to (re-)calculate live inter...
2011-01-12 Eric Anholti965/fs: When producing ir_unop_abs of an operand,...
2011-01-12 Eric Anholti965: Tighten up the check for flow control interfering...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-29 Eric Anholti965: Do lowering of array indexing of a vector in...
2010-12-28 Eric Anholti965: Fix regression in FS comparisons on original...
2010-12-28 Eric Anholti965: Factor out the ir comparision to BRW_CONDITIONAL_...
2010-12-27 Kenneth Graunkei965: Flatten if-statements beyond depth 16 on pre...
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-13 Eric Anholti965: Fix gl_FragCoord.z setup on gen6.
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-09 Vinson Leei965: Silence uninitialized variable warning.
2010-12-08 Eric Anholti965: Fix flipped value of the not-embedded-in-if on...
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-07 Ian Romanicki965: Correctly emit constants for aggregate types...
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
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-12-02 Eric Anholti965: Add support for gen6 DO/WHILE ISA emit.
2010-11-30 Eric Anholti965: Fix type of gl_FragData[] dereference for FB...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-20 Eric Anholti965: Remove duplicate MRF writes in the FS backend.
2010-11-20 Eric Anholti965: Improve compute-to-mrf.
2010-11-20 Eric Anholti965: Recognize saturates and turn them into a saturate...
2010-11-20 Eric Anholti965: Fold constants into the second arg of BRW_SEL...
2010-11-20 Eric Anholti965: Remove extra \n at the end of every instruction...
2010-11-20 Eric Anholti965: Fix compute_to_mrf to not move a MRF write up...
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-18 Eric Anholti965: Eliminate dead code more aggressively.
2010-11-18 Eric Anholti965: Fail on loops on gen6 for now until we write...
2010-11-18 Eric Anholti965: Shut up spurious gcc warning about GLSL_TYPE...
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-11-14 Eric Anholti965: Fix gl_FragCoord inversion when drawing to an...
2010-11-14 Vinson Leei965: Silence uninitialized variable warning.
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Eric Anholti965: re-enable gen6 IF statements in the fragment...
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Kenneth Graunkei965: Add bit operation support to the fragment shader...
2010-10-27 Eric Anholti965: Make FS uniforms be the actual type of the unifor...
2010-10-27 Ian RomanickTrack separate programs for each stage
2010-10-26 Eric Anholti965: Add support for discard instructions on gen6.
2010-10-26 Eric Anholti965: Clear some undefined fields of g0 when using...
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 Eric Anholti965: Move the FS disasm/annotation printout to codegen...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Be more aggressive in tracking live/dead interval...
2010-10-21 Eric Anholti965: Correct scratch space allocation.
next