index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm_glsl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Nuke brw_wm_glsl.c.
Eric Anholt
2010-12-06
1
-1035
/
+0
*
i965: Move payload reg setup to compile, not lookup time.
Eric Anholt
2010-12-06
1
-4
/
+4
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-4
/
+4
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-22
/
+20
*
i965: fix const register count for sandybridge
Zhenyu Wang
2010-09-28
1
-2
/
+2
*
i965: enable accumulator update in PS kernel too on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+3
*
i965: Set up inputs to the fragment shader according to FP InputsRead.
Eric Anholt
2010-09-28
1
-17
/
+33
*
i965: Add support for attribute interpolation on Sandybridge.
Eric Anholt
2010-09-28
1
-0
/
+2
*
i965: Share the KIL_NV implementation between glsl and non-glsl.
Eric Anholt
2010-09-21
1
-16
/
+1
*
intel: Remove noise opcode support from i915 and i965 drivers
Ian Romanick
2010-09-10
1
-1120
/
+0
*
i965: Make brw_CONT and brw_BREAK take the pop count.
Eric Anholt
2010-08-30
1
-5
/
+2
*
i965: Set the pop count on BRK/CONT inside of an if statement in the FS.
Eric Anholt
2010-08-27
1
-4
/
+11
*
i965: Rename nr_depth_regs to nr_payload_regs.
Eric Anholt
2010-08-20
1
-3
/
+3
*
i965: More s/stderr/stdout/ for program debug.
Eric Anholt
2010-08-09
1
-1
/
+1
*
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
1
-3
/
+3
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-3
/
+3
*
|
i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).
Eric Anholt
2010-07-02
1
-0
/
+3
*
|
i965: Add support for OPCODE_SSG.
Eric Anholt
2010-06-30
1
-0
/
+3
|
/
*
i965: Dump out the correct shared function for SEND on Ironlake.
Eric Anholt
2010-05-14
1
-1
/
+1
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-1
/
+1
*
i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args.
Eric Anholt
2010-03-24
1
-2
/
+12
*
i965: Allow FS constants to be used as immediates instead of push/pull.
Eric Anholt
2010-03-22
1
-6
/
+19
*
i965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
Eric Anholt
2010-03-22
1
-0
/
+3
*
i965: Use the PLN instruction when possible in interpolation.
Eric Anholt
2010-03-10
1
-0
/
+38
*
i965: Add support for the CMP opcode in the GLSL path.
Eric Anholt
2010-03-10
1
-0
/
+3
*
i965: Print the opcode name for unrecognized opcodes in the GLSL path.
Eric Anholt
2010-03-10
1
-2
/
+3
*
i965: Fix ENDLOOP to only patch up this loop's BREAK and CONT.
Eric Anholt
2010-03-09
1
-2
/
+4
*
i965: Unalias all GLSL source regs from the destination regs used.
Eric Anholt
2010-03-09
1
-113
/
+25
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-1
/
+1
|
\
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+1
*
|
i965: Extra asserts on flow control instructions to clarify for clang.
Eric Anholt
2009-12-26
1
-1
/
+3
*
|
i965: Clean up double initialization of dst_flags from a rebase resolve.
Eric Anholt
2009-12-26
1
-4
/
+0
*
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-12-22
1
-1
/
+2
|
/
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-1
/
+1
*
i965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm_glsl.c
Eric Anholt
2009-11-13
1
-71
/
+5
*
i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c.
Eric Anholt
2009-11-13
1
-89
/
+6
*
i965: Clean up Ironlake sampler type definitions.
Eric Anholt
2009-11-13
1
-3
/
+3
*
i965: Share min/max between brw_wm_emit.c and brw_wm_glsl.c
Eric Anholt
2009-11-06
1
-50
/
+52
*
i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.c
Eric Anholt
2009-11-06
1
-98
/
+3
*
i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-249
/
+8
*
i965: Share math functions between brw_wm_glsl.c and brw_wm_emit.c.
Eric Anholt
2009-11-06
1
-168
/
+9
*
i965: Share the sop opcodes between brw_wm_glsl.c and brw_wm_emit.c.
Eric Anholt
2009-11-06
1
-66
/
+12
*
i965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-24
/
+1
*
i965: Share the DP3, DP4, and DPH between brw_wm_glsl.c and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-84
/
+3
*
i965: Add generic GLSL code for unaliasing a 3-arg opcode, and share LRP code.
Eric Anholt
2009-11-06
1
-39
/
+59
*
i965: Use a normal alu1 emit for OPCODE_TRUNC.
Eric Anholt
2009-11-06
1
-19
/
+1
*
i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-101
/
+5
*
i965: Collect GLSL src/dst regs up in generic code.
Eric Anholt
2009-11-06
1
-7
/
+15
*
i965: use macros to get/set prog_instruction::Aux field
Brian Paul
2009-10-29
1
-2
/
+2
[next]