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.cpp
Age
Commit message (
Expand
)
Author
2011-01-19
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
i965/fs: Assign URB/CURB register numbers after instruction scheduling.
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-18
i965: Fix a comment typo.
Eric Anholt
2011-01-18
i965: Fix a bug in i965 compute-to-MRF.
Eric Anholt
2011-01-17
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
2011-01-14
i965: Replace broken handling of dead code with an assert.
Eric Anholt
2011-01-14
i965: Add an invalidation of live intervals after register splitting.
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
2011-01-12
i965/fs: When producing ir_unop_abs of an operand, strip negate.
Eric Anholt
2011-01-11
i965: Tighten up the check for flow control interfering with coalescing.
Eric Anholt
2010-12-28
i965: Do lowering of array indexing of a vector in the FS.
Eric Anholt
2010-12-28
i965: Fix regression in FS comparisons on original gen4 due to gen6 changes.
Eric Anholt
2010-12-28
i965: Factor out the ir comparision to BRW_CONDITIONAL_* code.
Eric Anholt
2010-12-27
i965: Flatten if-statements beyond depth 16 on pre-gen6.
Kenneth Graunke
2010-12-22
i965: explicit tell header present for fb write on sandybridge
Zhenyu Wang
2010-12-13
i965: Fix gl_FragCoord.z setup on gen6.
Eric Anholt
2010-12-09
i965: Silence uninitialized variable warning.
Vinson Lee
2010-12-07
i965: Fix flipped value of the not-embedded-in-if on gen6.
Eric Anholt
2010-12-07
i965: Work around gen6 ignoring source modifiers on math instructions.
Eric Anholt
2010-12-07
i965: Correctly emit constants for aggregate types (array, matrix, struct)
Ian Romanick
2010-12-06
i965: Move payload reg setup to compile, not lookup time.
Eric Anholt
2010-12-01
i965: Add support for gen6 CONTINUE instruction emit.
Eric Anholt
2010-12-01
i965: Add support for gen6 BREAK ISA emit.
Eric Anholt
2010-12-01
i965: Add support for gen6 DO/WHILE ISA emit.
Eric Anholt
2010-11-29
i965: Fix type of gl_FragData[] dereference for FB write.
Eric Anholt
2010-11-19
i965: Remove duplicate MRF writes in the FS backend.
Eric Anholt
2010-11-19
i965: Improve compute-to-mrf.
Eric Anholt
2010-11-19
i965: Recognize saturates and turn them into a saturated mov.
Eric Anholt
2010-11-19
i965: Fold constants into the second arg of BRW_SEL as well.
Eric Anholt
2010-11-19
i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.
Eric Anholt
2010-11-19
i965: Fix compute_to_mrf to not move a MRF write up into another live range.
Eric Anholt
2010-11-19
glsl: Combine many instruction lowering passes into one.
Kenneth Graunke
2010-11-19
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
2010-11-19
glsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
Ian Romanick
2010-11-18
i965: Eliminate dead code more aggressively.
Eric Anholt
2010-11-18
i965: Fail on loops on gen6 for now until we write the EU emit code for it.
Eric Anholt
2010-11-18
i965: Shut up spurious gcc warning about GLSL_TYPE enums.
Eric Anholt
2010-11-17
glsl: Remove the ir_binop_cross opcode.
Kenneth Graunke
2010-11-14
i965: Fix gl_FragCoord inversion when drawing to an FBO.
Eric Anholt
2010-11-13
i965: Silence uninitialized variable warning.
Vinson Lee
2010-11-10
i965: re-enable gen6 IF statements in the fragment shader.
Eric Anholt
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-10-27
i965: Add bit operation support to the fragment shader backend.
Kenneth Graunke
2010-10-27
i965: Make FS uniforms be the actual type of the uniform at upload time.
Eric Anholt
2010-10-27
Track separate programs for each stage
Ian Romanick
2010-10-26
i965: Add support for discard instructions on gen6.
Eric Anholt
[next]