i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_wm_state.c
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-06-26 Paul Berryi965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE...
2012-06-20 Paul Berryi965/msaa: Only do multisample rasterization if GL_MULT...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2012-01-10 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Manipulate state batches for HiZ meta-ops...
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Rename gen6_*_constants tracked state atoms to...
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-29 Eric Anholti965: Move push constants setup to emit() time.
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
2011-10-20 Kenneth Graunkei965: Fix incorrect dirty bit in gen6_prepare_wm_push_c...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Eric Anholti965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.
2011-06-20 Eric Anholti965/gen6+: Correct gratuitous dependency on NEW_POLYGO...
2011-06-20 Eric Anholti965/gen6+: Add a missing state flag for WM constants.
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-16 Kenneth Graunkei965: Fix "Paramater" typo in gen6_wm_state.c.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965/gen6: Use the dynamic state base address to reduce...
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
2011-04-29 Eric Anholti965: Give the push constants and pull constants unique...
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-17 Eric Anholti965/fs: Add gen6 register spilling support.
2011-04-01 Eric Anholti965: Fix the VS thread limits for GT1, and clarify...
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-06 Kenneth Graunkei965: Rename various gen6 #defines to match the documen...
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Eric Anholti965: Set the alternative floating point mode on gen6...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-07 Eric Anholti965: Add disabled debug code for dumping out the WM...
2010-12-07 Zhenyu Wangi965: upload WM state for _NEW_POLYGON on sandybridge
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Align gen6 push constant size to dispatch width.
2010-12-05 Eric Anholti965: Update gen6 WM state on compiled program change...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-02 Zhenyu Wangi965: refresh wm push constant also for BRW_NEW_FRAMENT...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Eric Anholti965: Make FS uniforms be the actual type of the unifor...
2010-10-26 Eric Anholti965: Fix typo in comment about state flags.
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-22 Eric Anholti965: Add support for pull constants to the new FS...
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-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
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-08 Eric Anholti965: Fix gen6 WM push constants updates.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-28 Eric Anholti965: Set up inputs to the fragment shader according...
2010-09-28 Eric Anholti965: Add support for attribute interpolation on Sandyb...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-22 Eric Anholti965: Fix up WM push constant setup on gen6.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-13 Zhenyu Wangi965: Set the correct WM GRF start reg on gen6.
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
next