i965: Fix glFrontFacing in twoside GLSL demo.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_fp.c
2009-03-24 Eric Anholti965: Fix glFrontFacing in twoside GLSL demo.
2009-03-24 Eric Anholti965: Fix fog coordinate g,b,a values when glFrontFacin...
2009-03-24 Eric Anholti965: Clean up a bit of mess with unneeded variables...
2009-03-06 Brian Pauli965: init dest reg CondMask = COND_TR (the proper...
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-27 rooti965: rename draw_regions -> color_regions
2009-02-27 Brian Paulmesa: replace old prog_instruction::Sampler field with...
2009-02-27 Brian Pauli965: whitespace/indentation fixes
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-20 Brian Pauli965: use the new prog_instruction::TexShadow field
2009-02-20 Brian Pauli965: separate emit_op() and emit_tex_op() functions
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-14 Brian Pauli965: rewrite the code for handling shader subroutine...
2009-02-14 Brian Pauli965: code clean-ups, comments, and minor refactoring
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-01-28 Brian Pauli965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ
2009-01-28 Brian Pauli965: implement GL_EXT_texture_swizzle
2009-01-28 Brian Pauli965: minor clean-up, comments, etc.
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Eric Anholti965: Remove gratuitous whitespace in INTEL_DEBUG=wm...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-12 Brian Pauli965: fix broken ARB fp fog options
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-09 Brian Pauli965: allow gl_FragData[0] usage when there's only...
2009-01-09 Brian Pauli965: init dst reg RelAddr field to zero
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 Brian Pauli965: allow gl_FragData[0] usage when there's only...
2009-01-07 Brian Pauli965: init dst reg RelAddr field to zero
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-08 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-03 Eric Anholti965: Fix failure to upload new constant data when...
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-30 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-06 Xiang, Haihaoi965: update TexSrcUnit for OPCODE_TXB
2008-08-05 Xiang, Haihaoi965: Use program->SamplerUnits[] to get the appropriat...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-08 Roland Scheideggeri965: fix OPCODE_TEX when additional ops are needed
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-26 Eric Anholt[965] Don't let the negate flags of src0 affect 1 const...
2008-03-21 Zou Nan hai [i965] multiple rendering target fix
2008-03-17 Andrzej Trznadel[965] Fix fp temp reg release code to not usually relea...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-07 Zou Nan hai [i965] fix fd.o bug #11471 and #11478
2008-02-02 Eric Anholt[965] Replace XXX comment about constant swizzle with...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-26 Xiang, Haihaoi965: The cube map texture coordinates must be devided...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-13 Xiang, Haihaoi965: fix projtex_mask
2007-07-24 Zou Nan hai DDX DDY support, not very accurate
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Zou Nan hai support branch and loop in pixel shader
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-22 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-22 Xiang, Haihaofix for bug#10339
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-10-05 Keith WhitwellQuieten debug message.
2006-09-20 Keith WhitwellSupport ARB_texture_rectangle.
next