Age | Commit message (Expand) | Author |
2009-08-31 | swrast: fix selection/feedback regression | Brian Paul |
2009-08-31 | swrast: can't use deferred texture/shading if using KIL instruction | Brian Paul |
2009-08-30 | swrast: minor code consolidation | Brian Paul |
2009-08-27 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-27 | swrast: fix incorrect tri culling in selection/feedback mode. | Brian Paul |
2009-08-12 | Merge branch 'new-frag-attribs' | Brian Paul |
2009-08-08 | swrast: replace GLenum, GLint with GLbitfield for buffer vars | Brian Paul |
2009-08-05 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-05 | mesa: make _mesa_clip_blit() a shared function | Brian Paul |
2009-07-31 | swrast: fix incorrect texcoord attribute test | Brian Paul |
2009-07-29 | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul |
2009-06-16 | mesa: fix REMAINDER() macro | Brian Paul |
2009-06-16 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-11 | Merge branch 'mesa_7_5_branch' | José Fonseca |
2009-06-10 | swrast: fix state validation bug for changing program constants | Brian Paul |
2009-06-03 | swrast: always do span clipping in _swrast_write_rgba_span() | Brian Paul |
2009-05-12 | swrast: update/restore the opt_sample_rgb/rgba_2d() functions | Brian Paul |
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul |
2009-05-07 | swrast: fix span clipping bug | Brian Paul |
2009-04-28 | swrast: add missing break in clamp_rect_coord_linear() | Brian Paul |
2009-04-21 | swrast: simplify state update logic for fragment shader const buffers | Brian Paul |
2009-04-20 | swrast: fix pointer arithmetic error in get_texel_array() | Brian Paul |
2009-04-09 | swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code | Brian Paul |
2009-04-07 | swrast: fix point rendering function selection | Brian Paul |
2009-04-07 | swrast: restore !shader check around add_specular() | Brian Paul |
2009-04-06 | swrast: more texcombine clean-ups | Brian Paul |
2009-04-06 | swrast: asst. clean-ups in texcombine code | Brian Paul |
2009-04-06 | swrast: fix secondary color add for glBitmap | Brian Paul |
2009-04-06 | swrast: fix incorrect arithmetic for GL_ADD_SIGNED/GL_COMBINE4_NV mode | Brian Paul |
2009-04-06 | swrast: fix texture border color interpretation | Brian Paul |
2009-04-03 | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul |
2009-04-01 | swrast: remove unused integer lerp functions | Brian Paul |
2009-04-01 | swrast: remove old texture_apply() code; always use texture combine code | Brian Paul |
2009-04-01 | swrast: fix bad optimization check | Brian Paul |
2009-04-01 | swrast: remove unused parameter | Brian Paul |
2009-04-01 | swrast: minor improvements, clean-ups in texcombine code | Brian Paul |
2009-04-01 | swrast: use float4_array typedef to simplify the code a bit | Brian Paul |
2009-04-01 | mesa: texture combine clean-ups | Brian Paul |
2009-04-01 | swrast: refactor depth/shadow sampling code | Brian Paul |
2009-04-01 | swrast: general clean-up of texture combine code | Brian Paul |
2009-04-01 | swrast: do texture sampling/combining in floating point | Brian Paul |
2009-04-01 | swrast: fix glDrawBuffer(GL_FRONT_AND_BACK) | Brian Paul |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger |
2009-03-17 | swrast: use better _swrast_compute_lambda() function | Brian Paul |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-03-11 | mesa: remove some last remnants of GL_MESA_program_debug | Brian Paul |
2009-03-11 | mesa: remove gl_texture_object::_Function field and associated code | Brian Paul |
2009-03-07 | swrast: remove old comment | Brian Paul |
2009-03-07 | swrast: rename s_buffers.c -> s_clear.c | Brian Paul |
2009-03-07 | mesa: remove GL_MESA_program_debug extension | Brian Paul |