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_wm_glsl.c
Age
Commit message (
Expand
)
Author
2009-11-06
i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c
Eric Anholt
2009-11-06
i965: Collect GLSL src/dst regs up in generic code.
Eric Anholt
2009-10-29
i965: use macros to get/set prog_instruction::Aux field
Brian Paul
2009-09-11
i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.
Eric Anholt
2009-08-26
i965: fix incorrect tex unit in emit_tex() and emit_txb()
Brian Paul
2009-08-26
i965: clean-up tex target switches
Brian Paul
2009-08-25
i965: add some texture unit/target assertions
Brian Paul
2009-08-12
i965: Allocate destination registers for GLSL TEX instructions contiguously.
Eric Anholt
2009-08-12
i965: drop dead scalar handling in GLSL.
Eric Anholt
2009-08-12
i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.
Eric Anholt
2009-08-12
i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.
Eric Anholt
2009-08-12
i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.
Eric Anholt
2009-08-12
i965: Flag ARL-using programs as requiring brw_wm_glsl.c
Eric Anholt
2009-08-04
i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.
Eric Anholt
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
[next]