i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_state.c
2014-01-22 Paul Berryi965: Fix comments to refer to the new ctx->Shader...
2014-01-22 Paul Berrymesa: Replace ctx->Shader.Current{Vertex,Fragment,Geome...
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-05 Eric Anholti965: Tell the unit states how many binding table entri...
2013-09-16 Paul Berryi965/fs: Change brw_wm_prog_data::urb_read_length to...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-07-14 Chris Forbesi965: Gen4/5: use IEEE floating point mode for GLSL...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
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-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-11-11 Kenneth Graunkei965: Use 0 for the number of binding table entries...
2011-10-29 Eric Anholti965/gen4: Move unit state setup to emit() time.
2011-10-26 Kenneth Graunkei965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads...
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-18 Eric Anholti965: Use state streaming on programs, and state base...
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: Move the computation of register block count...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965/gen4: Move WM state to state streaming.
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch on gen5.
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-03-12 Eric AnholtRevert "i965: Use the fixed function GLSL program inste...
2011-03-11 Eric Anholti965: Use the fixed function GLSL program instead of...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-08 Eric Anholti965: Remove pointless keying of WM state on VUE size.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
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-09 Eric Anholti965: remove unused variable since brw_wm_glsl.c removal.
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
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 Ian RomanickTrack separate programs for each stage
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 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Correct scratch space allocation.
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-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
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-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Convert remaining dri_bo_emit_reloc to drm_intel...
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-21 Zhenyu Wangintel: Clean up chipset name and gen num for Ironlake
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Eric Anholti965: Allow for variable-sized auxdata in the state...
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
next