summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add performance debug for shader recompiles.Eric Anholt2012-08-121-0/+3
* i965: Always emit alpha when nr_color_buffers == 0.Kenneth Graunke2012-07-121-1/+0
* i965: Compute dFdy() correctly for FBOs.Paul Berry2012-06-221-1/+2
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-271-1/+2
* i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke2011-12-191-16/+3
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-221-1/+1
* mesa, i965: prepare for more than 8 texture targetsChia-I Wu2011-11-031-1/+1
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-0/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-6/+6
* i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke2011-06-181-0/+12
* i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt2011-05-271-1/+6
* i965: Pack the lookup and line_aa bits into the first dword of the key.Eric Anholt2011-05-261-2/+2
* i965: Remove dead shadowtex_mask entry in the WM key.Eric Anholt2011-05-261-1/+0
* i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt2011-05-261-1/+0
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-1/+1
* i965: Fix fragcoord_w on gen6 with 16-wide.Eric Anholt2011-04-291-5/+5
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-261-1/+3
* i965: Don't double-emit fragment.color writes for MRT with ARB_fp.Eric Anholt2011-04-231-1/+0
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-0/+1
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-171-2/+0
* i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt2011-03-151-0/+1
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-071-0/+1
* i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.Eric Anholt2010-12-081-1/+0
* i965: Nuke brw_wm_glsl.c.Eric Anholt2010-12-061-2/+0
* i965: Move payload reg setup to compile, not lookup time.Eric Anholt2010-12-061-13/+14
* i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt2010-11-141-1/+2
* i965: Disable thread dispatch when the FS doesn't do any work.Eric Anholt2010-10-191-0/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* i965: Move FS backend structures to a header.Eric Anholt2010-10-111-3/+0
* i965: Fix up part of my Sandybridge attributes support patch.Eric Anholt2010-09-281-2/+4
* i965: Add support for attribute interpolation on Sandybridge.Eric Anholt2010-09-281-2/+5
* i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt2010-09-211-1/+2
* i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt2010-09-211-0/+1
* i965: Start building direct GLSL2 IR to 965 assembly codegen.Eric Anholt2010-08-261-0/+1
* i965: Add new pass to split vectors into scalar variablesEric Anholt2010-08-261-0/+1
* i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt2010-08-261-0/+2
* i965: Start building 965 FS backend.Eric Anholt2010-08-261-0/+6
* i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt2010-08-201-1/+1
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-1/+1
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* | i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).Eric Anholt2010-07-021-0/+5
* | i965: Add support for OPCODE_SSG.Eric Anholt2010-06-301-0/+4
|/
* i965: Fix bit allocation for number of color regions for ARB_draw_buffers.Eric Anholt2010-05-231-1/+1
* i965: Allow FS constants to be used as immediates instead of push/pull.Eric Anholt2010-03-221-1/+1
* i965: Add support for the CMP opcode in the GLSL path.Eric Anholt2010-03-101-0/+6
* i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.Eric Anholt2010-01-261-1/+0
* i965: Pack the brw_wm_prog_key better.Eric Anholt2009-11-191-1/+1
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* i965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm_glsl.cEric Anholt2009-11-131-0/+7
* i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c.Eric Anholt2009-11-131-0/+8