| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | libgl-xlib: Obey GALLIUM_SOFTPIPE define. | José Fonseca | 2010-03-15 | 1 | -0/+2 |
| * | | gallium: fix frontbuffer rendering with r300g | Dave Airlie | 2010-03-16 | 1 | -1/+1 |
| * | | llvmpipe: updated status in README file | Brian Paul | 2010-03-15 | 1 | -6/+13 |
| * | | progs/objviewer: remove debug code | Brian Paul | 2010-03-15 | 1 | -2/+2 |
| * | | gallivm: fix typo/bug in lp_build_sgn() | Brian Paul | 2010-03-15 | 1 | -1/+1 |
| * | | gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector() | Brian Paul | 2010-03-15 | 1 | -72/+83 |
| * | | gallivm: asst clean-ups, comments, etc. | Brian Paul | 2010-03-15 | 1 | -54/+60 |
| * | | gallivm: implement minification/magnification selection | Brian Paul | 2010-03-15 | 1 | -51/+137 |
| * | | gallivm: fix incorrect clamp in lp_build_linear_mip_levels() | Brian Paul | 2010-03-15 | 1 | -1/+1 |
| * | | gallivm: fix incorrect floor(), itrunc() | Brian Paul | 2010-03-15 | 1 | -2/+5 |
| * | | nv40: remove leftover nv40_transfer.c from unification into nvfx | Luca Barbieri | 2010-03-15 | 1 | -181/+0 |
* | | | cso: Do not hold references to bound textures. | Keith Whitwell | 2010-03-15 | 1 | -22/+8 |
* | | | st/mesa: Fix a call to st_get_stobj_sampler_view(). | Michal Krol | 2010-03-15 | 1 | -1/+1 |
* | | | st/mesa: Pass in correct sampler view object to blitter. | Michal Krol | 2010-03-15 | 1 | -1/+1 |
* | | | util: Fix nil pointer reference. | Michal Krol | 2010-03-15 | 1 | -5/+5 |
* | | | gallium: util_blit_pixels() takes source sampler view as argument. | Michal Krol | 2010-03-15 | 4 | -11/+36 |
* | | | st/mesa: Cache FBO texture's sampler view object. | Michal Krol | 2010-03-15 | 4 | -0/+31 |
* | | | nvfx: fix up after merge | Keith Whitwell | 2010-03-15 | 1 | -9/+7 |
* | | | r300g: fix up after merge | Keith Whitwell | 2010-03-15 | 5 | -24/+25 |
* | | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-15 | 150 | -10110/+6852 |
|\| | |
|
| * | | r300g: rebuild screen/winsys interface | Dave Airlie | 2010-03-15 | 23 | -279/+1465 |
| * | | nv50: reset vbo_fifo before each validate | Ben Skeggs | 2010-03-15 | 1 | -0/+1 |
| * | | nvfx: remove src_native_swz, which was a no-op | Luca Barbieri | 2010-03-15 | 2 | -88/+0 |
| * | | nvfx: clean up shader header | Luca Barbieri | 2010-03-15 | 4 | -103/+92 |
| * | | nvfx: draw: make swtnl draw_elements actually work. | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
| * | | nvfx: draw: emit color as floating point | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
| * | | nvfx: draw: make perspective corrective texturing work | Luca Barbieri | 2010-03-15 | 1 | -1/+8 |
| * | | nvfx: draw: create draw vp with ureg | Luca Barbieri | 2010-03-15 | 1 | -43/+24 |
| * | | nvfx: add NOUVEAU_SWTNL to force swtnl at runtime | Luca Barbieri | 2010-03-15 | 1 | -3/+10 |
| * | | nvfx: move nv04_surface_2d.c into nvfx directory | Luca Barbieri | 2010-03-15 | 6 | -5/+4 |
| * | | nvfx: fix quads drawing | Luca Barbieri | 2010-03-15 | 1 | -1/+1 |
| * | | nvfx: fix viewport state after bypass removal for swtnl | Luca Barbieri | 2010-03-15 | 1 | -11/+24 |
| * | | nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40 | Luca Barbieri | 2010-03-15 | 13 | -56/+10 |
| * | | nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 10 | -399/+252 |
| * | | nv30, nv40: partially non-trivially unify nv[34]0_fragtex.c | Luca Barbieri | 2010-03-15 | 6 | -106/+64 |
| * | | nv30, nv40: unify nv[34]0_context.c | Luca Barbieri | 2010-03-15 | 7 | -106/+9 |
| * | | nv30, nv40: fully unify nv[34]0_context.h | Luca Barbieri | 2010-03-15 | 9 | -37/+24 |
| * | | nv30, nv40: non-trivially unify nv[34]0_screen.c | Luca Barbieri | 2010-03-15 | 7 | -434/+181 |
| * | | nv30, nv40: non-trivially unify nv[34]0_vertprog.c | Luca Barbieri | 2010-03-15 | 10 | -997/+205 |
| * | | nv30, nv40: partially unify nv[34]0_state.c | Luca Barbieri | 2010-03-15 | 9 | -1162/+618 |
| * | | nv30, nv40: unify nv[34]0_vbo.c | Luca Barbieri | 2010-03-15 | 11 | -629/+50 |
| * | | nv30, nv40: non-trivially unify nv[34]0_draw.c | Luca Barbieri | 2010-03-15 | 12 | -119/+61 |
| * | | nv30, nv40: non-trivially unify nv[34]0_fragprog.c | Luca Barbieri | 2010-03-15 | 11 | -981/+99 |
| * | | nv30, nv40: non-trivially partially unify nv[34]0_shader.h | Luca Barbieri | 2010-03-15 | 8 | -1018/+726 |
| * | | nv30, nv40: non-trivially unify nv[34]0_state_fb.c | Luca Barbieri | 2010-03-15 | 9 | -212/+96 |
| * | | nv30, nv40: unify nv[34]0_state_viewport.c | Luca Barbieri | 2010-03-15 | 9 | -51/+7 |
| * | | nv30, nv40: unify nv[34]0_query.c | Luca Barbieri | 2010-03-15 | 12 | -236/+42 |
| * | | nv30, nv40: unify nv[34]0_miptree.c | Luca Barbieri | 2010-03-15 | 9 | -264/+30 |
| * | | nv30, nv40: unify nv[34]0_state_stipple.c | Luca Barbieri | 2010-03-15 | 9 | -48/+7 |
| * | | nv30, nv40: unify identical nv[34]0_state_zsa.c | Luca Barbieri | 2010-03-15 | 9 | -56/+12 |