Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa / drivers / dri / i965 /
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-21 Eric Anholti965: Fix render target read domains.
2009-02-20 Brian Pauli965: use the new prog_instruction::TexShadow field
2009-02-20 Brian Pauli965: check depth_mode in translate_tex_format() for...
2009-02-20 Brian Pauli965: separate emit_op() and emit_tex_op() functions
2009-02-20 Brian Pauli965: update comment, use const qualifier
2009-02-20 Brian Pauli965: var renaming, clean-up
2009-02-20 Brian Pauli965: added comment
2009-02-20 Brian Pauli965: additional debug output
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Pauli965: tell GLSL compiler to emit code using condition...
2009-02-14 Brian Pauli965: rewrite the code for handling shader subroutine...
2009-02-14 Brian Pauli965: add missing break for OPCODE_RET case
2009-02-14 Brian Pauli965: the return value of translate_insn() is never...
2009-02-14 Brian Pauli965: minor clean-ups
2009-02-14 Brian Pauli965: code clean-ups, comments, and minor refactoring
2009-02-14 Brian Pauli965: updated comments
2009-02-14 Brian Pauli965: more reformatting/clean-up
2009-02-14 Brian Pauli965: s/__inline/INLINE/
2009-02-14 Brian Pauli965: formatting and indentation fixes
2009-02-14 Brian Pauli965: fix inconsistant indentation in brw_wm.c
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Eric Anholti965: Fix fallback on stencil drawing to fbo when the...
2009-02-17 Eric Anholtintel: Clean up several 965 memory leaks on context...
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-02-02 Eric Anholti965: Remove brw->attribs now that we can just always...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-01-31 Keith Packardi965: bump texture limit to 4kx4k
2009-01-30 Brian Pauli965: formatting, comments, whitespace clean-ups
2009-01-30 Ian RomanickRemove stale symlinks to intel/intel_depthstencil.c
2009-01-29 Brian Pauli965: use bitfields in brw_sf_unit_key struct
2009-01-29 Brian Pauli965: fix render to FBO/texture orientation bugs
2009-01-29 Brian Pauli965: fix bug in pass0_precalc_mov()
2009-01-29 Brian Pauli965: widen per-texture bitfields for 16 texture image...
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-28 Brian PaulMerge commit 'origin/master' into texture_swizzle
2009-01-28 Brian Pauli965: fix bug in pass0_precalc_mov()
2009-01-28 Brian Pauli965: minor comment additions/edits
2009-01-28 Brian Pauli965: minor improvements in brw_wm_populate_key()
2009-01-28 Brian Pauli965: remove pad field
2009-01-28 Brian Pauli965: widen per-texture bitfields for 16 texture image...
2009-01-28 Brian Pauli965: minor comments
2009-01-26 Brian Paulintel: replace i915/intel_state.c and i965/intel_state...
2009-01-26 Brian Paulintel: whitespace changes
2009-01-26 Brian Paulintel: move some driver functions around
2009-01-26 Brian Paulintel: asst. casts to silence warnings
2009-01-26 Brian Paulintel: move intelInitExtensions() and related code...
2009-01-26 Brian Paulintel: move glClear-related code into new intel_clear...
2009-01-26 Brian Paulintel: Move swap-related functions from intel_buffers...
2009-01-26 Brian Pauli965: scissor rect was inverted when rendering to texture
2009-01-24 Brian PaulMerge branch 'tex_combine4'
2009-01-24 Brian Pauli965: init array->Format fields (see bug 19708)
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Brian Pauli965: enable GL_EXT_vertex_array_bgra
2009-01-23 Ian RomanickTrack two sets of back-face stencil state
2009-01-22 Brian Pauli965: whitespace changes and reformatting
2009-01-22 Brian Paulintel: remove/disable the "paired depth/stencil" code
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-21 Eric Anholti965: Use _mesa_num_inst_src_regs() instead of keeping...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Brian Pauli965: fix polygon culling bug when rendering to a textu...
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Brian Pauli965: indentation fixes
2009-01-14 Brian Pauli965: allow larger AA points on fallback path
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Brian Pauli965: comment for emit_kil()
2009-01-14 Brian Pauli965: fix indentation
2009-01-12 Brian Pauli965: fix broken ARB fp fog options
2009-01-11 Matthieu Herrbreplace nearbyint() by rint() for now.
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-09 Eric Anholti965: Fix GLSL FS DPH to return the right value instead...
2009-01-09 Eric Anholti965: Remove worrisome comment about _NEW_PROGRAM signa...
2009-01-09 Eric Anholti965: Remove dead brw_vs_tnl.c
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-09 Eric Anholti965: Note when we drop saturate mode on the floor...
2009-01-09 Eric Anholti965: Add support for LRP in VPs.
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-08 Eric Anholti965: Fix GLSL FS DPH to return the right value instead...
2009-01-08 Eric Anholti965: Remove worrisome comment about _NEW_PROGRAM signa...
2009-01-08 Eric Anholti965: Remove dead brw_vs_tnl.c
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
2009-01-07 Eric Anholti965: Note when we drop saturate mode on the floor...
2009-01-07 Eric Anholti965: Add support for LRP in VPs.
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-05 Brian Pauli965: implement OPCODE_TRUNC (round toward zero) on...
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-01 Brian Pauli965: increase number of texture samplers to 16
2009-01-01 Brian Pauli965: comments, clean-ups, re-order some functions
2009-01-01 Brian Pauli965: added OPCODE_NRM3/4
2009-01-01 Brian Pauli965: fix comment
next