i965: Remove unused structures for command packets.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-05-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-27 Eric Anholti965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_...
2011-05-27 Eric Anholti965: Avoid generating MOVs for assignments of expressions.
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Eric Anholti965/fs: Cut an instruction and a temporary from gen6...
2011-05-18 Kenneth Graunkei965: Add support for Ivybridge texturing messages.
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch with uniforms...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch on gen5.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-26 Eric Anholti965/fs: Add support for computing pixel_[xy] in 16...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-03-24 Eric Anholti965/fs: Make compile failure more verbose with INTEL_D...
2011-03-24 Eric Anholti965/fs: Clean up the emit calls by introducing emit...
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
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-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
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-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-28 Eric Anholti965: Fix regression in FS comparisons on original...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
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: Recognize saturates and turn them into a saturate...
2010-11-20 Eric Anholti965: Just use memset() to clear most members in FS...
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: Add support for register spilling.
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-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-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-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-11 Eric Anholti965: Compute to MRF in the new FS backend.
2010-10-11 Eric Anholti965: Give the FB write and texture opcodes the info...
2010-10-11 Eric Anholti965: Give the math opcodes information on base mrf...
2010-10-11 Eric Anholti965: Move FS backend structures to a header.