summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-06i965: fix alpha test for MRTChris Forbes1-1/+1
2013-07-03i965: Remove render_target_supported from the vtable.Kenneth Graunke1-2/+0
2013-04-04i965: Remove now dead brw_wm_prog_key::proj_attrib_mask field.Kenneth Graunke1-2/+0
2013-03-24i965/fs: Rename vp_outputs_written to input_slots_valid.Paul Berry1-1/+1
2013-03-15i965: Change fragment input related bitfields to 64-bit.Paul Berry1-1/+1
2012-11-26i965/fs: Move struct brw_compile (p) entirely inside fs_generator.Kenneth Graunke1-1/+0
2012-11-26i965/fs: Move uses of brw_compile from do_wm_prog to brw_wm_fs_emit.Kenneth Graunke1-3/+10
2012-11-26i965/fs: Move brw_wm_compile::fp to fs_visitor.Kenneth Graunke1-2/+1
2012-11-26i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.Kenneth Graunke1-2/+0
2012-11-26i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke1-3/+0
2012-11-26i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()Kenneth Graunke1-2/+0
2012-11-26i965/fs: Remove brw_wm_compile::computes_depth field.Kenneth Graunke1-1/+0
2012-10-08i965: Remove the old ARB_fragment_program backend.Eric Anholt1-364/+0
2012-09-07i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt1-0/+1
2012-09-07i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt1-0/+2
2012-08-30i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat1-1/+1
2012-08-23i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat1-0/+1
2012-08-12i965: Add performance debug for shader recompiles.Eric Anholt1-0/+3
2012-07-12i965: Always emit alpha when nr_color_buffers == 0.Kenneth Graunke1-1/+0
2012-06-22i965: Compute dFdy() correctly for FBOs.Paul Berry1-1/+2
2012-01-27intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt1-1/+2
2011-12-19i965/fs: Factor out texturing related data from brw_wm_prog_key.Kenneth Graunke1-16/+3
2011-11-22intel: Add the context to the render_target_supported() vtbl method.Eric Anholt1-1/+1
2011-11-03mesa, i965: prepare for more than 8 texture targetsChia-I Wu1-1/+1
2011-10-27i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry1-0/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-6/+6
2011-06-18i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke1-0/+12
2011-05-27i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt1-1/+6
2011-05-26i965: Pack the lookup and line_aa bits into the first dword of the key.Eric Anholt1-2/+2
2011-05-26i965: Remove dead shadowtex_mask entry in the WM key.Eric Anholt1-1/+0
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt1-1/+0
2011-05-18i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt1-1/+1
2011-04-29i965: Fix fragcoord_w on gen6 with 16-wide.Eric Anholt1-5/+5
2011-04-26i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt1-1/+3
2011-04-23i965: Don't double-emit fragment.color writes for MRT with ARB_fp.Eric Anholt1-1/+0
2011-04-20intel: Add support for ARB_color_buffer_float.Eric Anholt1-0/+1
2011-03-17mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke1-2/+0
2011-03-15i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt1-0/+1
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt1-0/+1
2010-12-08i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.Eric Anholt1-1/+0
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt1-2/+0
2010-12-06i965: Move payload reg setup to compile, not lookup time.Eric Anholt1-13/+14
2010-11-14i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt1-1/+2
2010-10-19i965: Disable thread dispatch when the FS doesn't do any work.Eric Anholt1-0/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-10-11i965: Move FS backend structures to a header.Eric Anholt1-3/+0
2010-09-28i965: Fix up part of my Sandybridge attributes support patch.Eric Anholt1-2/+4
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt1-2/+5
2010-09-21i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt1-1/+2
2010-09-21i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt1-0/+1