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
/
brw_fs.h
Age
Commit message (
Expand
)
Author
2011-02-25
i965/fs: Initial plumbing to support TXD.
Kenneth Graunke
2011-01-31
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-19
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
i965/fs: Add a helper for detecting texturing opcodes.
Eric Anholt
2011-01-17
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
2011-01-12
i965/fs: Do flat shading when appropriate.
Eric Anholt
2011-01-12
i965: Clarify when we need to (re-)calculate live intervals.
Eric Anholt
2010-12-28
i965: Fix regression in FS comparisons on original gen4 due to gen6 changes.
Eric Anholt
2010-11-19
i965: Remove duplicate MRF writes in the FS backend.
Eric Anholt
2010-11-19
i965: Recognize saturates and turn them into a saturated mov.
Eric Anholt
2010-11-19
i965: Just use memset() to clear most members in FS constructors.
Eric Anholt
2010-10-22
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
i965: Move the FS disasm/annotation printout to codegen time.
Eric Anholt
2010-10-21
i965: Add support for register spilling.
Eric Anholt
2010-10-19
i965: Use the new style of IF statement with embedded comparison on gen6.
Eric Anholt
2010-10-15
i965: Set the type of the null register to fix gen6 FS comparisons.
Eric Anholt
2010-10-14
i965: Add a function for handling the move of boolean values to flag regs.
Eric Anholt
2010-10-14
i965: Add a pass to the FS to split virtual GRFs to float channels.
Eric Anholt
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-11
i965: Compute to MRF in the new FS backend.
Eric Anholt
2010-10-11
i965: Give the FB write and texture opcodes the info on base MRF, like math.
Eric Anholt
2010-10-11
i965: Give the math opcodes information on base mrf/mrf len.
Eric Anholt
2010-10-11
i965: Move FS backend structures to a header.
Eric Anholt