Age | Commit message (Expand) | Author |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-31 | swrast: add check for conditional rendering | Brian Paul |
2009-12-31 | swrast: use different temp array in _swrast_get_dest_rgba() | Brian Paul |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-29 | mesa: per-buffer blend enabled flags | Brian Paul |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-12 | swrast: Silence uninitialized variable warnings in s_triangle.c | Vinson Lee |
2009-12-12 | swrast: Initialize tex_coords in handle_sample_op. | Vinson Lee |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-11-11 | swrast: handle additional Z24 formats in read_depth_pixels() | Brian Paul |
2009-11-10 | swrast: update renderbuffer format assertions | brian |
2009-10-29 | mesa: Mostly fix swrast's ARB_depth_clamp support. | Eric Anholt |
2009-10-28 | swrast: added braces | Chia-I Wu |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-28 | swrast: fix RGB, RGBA texturing code | Brian Paul |
2009-10-28 | swrast: check for single texture unit in _swrast_choose_triangle() | Brian Paul |
2009-10-28 | swrast: clean up and remove dead code in triangle functions | Brian Paul |
2009-10-28 | swrast: fix texel decoding in opt_sample_rgba_2d() | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-10-07 | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle |
2009-10-07 | swrast: s/GLfloat/GLuint/ in bzero() | Brian Paul |
2009-10-07 | swrast: add missing returns | Brian Paul |
2009-10-03 | swrast: Move up state validation in _swrast_ReadPixels. | Michel Dänzer |
2009-09-30 | swrast: fix some texformat regressions | Brian Paul |
2009-09-30 | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu |
2009-09-24 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-24 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-23 | swrast: add lod bias when texture sampling | Brian Paul |
2009-09-23 | swrast: fix typo in partial derivatives parameter passing | Brian Paul |
2009-09-23 | Merge branch 'softpipe-opt' | Keith Whitwell |
2009-09-21 | swrast: fix cube face selection | Brian Paul |
2009-09-21 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-21 | swrast: fix cube face selection | Brian Paul |
2009-09-19 | swrast: remove obsolete s_imaging.c file | Brian Paul |
2009-09-19 | swrast: remove prototypes for obsolete functions | Brian Paul |
2009-09-19 | mesa: move readbuffer tests | Brian Paul |
2009-09-19 | swrast: remove obsolete s_texstore.c | Brian Paul |
2009-09-19 | swrast: remove prototypes for obsolete functions | Brian Paul |
2009-09-16 | swrast: remove mipmap generation checks (done in core Mesa now) | Brian Paul |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt |
2009-09-03 | swrast: wrap comment to 80 columns, remove dead code | Brian Paul |
2009-09-03 | mesa: consolidate PBO map/unmap helpers | Brian Paul |
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-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 |