i965: Perform program state upload outside of atom handling
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.h
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-10-25 Ian Romanicki965: Remove brw_new_shader_program
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-05-19 Kenneth Graunkei965/fs: Finally kill struct brw_wm_compile (better...
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-05-19 Kenneth Graunkei965/fs: Move some flags that affect code generation...
2014-05-19 Kenneth Graunkei965/fs: Move payload register info from brw_wm_compile...
2014-05-19 Kenneth Graunkei965/fs: Rename c->sample_mask_reg to sample_mask_in_reg.
2014-05-19 Kenneth Graunkei965/fs: Move c->last_scratch into fs_visitor.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-01-21 Anuj Phogati965: Use sample barycentric coordinates with per sampl...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-06 Chris Forbesi965: Gen4-5: Include alpha func/ref in program key
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-07-03 Kenneth Graunkei965: Remove render_target_supported from the vtable.
2013-04-04 Kenneth Graunkei965: Remove now dead brw_wm_prog_key::proj_attrib_mask...
2013-03-24 Paul Berryi965/fs: Rename vp_outputs_written to input_slots_valid.
2013-03-15 Paul Berryi965: Change fragment input related bitfields to 64...
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Move uses of brw_compile from do_wm_prog to...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
2012-11-27 Kenneth Graunkei965/fs: Remove brw_wm_compile::computes_depth field.
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-09-07 Eric Anholti965: Make the param pointer arrays for the WM dynamica...
2012-09-07 Eric Anholti965: Add functions for comparing two brw_wm/vs_prog_da...
2012-08-30 Anuj Phogati965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-07-12 Kenneth Graunkei965: Always emit alpha when nr_color_buffers == 0.
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-11-22 Eric Anholtintel: Add the context to the render_target_supported...
2011-11-03 Chia-I Wumesa, i965: prepare for more than 8 texture targets
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-26 Eric Anholti965: Pack the lookup and line_aa bits into the first...
2011-05-26 Eric Anholti965: Remove dead shadowtex_mask entry in the WM key.
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Fix fragcoord_w on gen6 with 16-wide.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-23 Eric Anholti965: Don't double-emit fragment.color writes for MRT...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtintel: Add support for ARB_color_buffer_float.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-17 Kenneth Graunkemesa: Remove the CompileShader driver hook; it's just...
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-08 Eric Anholtintel: Add a vtbl hook for determining if a format...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-08 Eric Anholti965: Drop KIL_NV from the ff/ARB_fp path since it...
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-14 Eric Anholti965: Fix gl_FragCoord inversion when drawing to an...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-11 Eric Anholti965: Move FS backend structures to a header.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Eric Anholti965: Fix up part of my Sandybridge attributes support...
2010-09-28 Eric Anholti965: Add support for attribute interpolation on Sandyb...
2010-09-21 Eric Anholti965: Track the windowizer's dispatch for kill pixel...
2010-09-21 Eric Anholti965: Share the KIL_NV implementation between glsl...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...
2010-08-26 Eric Anholti965: Start building 965 FS backend.
next