Merge branch 'lp-offset-twoside'
[mesa.git] / src / mesa / drivers / dri / i965 /
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
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: Just use memset() to clear most members in FS...
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: Add dumping of the sampler default color.
2010-11-18 Eric Anholti965: Add state dumping for sampler state.
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-10 Eric Anholti965: re-enable gen6 IF statements in the fragment...
2010-11-10 Eric Anholti965: Work around strangeness in swizzling/masking...
2010-11-10 Zhenyu WangRevert "i965: VS use SPF mode on sandybridge for now"
2010-11-10 Zhenyu Wangi965: fix dest type of 'endif' on sandybridge
2010-11-10 Eric Anholti965: Add support for math on constants in gen6 brw_wm_...
2010-11-10 Eric Anholti965: Allow OPCODE_SWZ to put immediates in the first...
2010-11-05 Vinson Leei965: Silence uninitialized variable warning.
2010-11-05 Vinson Leei965: Silence uninitialized variable warning.
2010-11-03 Eric Anholti965: Remove dead intel_structs.h file.
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-11-02 Zhenyu Wangi965: refresh wm push constant also for BRW_NEW_FRAMENT...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Eric Anholti965: Update the gen6 stencil ref state when stencil...
2010-10-28 Eric Anholti965: Upload required gen6 VS push constants even when...
2010-10-28 Eric Anholti965: Update gen6 SF state when point state (sprite...
2010-10-28 Eric Anholti965: Add user clip planes support to gen6.
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: Disable register spilling on gen6 until it's...
2010-10-26 Eric Anholti965: Fix VS URB entry sizing.
2010-10-26 Eric Anholti965: Drop the eot argument to read messages, which...
2010-10-26 Eric Anholti965: Add support for constant buffer loads on gen6.
2010-10-26 Eric Anholti965: Set up the constant buffer on gen6 when it's...
2010-10-26 Eric Anholti965: Fix typo in comment about state flags.
2010-10-26 Eric Anholti965: Handle new ir_unop_round_even in channel expressi...
2010-10-26 Eric Anholti965: Add support for discard instructions on gen6.
2010-10-26 Eric Anholti965: Add disasm for the flag register.
2010-10-26 Eric Anholti965: Clear some undefined fields of g0 when using...
2010-10-26 Eric Anholti965: Use SENDC on the first render target write on...
2010-10-26 Eric Anholti965: Clarify an XXX comment in FB writes with real...
2010-10-26 Eric Anholti965: Add EU code for dword scattered reads (constant...
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.
2010-10-21 Eric Anholti965: Don't emit register spill offsets directly into g0.
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-21 Eric Anholti965: Fix gl_FrontFacing emit on pre-gen6.
2010-10-21 Eric Anholti965: Split register allocation out of the ever-growing...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
2010-10-19 Kenneth Graunkei965: Remove unused variable.
2010-10-18 Eric Anholti965: Fix scissor-offscreen on gen6 like we did pre...
2010-10-18 Eric Anholti965: Assert out on gen6 VS constant buffer reads that...
2010-10-18 Eric Anholti965: Fix a weirdness in NOT handling.
2010-10-18 Eric Anholti965: Disable the debug printf I added for FS disasm.
2010-10-18 Kenneth Graunkei965: Add missing "break" statement.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Eric Anholti965: Set the type of the null register to fix gen6...
2010-10-15 Ian Romanicki965: Fix indentation after commit 3322fbaf
2010-10-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
2010-10-15 Eric Anholti965: Fix texturing on pre-gen5.
2010-10-14 Kenneth Graunkei965: Add support for ir_unop_round_even via the RNDE...
2010-10-14 Kenneth Graunkei965: Clean up a warning in the old fragment backend.
2010-10-14 Eric Anholti965: Enable the new FS backend on pre-gen6 as well.
2010-10-14 Kenneth Graunkei965: Correctly emit the RNDZ instruction.
2010-10-14 Kenneth Graunkei965: Use RNDZ for ir_unop_trunc in the new FS.
2010-10-14 Kenneth Graunkei965: Use logical-not when emitting ir_unop_ceil.
2010-10-14 Eric Anholti965: Add peepholing of conditional mod generation...
2010-10-14 Eric Anholti965: Add a function for handling the move of boolean...
2010-10-14 Eric Anholti965: Add a pass to the FS to split virtual GRFs to...
2010-10-14 Eric Anholti965: Update the live interval when coalescing regs.
2010-10-14 Eric Anholti965: Set class_sizes[] for the aligned reg pair class.
2010-10-14 Zhenyu WangRevert "i965: fallback lineloop on sandybridge for...
2010-10-14 Zhenyu Wangi965: Fix GS hang on Sandybridge
2010-10-14 Eric Anholti965: Add support for rescaling GL_TEXTURE_RECTANGLE...
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-12 Eric Anholti965: Don't rebase the index buffer to min 0 if any...
2010-10-12 Eric Anholti965: Fix missing "break;" in i2b/f2b, and missing...
2010-10-11 Eric Anholti965: Always use the new FS backend on gen6.
2010-10-11 Eric Anholti965: Fix gen6 pixel_[xy] setup to avoid mixing int...
2010-10-11 Eric Anholti965: Don't compute-to-MRF in gen6 VS math.
next