i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_emit.c
2011-07-25 Kenneth Graunkei965/gen7: Fix shadow sampling in the old brw_wm_emit...
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-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-26 Eric Anholti965/fs: Add support for math instructions in 16-wide...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
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-16 Kenneth Graunkei965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPL...
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Zhenyu Wangi965: Correct comment for gen6 fb write control message...
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Zhenyu Wangi965: explicit tell header present for fb write on...
2010-12-21 Eric Anholti965: Avoid using float type for raw moves, to work...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Eric Anholti965: Improve the hacks for ARB_fp scalar^scalar POW...
2010-12-13 Eric Anholti956: Fix the old FP path fragment position setup on...
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-08 Eric Anholti965: Use the new pixel mask location for gen6 ARB_fp...
2010-12-08 Eric Anholti965: Set the render target index in gen6 fixed-functio...
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-06 Eric Anholti965: Fix up 16-wide gen6 FB writes after various refac...
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Eric Anholti965: Add support for math on constants in gen6 brw_wm_...
2010-11-10 Eric Anholti965: Allow OPCODE_SWZ to put immediates in the first...
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
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-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-14 Kenneth Graunkei965: Clean up a warning in the old fragment backend.
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-28 Zhenyu Wangi965: fix pixel w interpolation on sandybridge
2010-09-28 Zhenyu Wangi965: don't do calculation for delta_xy on sandybridge
2010-09-28 Zhenyu Wangi965: Fix sampler on sandybridge
2010-09-28 Zhenyu Wangi965: enable accumulator update in PS kernel too on...
2010-09-28 Eric Anholti965: Add support for POW in gen6 FS.
2010-09-28 Eric Anholti965: Add support for attribute interpolation on Sandyb...
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-22 Eric Anholti965: Fix 8-wide FB writes on gen6.
2010-08-22 Eric Anholti965: Fix brw_math1 with scalar argument in gen6 FS.
2010-08-20 Eric Anholti965: Also use the SIMD8 FB writes for SIMD8 mode on...
2010-08-20 Zhenyu Wangi965: Add support for FB writes on Sandybridge.
2010-08-20 Eric Anholti965: Fix DP write channel ordering on Sandybridge.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Eric Anholti965: Use the implied move available in most brw_wm_emi...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-10 Eric Anholti965: More s/stderr/stdout/ for program debug.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 Eric Anholti965: Fix reversed naming of the operations in compute...
2010-07-26 Eric Anholti965: Clean up a few magic numbers to use brw_defines...
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-26 Benjamin Segoviai965: Improve (i.e. remove) some grf-to-mrf unnecessary...
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-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-14 Eric Anholti965: Dump out the correct shared function for SEND...
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-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'
next