i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.h
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.
2010-08-20 Eric Anholti965: Rename nr_depth_regs to nr_payload_regs.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-03 Eric Anholti965: Add support for the DP2 opcode, which we use...
2010-07-01 Eric Anholti965: Add support for OPCODE_SSG.
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-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-23 Eric Anholti965: Fix bit allocation for number of color regions...
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-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
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-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Eric Anholti965: Allow FS constants to be used as immediates inste...
next