R300: set the number of GB pipes on all r3xx-r5xx chips
[mesa.git] / src / mesa / drivers / dri / i965 /
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
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
2009-01-01 Brian Pauli965: indentation and formatting fixes
2009-01-01 Brian Pauli965: implement OPCODE_NRM3/NRM4
2009-01-01 Brian Pauli965: whitespace, comment changes
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-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-19 Ian Romanick965 / GLSL: Use full precision for EXP instruction
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-15 Eric Anholti965: Update state before checking for fallbacks in...
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-13 Gary Wongi965: Finish OPCODE_NOISEn instructions.
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-12-03 Eric Anholti965: Fix stray character that the compile whined about.
2008-11-29 Eric Anholti965: Add a new state flag BRW_NEW_NR_SURFACES instead...
2008-11-29 Eric Anholti965: Fix clashing enums for BRW_NEW_INDICES/VERTICES...
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
next