index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Age
Commit message (
Expand
)
Author
2009-02-17
i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.
Eric Anholt
2009-02-17
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-16
i965: tell GLSL compiler to emit code using condition codes
Brian Paul
2009-02-13
i965: rewrite the code for handling shader subroutine calls
Brian Paul
2009-02-13
i965: add missing break for OPCODE_RET case
Brian Paul
2009-02-13
i965: the return value of translate_insn() is never used. Make it void.
Brian Paul
2009-02-13
i965: minor clean-ups
Brian Paul
2009-02-13
i965: code clean-ups, comments, and minor refactoring
Brian Paul
2009-02-13
i965: updated comments
Brian Paul
2009-02-13
i965: more reformatting/clean-up
Brian Paul
2009-02-13
i965: s/__inline/INLINE/
Brian Paul
2009-02-13
i965: formatting and indentation fixes
Brian Paul
2009-02-13
i965: fix inconsistant indentation in brw_wm.c
Brian Paul
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-01-30
i965: bump texture limit to 4kx4k
Keith Packard
2009-01-30
i965: formatting, comments, whitespace clean-ups
Brian Paul
2009-01-30
Remove stale symlinks to intel/intel_depthstencil.c
Ian Romanick
2009-01-29
i965: use bitfields in brw_sf_unit_key struct
Brian Paul
2009-01-29
i965: fix render to FBO/texture orientation bugs
Brian Paul
2009-01-28
i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ
Brian Paul
2009-01-28
i965: implement GL_EXT_texture_swizzle
Brian Paul
2009-01-28
i965: minor clean-up, comments, etc.
Brian Paul
2009-01-28
Merge commit 'origin/master' into texture_swizzle
Brian Paul
2009-01-28
i965: fix bug in pass0_precalc_mov()
Brian Paul
2009-01-28
i965: minor comment additions/edits
Brian Paul
2009-01-28
i965: minor improvements in brw_wm_populate_key()
Brian Paul
2009-01-28
i965: remove pad field
Brian Paul
2009-01-28
i965: widen per-texture bitfields for 16 texture image units
Brian Paul
2009-01-28
i965: minor comments
Brian Paul
2009-01-26
intel: replace i915/intel_state.c and i965/intel_state.c with shared file
Brian Paul
2009-01-26
intel: whitespace changes
Brian Paul
2009-01-26
intel: move some driver functions around
Brian Paul
2009-01-26
intel: asst. casts to silence warnings
Brian Paul
2009-01-26
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2009-01-26
intel: move glClear-related code into new intel_clear.c file
Brian Paul
2009-01-26
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-01-26
i965: scissor rect was inverted when rendering to texture
Brian Paul
2009-01-23
i965: init array->Format fields (see bug 19708)
Brian Paul
2009-01-23
Merge branch 'vertex_array_bgra'
Brian Paul
2009-01-23
i965: enable GL_EXT_vertex_array_bgra
Brian Paul
2009-01-23
Track two sets of back-face stencil state
Ian Romanick
2009-01-22
i965: whitespace changes and reformatting
Brian Paul
2009-01-22
intel: remove/disable the "paired depth/stencil" code
Brian Paul
2009-01-21
i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.
Eric Anholt
2009-01-21
i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.
Eric Anholt
2009-01-16
i965: fix polygon culling bug when rendering to a texture/FBO
Brian Paul
2009-01-14
i965: indentation fixes
Brian Paul
2009-01-14
i965: allow larger AA points on fallback path
Brian Paul
2009-01-14
i965: fix indentation
Brian Paul
[next]