Age | Commit message (Expand) | Author |
2009-04-03 | i965: formatting clean-ups | Brian Paul |
2009-04-03 | i965: comments, whitespace changes | Brian Paul |
2009-04-03 | i965: rename scratch_buffer -> scratch_bo to be consistant with other buffers | Brian Paul |
2009-04-03 | i965: fix indentation | Brian Paul |
2009-04-03 | i965: whitespace changes, comments | Brian Paul |
2009-03-28 | i965: srgb texture fixes | Roland Scheidegger |
2009-03-28 | i965: add support for signed rgba texture format | Roland Scheidegger |
2009-03-24 | i965: fix point rasterization when rendering to FBO | Robert Ellison |
2009-03-23 | i965: Fix glFrontFacing in twoside GLSL demo. | Eric Anholt |
2009-03-23 | i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used. | Eric Anholt |
2009-03-23 | i965: Clean up a bit of mess with unneeded variables in emit_interp. | Eric Anholt |
2009-03-23 | i965: Fix occlusion query when no other WM state updates occur. | Eric Anholt |
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 |