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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-0
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-6
/
+6
*
i965/fs: Add support for TXD with shadow comparisons.
Kenneth Graunke
2011-06-18
1
-0
/
+12
*
i965/fs: Do a FS compile up front at link time to produce link errors.
Eric Anholt
2011-05-27
1
-1
/
+6
*
i965: Pack the lookup and line_aa bits into the first dword of the key.
Eric Anholt
2011-05-26
1
-2
/
+2
*
i965: Remove dead shadowtex_mask entry in the WM key.
Eric Anholt
2011-05-26
1
-1
/
+0
*
i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.
Eric Anholt
2011-05-26
1
-1
/
+0
*
i965: Add support for correct GL_CLAMP behavior by clamping coordinates.
Eric Anholt
2011-05-18
1
-1
/
+1
*
i965: Fix fragcoord_w on gen6 with 16-wide.
Eric Anholt
2011-04-29
1
-5
/
+5
*
i965/fs: Add initial support for 16-wide dispatch on gen6.
Eric Anholt
2011-04-26
1
-1
/
+3
*
i965: Don't double-emit fragment.color writes for MRT with ARB_fp.
Eric Anholt
2011-04-23
1
-1
/
+0
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-0
/
+1
*
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
1
-2
/
+0
*
i965: Fix alpha testing when there is no color buffer in the FBO.
Eric Anholt
2011-03-15
1
-0
/
+1
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-0
/
+1
*
i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.
Eric Anholt
2010-12-08
1
-1
/
+0
*
i965: Nuke brw_wm_glsl.c.
Eric Anholt
2010-12-06
1
-2
/
+0
*
i965: Move payload reg setup to compile, not lookup time.
Eric Anholt
2010-12-06
1
-13
/
+14
*
i965: Fix gl_FragCoord inversion when drawing to an FBO.
Eric Anholt
2010-11-14
1
-1
/
+2
*
i965: Disable thread dispatch when the FS doesn't do any work.
Eric Anholt
2010-10-19
1
-0
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
i965: Move FS backend structures to a header.
Eric Anholt
2010-10-11
1
-3
/
+0
*
i965: Fix up part of my Sandybridge attributes support patch.
Eric Anholt
2010-09-28
1
-2
/
+4
*
i965: Add support for attribute interpolation on Sandybridge.
Eric Anholt
2010-09-28
1
-2
/
+5
*
i965: Track the windowizer's dispatch for kill pixel, promoted, and OQ
Eric Anholt
2010-09-21
1
-1
/
+2
*
i965: Share the KIL_NV implementation between glsl and non-glsl.
Eric Anholt
2010-09-21
1
-0
/
+1
*
i965: Start building direct GLSL2 IR to 965 assembly codegen.
Eric Anholt
2010-08-26
1
-0
/
+1
*
i965: Add new pass to split vectors into scalar variables
Eric Anholt
2010-08-26
1
-0
/
+1
*
i965: Add a pass for the FS to reduce vector expressions down to scalar.
Eric Anholt
2010-08-26
1
-0
/
+2
*
i965: Start building 965 FS backend.
Eric Anholt
2010-08-26
1
-0
/
+6
*
i965: Rename nr_depth_regs to nr_payload_regs.
Eric Anholt
2010-08-20
1
-1
/
+1
*
Merge remote branch 'origin/master' into glsl2
Eric Anholt
2010-07-26
1
-1
/
+1
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
|
i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).
Eric Anholt
2010-07-02
1
-0
/
+5
*
|
i965: Add support for OPCODE_SSG.
Eric Anholt
2010-06-30
1
-0
/
+4
|
/
*
i965: Fix bit allocation for number of color regions for ARB_draw_buffers.
Eric Anholt
2010-05-23
1
-1
/
+1
*
i965: Allow FS constants to be used as immediates instead of push/pull.
Eric Anholt
2010-03-22
1
-1
/
+1
*
i965: Add support for the CMP opcode in the GLSL path.
Eric Anholt
2010-03-10
1
-0
/
+6
*
i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.
Eric Anholt
2010-01-26
1
-1
/
+0
*
i965: Pack the brw_wm_prog_key better.
Eric Anholt
2009-11-19
1
-1
/
+1
*
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
-0
/
+7
*
i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c.
Eric Anholt
2009-11-13
1
-0
/
+8
*
i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.
Eric Anholt
2009-11-10
1
-4
/
+4
*
i965: Share min/max between brw_wm_emit.c and brw_wm_glsl.c
Eric Anholt
2009-11-06
1
-0
/
+10
*
i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.c
Eric Anholt
2009-11-06
1
-0
/
+6
*
i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-0
/
+34
*
i965: Share math functions between brw_wm_glsl.c and brw_wm_emit.c.
Eric Anholt
2009-11-06
1
-0
/
+16
*
i965: Share the sop opcodes between brw_wm_glsl.c and brw_wm_emit.c.
Eric Anholt
2009-11-06
1
-0
/
+6
*
i965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm_emit.c
Eric Anholt
2009-11-06
1
-0
/
+6
[next]