| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 7 | -59/+59 |
* | mesa: per-buffer blend enabled flags | Brian Paul | 2009-12-29 | 1 | -1/+1 |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-12-15 | 2 | -1/+7 |
|\ |
|
| * | swrast: Silence uninitialized variable warnings in s_triangle.c | Vinson Lee | 2009-12-12 | 1 | -0/+6 |
| * | swrast: Initialize tex_coords in handle_sample_op. | Vinson Lee | 2009-12-12 | 1 | -1/+1 |
* | | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -6/+6 |
* | | swrast: handle additional Z24 formats in read_depth_pixels() | Brian Paul | 2009-11-11 | 1 | -5/+18 |
* | | swrast: update renderbuffer format assertions | brian | 2009-11-10 | 1 | -3/+4 |
* | | mesa: Mostly fix swrast's ARB_depth_clamp support. | Eric Anholt | 2009-10-29 | 2 | -12/+26 |
* | | swrast: added braces | Chia-I Wu | 2009-10-28 | 1 | -2/+4 |
* | | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 4 | -130/+138 |
|\ \ |
|
| * | | swrast: fix RGB, RGBA texturing code | Brian Paul | 2009-10-28 | 1 | -5/+11 |
| * | | swrast: check for single texture unit in _swrast_choose_triangle() | Brian Paul | 2009-10-28 | 1 | -0/+1 |
| * | | swrast: clean up and remove dead code in triangle functions | Brian Paul | 2009-10-28 | 1 | -57/+47 |
| * | | swrast: fix texel decoding in opt_sample_rgba_2d() | Brian Paul | 2009-10-28 | 1 | -5/+5 |
| * | | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | 2009-10-08 | 3 | -10/+13 |
| * | | swrast: fix some texformat regressions | Brian Paul | 2009-09-30 | 2 | -41/+49 |
| * | | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul | 2009-09-30 | 2 | -24/+24 |
| * | | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 2 | -16/+16 |
* | | | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle | 2009-10-07 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | swrast: s/GLfloat/GLuint/ in bzero() | Brian Paul | 2009-10-07 | 1 | -1/+1 |
| * | | swrast: add missing returns | Brian Paul | 2009-10-07 | 1 | -0/+2 |
* | | | swrast: Move up state validation in _swrast_ReadPixels. | Michel Dänzer | 2009-10-03 | 1 | -3/+3 |
* | | | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | 2009-09-30 | 1 | -4/+0 |
| |/
|/| |
|
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-09-24 | 1 | -3/+8 |
|\| |
|
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-24 | 1 | -3/+8 |
| |\ |
|
| | * | swrast: add lod bias when texture sampling | Brian Paul | 2009-09-23 | 1 | -2/+7 |
| | * | swrast: fix typo in partial derivatives parameter passing | Brian Paul | 2009-09-23 | 1 | -1/+1 |
| * | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-21 | 1 | -2/+2 |
| |\| |
|
| | * | swrast: fix cube face selection | Brian Paul | 2009-09-21 | 1 | -2/+2 |
| | * | swrast: fix selection/feedback regression | Brian Paul | 2009-08-31 | 1 | -1/+1 |
| | * | swrast: can't use deferred texture/shading if using KIL instruction | Brian Paul | 2009-08-31 | 1 | -0/+3 |
* | | | Merge branch 'softpipe-opt' | Keith Whitwell | 2009-09-23 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | mesa/swrast: use one fewer divide in swrast's choose_cube_face also | Keith Whitwell | 2009-08-24 | 1 | -2/+6 |
* | | | | swrast: fix cube face selection | Brian Paul | 2009-09-21 | 1 | -2/+2 |
* | | | | swrast: remove obsolete s_imaging.c file | Brian Paul | 2009-09-19 | 1 | -176/+0 |
* | | | | swrast: remove prototypes for obsolete functions | Brian Paul | 2009-09-19 | 1 | -21/+0 |
* | | | | mesa: move readbuffer tests | Brian Paul | 2009-09-19 | 1 | -20/+0 |
* | | | | swrast: remove obsolete s_texstore.c | Brian Paul | 2009-09-19 | 1 | -576/+0 |
* | | | | swrast: remove prototypes for obsolete functions | Brian Paul | 2009-09-19 | 1 | -33/+0 |
* | | | | swrast: remove mipmap generation checks (done in core Mesa now) | Brian Paul | 2009-09-16 | 1 | -25/+0 |
* | | | | mesa: Add support for ARB_depth_clamp. | Eric Anholt | 2009-09-08 | 3 | -0/+32 |
| |/ /
|/| | |
|
* | | | swrast: wrap comment to 80 columns, remove dead code | Brian Paul | 2009-09-03 | 1 | -57/+6 |
* | | | mesa: consolidate PBO map/unmap helpers | Brian Paul | 2009-09-03 | 3 | -6/+6 |
* | | | swrast: fix selection/feedback regression | Brian Paul | 2009-08-31 | 1 | -1/+1 |
* | | | swrast: can't use deferred texture/shading if using KIL instruction | Brian Paul | 2009-08-31 | 1 | -0/+3 |
* | | | swrast: minor code consolidation | Brian Paul | 2009-08-30 | 1 | -7/+2 |
* | | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-27 | 2 | -7/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | swrast: fix incorrect tri culling in selection/feedback mode. | Brian Paul | 2009-08-27 | 2 | -7/+9 |
* | | | Merge branch 'new-frag-attribs' | Brian Paul | 2009-08-12 | 2 | -18/+15 |
|\ \ \ |
|