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-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
2009-01-14
i965: comment for emit_kil()
Brian Paul
2009-01-14
i965: fix indentation
Brian Paul
2009-01-07
i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.
Eric Anholt
2009-01-05
i965: implement OPCODE_TRUNC (round toward zero) on vertex path.
Brian Paul
2008-12-13
i965: Finish OPCODE_NOISEn instructions.
Gary Wong
2008-11-06
mesa: rename OPCODE_INT -> OPCODE_TRUNC
Brian Paul
2008-11-05
i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.
Gary Wong
2008-10-31
i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.
Gary Wong
2008-10-28
i965: Allocate temporaries contiguously with other regs in fragment shaders.
Gary Wong
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
[next]