Age | Commit message (Expand) | Author |
2009-03-10 | i965: more code clean-ups, comments | Brian Paul |
2009-03-10 | i965: minor code clean-ups, comments | Brian Paul |
2009-03-10 | i965: use new cast wrappers | Brian Paul |
2009-03-10 | i965: added cast wrappers, comments | Brian Paul |
2009-03-10 | i965: asst. code clean-ups, comments | Brian Paul |
2009-03-10 | i965: fix typos in comments | Brian Paul |
2009-03-09 | i965: fix cube map lock-up / corruption | Brian Paul |
2009-03-06 | i965: check if we run out of GRF/temp registers | Brian Paul |
2009-03-06 | i965: bump up BRW_EU_MAX_INSN | Brian Paul |
2009-03-06 | i965: comments | Brian Paul |
2009-03-06 | i965: comments and minor clean-ups | Brian Paul |
2009-03-06 | i965: avoid unnecessary calls to brw_wm_is_glsl() | Brian Paul |
2009-03-05 | i965: Stop dumping programs after the first all-zeroes entry. | Eric Anholt |
2009-03-05 | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt |
2009-03-05 | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt |
2009-03-05 | i965: Remove dead flushing code. | Eric Anholt |
2009-03-05 | i965: comments and formatting fixes | Brian Paul |
2009-03-05 | i965: fix emit_math1() function used for scalar instructions | Brian Paul |
2009-03-05 | i965: init dest reg CondMask = COND_TR (the proper default) | Brian Paul |
2009-03-04 | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-27 | i965: texture fixes: bordered textures, fallback rendering | Robert Ellison |
2009-02-26 | i965: rename draw_regions -> color_regions | root |
2009-02-26 | mesa: replace old prog_instruction::Sampler field with Aux field | Brian Paul |
2009-02-26 | i965: whitespace/indentation fixes | Brian Paul |
2009-02-26 | i965: fix for RHW workaround | Xiang, Haihao |
2009-02-25 | i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs. | Eric Anholt |
2009-02-23 | i965: fix line stipple fallback for GL_LINE_STRIP primitives | Robert Ellison |
2009-02-21 | i965: Fix render target read domains. | Eric Anholt |
2009-02-20 | i965: use the new prog_instruction::TexShadow field | Brian Paul |
2009-02-20 | i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24 | Brian Paul |
2009-02-20 | i965: separate emit_op() and emit_tex_op() functions | Brian Paul |
2009-02-20 | i965: update comment, use const qualifier | Brian Paul |
2009-02-20 | i965: var renaming, clean-up | Brian Paul |
2009-02-20 | i965: added comment | Brian Paul |
2009-02-20 | i965: additional debug output | Brian Paul |
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 |