Age | Commit message (Expand) | Author |
2009-03-20 | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt |
2009-03-13 | i965: more register number assertions | Brian Paul |
2009-03-13 | i965: add some register number assertions | Brian Paul |
2009-03-13 | i965: remove unused PROGRAM_INTERNAL_PARAM, added comment | Brian Paul |
2009-03-13 | i965: move declarations before code | Brian Paul |
2009-03-13 | i965: debug code, use gl_register_file type | Brian Paul |
2009-03-12 | i965: move declaration before code | Brian Paul |
2009-03-12 | i965: fix const correctness | Brian Paul |
2009-03-12 | i965: comments | Brian Paul |
2009-03-12 | i965: fix polygon stipple when rendering to FBO | Robert Ellison |
2009-03-12 | i965: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-03-11 | i965: fix polygon face orientation when rendering to FBO | Robert Ellison |
2009-03-11 | i965: fix lock-ups when GLSL program wrote to gl_FragDepth | Brian Paul |
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 |