index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm_glsl.c
Age
Commit message (
Expand
)
Author
2009-07-31
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-15
i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNG
Xiang, Haihao
2009-07-13
i965: add support for new chipsets
Xiang, Haihao
2009-06-26
i965: fix fetching constants from constant buffer in glsl path
Roland Scheidegger
2009-06-19
i965: asst clean-ups, var renaming in brw_wm_emit_glsl()
Brian Paul
2009-06-16
i965: handle OPCODE_SWZ in the glsl path
Roland Scheidegger
2009-06-02
i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.
Eric Anholt
2009-05-14
i965: Fix register allocation of GLSL fp inputs.
Eric Anholt
2009-05-12
i965: enable additional code in emit_fb_write()
Brian Paul
2009-05-11
i965: handle extended swizzle terms (0,1) in get_src_reg()
Brian Paul
2009-05-08
i965: don't use GRF regs 126,127 for WM programs
Brian Paul
2009-05-06
i965: Remove bad constant buffer constant-reg-already-loaded optimization.
Eric Anholt
2009-05-01
Merge branch 'const-buffer-changes'
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-24
i965: rework GLSL/WM register allocation
Brian Paul
2009-04-21
i965: const correctness
Brian Paul
2009-04-16
Merge branch 'register-negate'
Brian Paul
2009-04-16
i965: disable using immediate values for MOV instructions
Brian Paul
2009-04-16
i965: minor debug output changes
Brian Paul
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-09
i965: new SURF_INDEX_ macros
Brian Paul
2009-04-08
i965: clean-ups, debug code in brw_wm_glsl.c
Brian Paul
2009-04-08
i965: init current_const[i].index = -1
Brian Paul
2009-04-08
i965: move the fetch_constants() call before setting conditional mod state
Brian Paul
2009-04-03
i965: more const buffer debug code
Brian Paul
2009-04-03
i965: another checkpoint commit of new constant buffer support
Brian Paul
2009-04-03
i965: change args to get_src_reg() to prep for new constant buffer support
Brian Paul
2009-04-03
i965: check-point commit of new constant buffer support
Brian Paul
2009-04-03
i965: do negation and Abs in get_src_reg_imm()
Brian Paul
2009-04-03
i965: comments for sampling code
Brian Paul
2009-04-03
i965: add support for float literal instruction operands
Brian Paul
2009-04-03
i965: remove 'nr' param from get_src/dst_reg() functions
Brian Paul
2009-04-03
i965: fix comment typo
Brian Paul
2009-03-23
i965: Fix glFrontFacing in twoside GLSL demo.
Eric Anholt
2009-03-13
i965: move declarations before code
Brian Paul
2009-03-11
i965: fix lock-ups when GLSL program wrote to gl_FragDepth
Brian Paul
2009-03-10
i965: more code clean-ups, comments
Brian Paul
2009-03-10
i965: minor code clean-ups, comments
Brian Paul
2009-03-06
i965: check if we run out of GRF/temp registers
Brian Paul
2009-03-06
i965: comments and minor clean-ups
Brian Paul
2009-03-05
i965: comments and formatting fixes
Brian Paul
2009-03-05
i965: fix emit_math1() function used for scalar instructions
Brian Paul
2009-02-26
mesa: replace old prog_instruction::Sampler field with Aux field
Brian Paul
2009-02-20
i965: additional debug output
Brian Paul
2009-02-13
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-02-13
i965: updated comments
Brian Paul
2009-02-13
i965: more reformatting/clean-up
Brian Paul
2009-02-13
i965: s/__inline/INLINE/
Brian Paul
2009-02-13
i965: formatting and indentation fixes
Brian Paul
[next]