dri/nv10-nv20: Fix texturing in some cases after a base level change.
[mesa.git] / src / mesa / drivers / dri / i965 /
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Ian Romanicki965: Request that returns be lowered in shader main
2010-09-10 Ian Romanickintel: Remove noise opcode support from i915 and i965...
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-07 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
2010-09-07 Eric Anholti965: set the source width/stride when handling reladdr...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Eric Anholti965: DP2 produces a scalar result like DP3, DP4, etc.
2010-08-31 Zhenyu Wangi965: fix depth test on sandybridge
2010-08-30 Eric Anholti965: Clear the cached constant buffer entry in the...
2010-08-30 Eric Anholti965: Align the number of payload regs to 2 again in...
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Eric Anholti965: Add disasm for gen5 sampler messages.
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-27 Eric Anholti965: Set the pop count on BRK/CONT inside of an if...
2010-08-27 Eric Anholti965: Don't strip negate/abs flags when assigning unifo...
2010-08-27 Eric Anholti965: Add missing handling for BRW_OPCODE_SEL.
2010-08-27 Eric Anholti965: Mask out higher bits of the result of BRW_CMP...
2010-08-27 Eric Anholti965: Fix the types of immediate integer values.
2010-08-27 Eric Anholti965: Add translation for RNDD and RNDZ.
2010-08-27 Eric Anholti965: Add support for ir_binop_mod using do_mod_to_fract.
2010-08-27 Eric Anholti965: Fix swapped instructions in ir_unop_abs and ir_un...
2010-08-27 Eric Anholti965: Add generate() handling for AND, OR, XOR.
2010-08-27 Eric Anholti965: Add support for if instructions in the new FS...
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-27 Eric Anholti965: Fix the maximum grf counting in the new FS backend.
2010-08-27 Eric Anholti965: Validate the IR tree after doing our custom optim...
2010-08-27 Eric Anholti965: Add a bit of support for matrices to the new FS.
2010-08-27 Eric Anholti965: Fix destination writemasking in the new FS.
2010-08-27 Eric Anholti965: Fix swizzling in vector splitting for the new...
2010-08-27 Eric Anholti965: Add preliminary support for uniforms to the new...
2010-08-27 Eric Anholti965: Abort on gl_FragDepth in the new FS backend for...
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Hack in avoidance of c++ reserved keyword in...
2010-08-26 Eric Anholti965: Add GLSL IR-level source annotation and comments...
2010-08-26 Eric Anholti965: Use the implied move in brw_math() in the new FS.
2010-08-26 Eric Anholti965: Add support for in varyings to the new FS codegen.
2010-08-26 Eric Anholti965: Start building the codegen visitor.
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-26 Eric Anholti965: Add support for destination RelAddr writes in...
2010-08-26 Eric Anholti965: Fix the test for variable indexing of shader...
2010-08-25 Eric Anholti965: Fix detection of implicit MOVs to message regs...
2010-08-25 Vinson Leei965: Remove unnecessary header.
2010-08-25 Vinson Leei965: Fix printf format warnings on 32-bit builds.
2010-08-22 Eric Anholti965: Fix 8-wide FB writes on gen6.
2010-08-22 Eric Anholti965: Fix brw_math1 with scalar argument in gen6 FS.
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-08-22 Eric Anholti965: Use intel->gen >= 6 instead of IS_GEN6.
2010-08-20 Eric Anholti965: Rename nr_depth_regs to nr_payload_regs.
2010-08-20 Eric Anholti965: Also use the SIMD8 FB writes for SIMD8 mode on...
2010-08-20 Zhenyu Wangi965: Add support for FB writes on Sandybridge.
2010-08-20 Zhenyu Wangi965: Set the destination horiz stride even for da16...
2010-08-20 Zhenyu Wangi965: Set the maximum number of threads on Sandybridge.
2010-08-20 Zhenyu Wangi965: Add AccWrCtl support on Sandybridge.
2010-08-20 Zhenyu Wangi965: Mention the mlen and rlen for URB reads.
2010-08-20 Zhenyu Wangi965: Sandybridge doesn't have Compr4 mode, since it...
2010-08-20 Zhenyu Wangi965: Adjust disasm of subreg numbers to be in units...
2010-08-20 Eric Anholti965: Fix DP write channel ordering on Sandybridge.
2010-08-20 Kenneth Graunkei965: Fix compile warnings on 64-bit Linux.
2010-08-19 Eric Anholti965: Set the if stack pop count when breaking out...
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-08-18 Eric Anholti965: Throw a link error when we see a "return" in...
2010-08-17 Eric Anholti965: Add support for DP2 in the VS.
2010-08-17 Eric Anholti965: Use the implied move available in most brw_wm_emi...
2010-08-17 Eric Anholti965: Add disasm for Compr4 instruction compression.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtintel: Remove include of texmem.h, since we haven't...
2010-08-10 Eric Anholti965: More s/stderr/stdout/ for program debug.
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-08-03 Eric AnholtInitialize a couple of HasIndex2 fields on Mesa IR...
2010-08-01 Vinson Leemesa: Remove inclusion of compiler.h from mtypes.h.
2010-07-29 Kristian Høgsbergintel: Declare the various tracked state variables...
2010-07-28 Eric Anholtir_to_mesa: Respect the driver if it rejects a shader.
2010-07-27 Kristian Høgsbergintel: Remove unused intel/server files
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: Clean up a few magic numbers to use brw_defines...
next