| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | vbo: Remove unnecessary header from vbo_save_loopback.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| * | | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee | 2010-01-11 | 1 | -3/+0 |
| * | | x86: Remove unnecessary header from x86_xform.c. | Vinson Lee | 2010-01-11 | 1 | -1/+0 |
| * | | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | 2010-01-11 | 1 | -0/+1 |
| * | | radeon: fix bug in realloc code. | Dave Airlie | 2010-01-11 | 1 | -1/+1 |
* | | | st/mesa: removed unused var | Brian Paul | 2010-01-11 | 1 | -2/+0 |
* | | | st/mesa: comments, whitespace | Brian Paul | 2010-01-11 | 1 | -8/+15 |
* | | | st/mesa: Remove st_api.c. | Chia-I Wu | 2010-01-12 | 2 | -34/+0 |
* | | | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes | 2010-01-11 | 8 | -8/+43 |
|\ \ \ |
|
| * | | | intel/DRI2: add DRI2flushExtension support with invalidate hook | Kristian Høgsberg | 2010-01-08 | 5 | -17/+44 |
| * | | | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes | 2010-01-08 | 1 | -0/+3 |
| * | | | DRI2: add SwapBuffers support | Jesse Barnes | 2010-01-08 | 2 | -0/+3 |
* | | | | st: Mark functions in st_public.h and vg_tracker.h as public. | Chia-I Wu | 2010-01-11 | 1 | -0/+22 |
* | | | | Fix compressed texture loads for non-minimal pitches | Luca Barbieri | 2010-01-11 | 1 | -1/+16 |
* | | | | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | 2010-01-11 | 1 | -0/+1 |
* | | | | radeon: fix bug in realloc code. | Dave Airlie | 2010-01-11 | 1 | -1/+1 |
* | | | | st/dri: update dri2 drawables when viewport is changed | Ben Skeggs | 2010-01-11 | 1 | -2/+2 |
* | | | | r300: minor accelerated blit fixes | Maciej Cencora | 2010-01-09 | 1 | -1/+14 |
* | | | | r300: fallback on depth buffer blits | Maciej Cencora | 2010-01-09 | 1 | -3/+5 |
* | | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-08 | 9 | -45/+65 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | mesa: Ensure libmesagallium.a is finished building before descending | Dan Nicholson | 2010-01-08 | 1 | -1/+1 |
| * | | | r300: Move initial declaration outside for loop. | Vinson Lee | 2010-01-08 | 1 | -2/+4 |
| * | | | meta: remove F suffix from _mesa_Ortho() params | Brian Paul | 2010-01-06 | 1 | -3/+3 |
| * | | | meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap | Brian Paul | 2010-01-06 | 1 | -19/+21 |
| * | | | meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap | Brian Paul | 2010-01-06 | 1 | -0/+9 |
| * | | | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas | 2010-01-06 | 2 | -6/+5 |
| * | | | tnl: set FOGC result to (f,0,0,1) | Brian Paul | 2010-01-06 | 1 | -0/+7 |
| * | | | r600: float texture component ordering | Pierre Ossman | 2010-01-06 | 1 | -20/+20 |
| * | | | mesa: test index bounds before array element | Roel Kluin | 2010-01-06 | 3 | -3/+3 |
| * | | | i965: fix invalid assertion in emit_xpd(), again | Brian Paul | 2010-01-06 | 1 | -1/+1 |
* | | | | intel: Remove leftover symlinks from DRI1 removal. | Eric Anholt | 2010-01-07 | 2 | -2/+0 |
* | | | | swrast: fix color masking for glAccum(GL_RETURN) | Brian Paul | 2010-01-07 | 1 | -4/+4 |
* | | | | i810: use ColorMask[0] | Brian Paul | 2010-01-07 | 1 | -1/+1 |
* | | | | r300/compiler: add full viewport transformation support in WPOS codegen | Marek Olšák | 2010-01-06 | 4 | -6/+16 |
* | | | | Make sure we use only signed/unsigned ints with bitfields. | Michal Krol | 2010-01-06 | 3 | -13/+13 |
* | | | | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca | 2010-01-06 | 7 | -306/+337 |
|\ \ \ \
| |/ / / |
|
| * | | | i965: fix invalid assertion in emit_xpd() | Brian Paul | 2010-01-05 | 1 | -1/+1 |
| * | | | tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() | Roel Kluin | 2010-01-05 | 1 | -1/+1 |
| * | | | st/mesa: fix broken translation of negative register indexes | Brian Paul | 2010-01-05 | 1 | -4/+16 |
| * | | | ARB prog parser: regenerated parser file | Brian Paul | 2010-01-05 | 1 | -2/+5 |
| * | | | ARB prog parser: fix parameter binding type | Brian Paul | 2010-01-05 | 1 | -2/+5 |
| * | | | ARB prog parser: regenerated parser files | Brian Paul | 2010-01-05 | 2 | -275/+285 |
| * | | | ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() | Brian Paul | 2010-01-05 | 1 | -8/+14 |
| * | | | mesa: whitespace changes and comments | Brian Paul | 2010-01-05 | 1 | -10/+6 |
| * | | | mesa: change constant search behaviour in _mesa_add_unnamed_constant() | Brian Paul | 2010-01-05 | 1 | -4/+4 |
| * | | | st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() | Brian Paul | 2010-01-05 | 1 | -0/+1 |
| * | | | mesa: bump version to 7.7.1-DEVEL | Brian Paul | 2010-01-05 | 1 | -4/+4 |
* | | | | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri | 2010-01-06 | 1 | -4/+0 |
* | | | | mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries | Brian Paul | 2010-01-05 | 2 | -0/+26 |
* | | | | mesa: call _mesa_compute_version() to set context's version info | Brian Paul | 2010-01-05 | 2 | -80/+6 |