r300/compiler: refactor fragment shader compilation
[mesa.git] / src / mesa / drivers / dri / i965 /
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 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...
2010-07-26 Eric Anholti965: Use MIN2, MAX2 instead of rolling our own.
2010-07-26 Eric Anholti965: Fold the "is arithmetic" bit of 965 opcodes into...
2010-07-26 Eric Anholti965: Remove some duped register size/count definitions
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-26 Benjamin Segoviai965: Improve (i.e. remove) some grf-to-mrf unnecessary...
2010-07-26 Eric Anholti965: Allow VS MOVs to use immediate constants.
2010-07-23 Eric Anholti965: Cleanly fail programs with unsupported array...
2010-07-23 Eric Anholti965: Add support for VS relative addressing of tempora...
2010-07-22 Eric Anholti965: Respect VS/VP point size result when enabled.
2010-07-22 Eric Anholti965: Fix the disasm output for da16 src widths.
2010-07-22 Eric Anholti965: Avoid extra MOV in VS indirect register reads.
2010-07-22 Eric Anholti965: Fix up VS temporary array access for fixed index...
2010-07-22 Eric Anholti965: In the VS, multiply the address reg by the approp...
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-22 Eric Anholti965: Fix the DP read msg_control definitions other...
2010-07-22 Eric Anholti965: Clean up dead code from the VS get_constant/get_r...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
next