index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Age
Commit message (
Expand
)
Author
2010-08-26
i965: Add support for in varyings to the new FS codegen.
Eric Anholt
2010-08-26
i965: Start building the codegen visitor.
Eric Anholt
2010-08-26
i965: Start building direct GLSL2 IR to 965 assembly codegen.
Eric Anholt
2010-08-26
i965: Add new pass to split vectors into scalar variables
Eric Anholt
2010-08-26
i965: Add a pass for the FS to reduce vector expressions down to scalar.
Eric Anholt
2010-08-26
i965: Start building 965 FS backend.
Eric Anholt
2010-08-26
i965: Add support for destination RelAddr writes in the VS.
Eric Anholt
2010-08-26
i965: Fix the test for variable indexing of shader inputs.
Eric Anholt
2010-08-25
i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.
Eric Anholt
2010-08-25
i965: Remove unnecessary header.
Vinson Lee
2010-08-24
i965: Fix printf format warnings on 32-bit builds.
Vinson Lee
2010-08-22
i965: Fix 8-wide FB writes on gen6.
Eric Anholt
2010-08-22
i965: Fix brw_math1 with scalar argument in gen6 FS.
Eric Anholt
2010-08-22
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-08-22
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-08-20
i965: Rename nr_depth_regs to nr_payload_regs.
Eric Anholt
2010-08-20
i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.
Eric Anholt
2010-08-20
i965: Add support for FB writes on Sandybridge.
Zhenyu Wang
2010-08-20
i965: Set the destination horiz stride even for da16, as SNB seems to need it.
Zhenyu Wang
2010-08-20
i965: Set the maximum number of threads on Sandybridge.
Zhenyu Wang
2010-08-20
i965: Add AccWrCtl support on Sandybridge.
Zhenyu Wang
2010-08-20
i965: Mention the mlen and rlen for URB reads.
Zhenyu Wang
2010-08-20
i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.
Zhenyu Wang
2010-08-20
i965: Adjust disasm of subreg numbers to be in units of the register type.
Zhenyu Wang
2010-08-20
i965: Fix DP write channel ordering on Sandybridge.
Eric Anholt
2010-08-20
i965: Fix compile warnings on 64-bit Linux.
Kenneth Graunke
2010-08-18
i965: Set the if stack pop count when breaking out of a loop inside an if.
Eric Anholt
2010-08-18
i965: Don't set the swizzle on an immediate value in the VS.
Eric Anholt
2010-08-17
i965: Throw a link error when we see a "return" in main().
Eric Anholt
2010-08-17
i965: Add support for DP2 in the VS.
Eric Anholt
2010-08-16
i965: Use the implied move available in most brw_wm_emit brw_math() calls.
Eric Anholt
2010-08-16
i965: Add disasm for Compr4 instruction compression.
Eric Anholt
2010-08-13
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
intel: Remove include of texmem.h, since we haven't used it in ages.
Eric Anholt
2010-08-09
i965: More s/stderr/stdout/ for program debug.
Eric Anholt
2010-08-04
i965: Settle on printing our program debug to stdout.
Eric Anholt
2010-08-02
Initialize a couple of HasIndex2 fields on Mesa IR src regs.
Eric Anholt
2010-07-31
mesa: Remove inclusion of compiler.h from mtypes.h.
Vinson Lee
2010-07-29
intel: Declare the various tracked state variables using "extern"
Kristian Høgsberg
2010-07-28
ir_to_mesa: Respect the driver if it rejects a shader.
Eric Anholt
2010-07-27
intel: Remove unused intel/server files
Kristian Høgsberg
2010-07-26
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
i965: Fix reversed naming of the operations in compute-to-mrf optimization.
Eric Anholt
2010-07-26
i965: Clean up a few magic numbers to use brw_defines.h defs.
Eric Anholt
2010-07-26
i965: Use MIN2, MAX2 instead of rolling our own.
Eric Anholt
2010-07-26
i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.
Eric Anholt
2010-07-26
i965: Remove some duped register size/count definitions
Eric Anholt
2010-07-26
i965: Move the GRF-to-MRF optimizations to brw_optimize.c.
Eric Anholt
2010-07-26
i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves
Benjamin Segovia
2010-07-26
i965: Allow VS MOVs to use immediate constants.
Eric Anholt
[next]