summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-18i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke1-0/+2
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-13/+8
2011-05-27i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt1-7/+19
2011-05-27i965/fs: Move the computation of register block count from unit to compile.Eric Anholt1-1/+1
2011-05-26i965: Remove dead shadowtex_mask entry in the WM key.Eric Anholt1-3/+0
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt1-4/+0
2011-05-18i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt1-0/+10
2011-05-17i965: Get a ralloc context into brw_compile.Kenneth Graunke1-7/+8
2011-04-29i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt1-8/+5
2011-04-26i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt1-9/+4
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-4/+6
2011-04-20intel: Add support for ARB_color_buffer_float.Eric Anholt1-0/+4
2011-04-17i965/fs: Add gen6 register spilling support.Eric Anholt1-0/+15
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-4/+4
2011-03-15i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt1-0/+1
2011-03-14i965: Fix tex_swizzle when depth mode is GL_REDChad Versace1-1/+2
2011-03-14i965: Remove dead assignmentChad Versace1-2/+0
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt1-1/+2
2010-12-09intel: Set the swizzling for depth textures using the GL_RED depth mode.Eric Anholt1-0/+4
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt1-14/+7
2010-12-06i965: Move payload reg setup to compile, not lookup time.Eric Anholt1-53/+61
2010-11-14i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt1-0/+1
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-1/+1
2010-10-21i965: Correct scratch space allocation.Eric Anholt1-8/+13
2010-10-19i965: Tell the shader compiler when we expect depth writes for gen6.Eric Anholt1-0/+6
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-03i965: Fix glean/texSwizzle regression in previous commit.Eric Anholt1-18/+18
2010-10-02i965: Set up swizzling of shadow compare results for GL_DEPTH_TEXTURE_MODE.Eric Anholt1-1/+32
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt1-6/+45
2010-09-21i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt1-1/+3
2010-09-01i965: DP2 produces a scalar result like DP3, DP4, etc.Eric Anholt1-0/+1
2010-08-26i965: Start building direct GLSL2 IR to 965 assembly codegen.Eric Anholt1-11/+13
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt1-1/+1
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-2/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2010-01-26i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.Eric Anholt1-5/+1
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-22i965: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt1-6/+7
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt1-1/+0
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-2/+2
2009-11-10i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.Eric Anholt1-0/+14
2009-10-29i965: avoid shader translation on window resizeBrian Paul1-6/+11
2009-10-29i965: don't use context state in emit_fb_write()Brian Paul1-0/+2
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-08-12i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.Eric Anholt1-2/+2
2009-08-12i965: Store the dispatch width in the WM compile struct.Eric Anholt1-0/+2
2009-08-05i965: Fix source depth reg setting for FSes reading and writing to depth.Eric Anholt1-0/+2
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1