| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa int... | Brice Goglin | 2008-06-18 | 8 | -15/+31 |
|\ |
|
| * | i965: add support for Intel 4 series chipsets | Xiang, Haihao | 2008-06-18 | 3 | -2/+15 |
| * | i915: The pitch passed to intelEmitCopyBlitLocked should be in pixels, | Xiang, Haihao | 2008-06-18 | 1 | -3/+3 |
| * | i915: fix data size in intelTryDrawPixels. Reported by Christopher Dissauer | Xiang, Haihao | 2008-06-18 | 1 | -1/+1 |
| * | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 2 | -3/+5 |
| * | mesa: make mm.c use unsigned ints for offsets. | Brian Paul | 2008-06-17 | 2 | -6/+7 |
* | | Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa int... | Brice Goglin | 2008-06-17 | 17 | -34/+73 |
|\| |
|
| * | assorted glide driver fixes/updates | Wilfried Holzke | 2008-06-17 | 9 | -14/+41 |
| * | add hyphen to rm command | Brian Paul | 2008-06-17 | 1 | -1/+1 |
| * | glu: silence warnings | Brian Paul | 2008-06-17 | 1 | -2/+2 |
| * | bump version to 7.0.4 | Brian Paul | 2008-06-16 | 1 | -3/+3 |
| * | mesa: allocate pixel zoom arrays on heap, not stack | Brian Paul | 2008-06-16 | 3 | -12/+24 |
| * | Fix _mesa_new_program() recursive call regression | Brian Paul | 2008-06-16 | 1 | -1/+1 |
| * | i965: fix intel_batchbuffer_space. (bug#14709) | Xiang, Haihao | 2008-06-13 | 1 | -1/+1 |
* | | Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa int... | Brice Goglin | 2008-06-11 | 8 | -22/+87 |
|\| |
|
| * | disable ctx->Driver.NewProgram() call in _mesa_new_program() | Brian | 2008-06-11 | 1 | -2/+0 |
| * | r300: disable the lowimpact fallbacks by default. | Dave Airlie | 2008-06-11 | 1 | -1/+1 |
| * | i915: fix fd.o #14966 | Xiang, Haihao | 2008-06-11 | 1 | -1/+1 |
| * | i915: Keith Whitwell's swizzling TEX patch. fix #8283 | Xiang, Haihao | 2008-06-11 | 5 | -18/+85 |
* | | Merge branch 'mesa_7_0_branch' of git://git.freedesktop.org/git/mesa/mesa int... | Brice Goglin | 2008-06-10 | 95 | -493/+2798 |
|\| |
|
| * | i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf to glsl | Xiang, Haihao | 2008-06-10 | 1 | -1/+1 |
| * | Add support for ATI_separate_stencil in display lists. | Michal Wajdeczko | 2008-06-10 | 1 | -0/+33 |
| * | [965] Correctly set read mask for OPCODE_SWZ in pass1. | Michal Wajdeczko | 2008-06-10 | 1 | -1/+1 |
| * | [965] Avoid emitting dead code for DPx/math instructions. | Michal Wajdeczko | 2008-06-10 | 1 | -0/+15 |
| * | [965] Improve pinterp performance by delaying reads of just-written regs. | Michal Wajdeczko | 2008-06-10 | 1 | -0/+4 |
| * | [965] Fix negating of unsigned value in emit_wpos_xy. | Michal Wajdeczko | 2008-06-10 | 1 | -1/+1 |
| * | [965] Add MVP code for position invariant vertex programs. | Michal Wajdeczko | 2008-06-10 | 1 | -0/+3 |
| * | [win32] Use native aligned memory allocation functions. | Michal Wajdeczko | 2008-06-10 | 1 | -0/+18 |
| * | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel | 2008-06-10 | 1 | -2/+2 |
| * | Fix compat implementation of ffs() to return 1-based bit numbers. | Andrzej Trznadel | 2008-06-10 | 1 | -0/+1 |
| * | [i965] short immediate values must be replicated to both halves of the dword | Keith Packard | 2008-06-10 | 1 | -2/+2 |
| * | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit | Eric Anholt | 2008-06-10 | 1 | -14/+21 |
| * | [i915] fix fragment.position | Zou Nan hai | 2008-06-10 | 1 | -8/+22 |
| * | [i965] fix wpos height 1 pixel higher | Zou Nan hai | 2008-06-10 | 2 | -2/+2 |
| * | [965] Bug #9151: make fragment.position return window coords not screen coords. | Eric Anholt | 2008-06-10 | 4 | -22/+54 |
| * | [915] Fix COS function using same plan as SIN. | Eric Anholt | 2008-06-10 | 1 | -50/+70 |
| * | [915] Use a quartic term to improve the accuracy of SIN results. | Eric Anholt | 2008-06-10 | 1 | -23/+56 |
| * | [915] Fix fp SIN function, and use a quadratic approximation instead of Taylor. | Eric Anholt | 2008-06-10 | 1 | -52/+56 |
| * | [965] Fix potential segfaults from bad realloc. | Eric Anholt | 2008-06-10 | 1 | -1/+4 |
| * | [965] Fix inversion of SLT/SGE results in vertex programs. | Eric Anholt | 2008-06-10 | 2 | -6/+3 |
| * | [965] Fix and enable separate stencil. | Eric Anholt | 2008-06-10 | 3 | -4/+14 |
| * | [965] Replace our own depth constants in intel context with GL context ones. | Eric Anholt | 2008-06-10 | 4 | -15/+6 |
| * | [965] Remove dead code in upload_wm_surfaces. | Eric Anholt | 2008-06-10 | 1 | -3/+0 |
| * | i965: fix OPCODE_TEX when additional ops are needed | Roland Scheidegger | 2008-06-08 | 1 | -2/+7 |
| * | Set the attribute as used. | Brian Paul | 2008-06-04 | 1 | -0/+3 |
| * | [i915] GL_DEPTH_TEXTURE_MODE fix | Zou Nan hai | 2008-06-04 | 1 | -1/+6 |
| * | i965: handle source depth to render target for glsl, | Xiang, Haihao | 2008-06-04 | 1 | -0/+14 |
| * | replace // comment with /* */ (bug 14916) | Brian | 2008-06-04 | 1 | -1/+1 |
| * | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | 2008-06-04 | 4 | -22/+7 |
| * | [i965] Add support for GL shading language in I965 driver. | Zou Nan hai | 2008-06-04 | 23 | -157/+1857 |