| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. | Eric Anholt | 2009-03-20 | 1 | -7/+17 |
* | i965: more register number assertionsmesa_20090313 | Brian Paul | 2009-03-13 | 1 | -0/+7 |
* | i965: add some register number assertions | Brian Paul | 2009-03-13 | 1 | -0/+8 |
* | i965: remove unused PROGRAM_INTERNAL_PARAM, added comment | Brian Paul | 2009-03-13 | 1 | -3/+1 |
* | i965: move declarations before code | Brian Paul | 2009-03-13 | 1 | -6/+6 |
* | i965: debug code, use gl_register_file type | Brian Paul | 2009-03-13 | 1 | -1/+7 |
* | i965: move declaration before code | Brian Paul | 2009-03-12 | 1 | -2/+1 |
* | i965: fix const correctness | Brian Paul | 2009-03-12 | 1 | -1/+1 |
* | i965: comments | Brian Paul | 2009-03-12 | 1 | -0/+3 |
* | i965: fix polygon stipple when rendering to FBO | Robert Ellison | 2009-03-12 | 1 | -4/+31 |
* | i965: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -0/+3 |
* | i965: fix polygon face orientation when rendering to FBO | Robert Ellison | 2009-03-11 | 1 | -2/+8 |
* | i965: fix lock-ups when GLSL program wrote to gl_FragDepth | Brian Paul | 2009-03-11 | 1 | -1/+27 |
* | i965: more code clean-ups, comments | Brian Paul | 2009-03-10 | 1 | -4/+11 |
* | i965: minor code clean-ups, comments | Brian Paul | 2009-03-10 | 1 | -10/+12 |
* | i965: use new cast wrappers | Brian Paul | 2009-03-10 | 3 | -9/+16 |
* | i965: added cast wrappers, comments | Brian Paul | 2009-03-10 | 1 | -3/+29 |
* | i965: asst. code clean-ups, comments | Brian Paul | 2009-03-10 | 1 | -17/+19 |
* | i965: fix typos in comments | Brian Paul | 2009-03-10 | 1 | -2/+2 |
* | i965: fix cube map lock-up / corruption | Brian Paul | 2009-03-09 | 1 | -9/+13 |
* | i965: check if we run out of GRF/temp registers | Brian Paul | 2009-03-06 | 1 | -1/+25 |
* | i965: bump up BRW_EU_MAX_INSN | Brian Paul | 2009-03-06 | 1 | -1/+1 |
* | i965: comments | Brian Paul | 2009-03-06 | 1 | -0/+2 |
* | i965: comments and minor clean-ups | Brian Paul | 2009-03-06 | 1 | -3/+43 |
* | i965: avoid unnecessary calls to brw_wm_is_glsl() | Brian Paul | 2009-03-06 | 4 | -2/+12 |
* | i965: Stop dumping programs after the first all-zeroes entry. | Eric Anholt | 2009-03-05 | 1 | -0/+8 |
* | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt | 2009-03-05 | 1 | -0/+2 |
* | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt | 2009-03-05 | 1 | -0/+18 |
* | i965: Remove dead flushing code. | Eric Anholt | 2009-03-05 | 3 | -22/+0 |
* | i965: comments and formatting fixes | Brian Paul | 2009-03-05 | 1 | -4/+14 |
* | i965: fix emit_math1() function used for scalar instructions | Brian Paul | 2009-03-05 | 1 | -9/+32 |
* | i965: init dest reg CondMask = COND_TR (the proper default) | Brian Paul | 2009-03-05 | 1 | -2/+2 |
* | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison | 2009-03-04 | 1 | -5/+24 |
* | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 3 | -3/+3 |
* | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 3 | -6/+6 |
* | i965: texture fixes: bordered textures, fallback rendering | Robert Ellison | 2009-02-27 | 1 | -3/+31 |
* | i965: rename draw_regions -> color_regions | root | 2009-02-26 | 4 | -20/+20 |
* | mesa: replace old prog_instruction::Sampler field with Aux field | Brian Paul | 2009-02-26 | 3 | -10/+9 |
* | i965: whitespace/indentation fixes | Brian Paul | 2009-02-26 | 1 | -28/+24 |
* | i965: fix for RHW workaround | Xiang, Haihao | 2009-02-26 | 2 | -43/+99 |
* | i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs. | Eric Anholt | 2009-02-25 | 6 | -13/+14 |
* | i965: fix line stipple fallback for GL_LINE_STRIP primitives | Robert Ellison | 2009-02-23 | 1 | -1/+1 |
* | i965: Fix render target read domains. | Eric Anholt | 2009-02-21 | 1 | -2/+1 |
* | i965: use the new prog_instruction::TexShadow field | Brian Paul | 2009-02-20 | 5 | -6/+11 |
* | i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24 | Brian Paul | 2009-02-20 | 1 | -1/+9 |
* | i965: separate emit_op() and emit_tex_op() functions | Brian Paul | 2009-02-20 | 1 | -50/+63 |
* | i965: update comment, use const qualifier | Brian Paul | 2009-02-20 | 1 | -4/+2 |
* | i965: var renaming, clean-up | Brian Paul | 2009-02-20 | 1 | -13/+11 |
* | i965: added comment | Brian Paul | 2009-02-20 | 1 | -1/+1 |
* | i965: additional debug output | Brian Paul | 2009-02-20 | 1 | -0/+8 |