Age | Commit message (Expand) | Author |
2008-11-13 | CELL: fix stencil twiddling, stencil invert | Robert Ellison |
2008-11-13 | Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouve... | Stephane Marchesin |
2008-11-13 | gallium: add st_set_teximage_surface for EXT_texture_from_pixmap | Ben Skeggs |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-11-12 | tgsi: More comments on source register indirect and 2D indexing. | Michal Krol |
2008-11-12 | i965: Upload state on primitive switch, don't just prepare it. | Eric Anholt |
2008-11-12 | i965: Fix VB refcount leak on aperture overflow. | Eric Anholt |
2008-11-12 | nv04..nv30: fix pipe_surface init | Pekka Paalanen |
2008-11-12 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Pekka Paalanen |
2008-11-12 | i965: Fix up VS max_threads for G4X and removing a magic number. | Eric Anholt |
2008-11-12 | i965: Fix up SF max_threads. | Eric Anholt |
2008-11-12 | i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads. | Eric Anholt |
2008-11-12 | i965: Update WM maximum threads for G4X. | Eric Anholt |
2008-11-12 | i965: Add a big comment explaining my understanding of URB management. | Eric Anholt |
2008-11-12 | glFlush before CopySubBuffer, fix coordinates and extension name typo. | Kristian Høgsberg |
2008-11-12 | CELL: fix stencil test bugs | Robert Ellison |
2008-11-12 | gallium: add missing prototypes | Brian Paul |
2008-11-12 | cell: move semicolons to silence warnings w/ other compilers | Brian Paul |
2008-11-12 | cell: include cell_surface.h | Brian Paul |
2008-11-12 | cell: fix typo in EMIT_ macro | Brian Paul |
2008-11-12 | cell: include cell_pipe_state.h | Brian Paul |
2008-11-12 | util: Optimise log2(). | Michal Krol |
2008-11-12 | util: Optimise log2(). | Michal Krol |
2008-11-12 | rtasm: Use INLINE keyword. Compile for all platforms, not only GALLIUM_CELL. | Michal Krol |
2008-11-12 | util: Add log2() definition for MSC. | Michal Krol |
2008-11-12 | tgsi: Fix a bug with saving/restoring xmm registers upon func call. | Michal Krol |
2008-11-12 | rtasm: Compile only for GALLIUM_CELL. | Michal Krol |
2008-11-12 | draw: Add missing include. | Michal Krol |
2008-11-12 | util: Add log2() definition for MSC. | Michal Krol |
2008-11-12 | draw: Add missing include. | Michal Krol |
2008-11-12 | glx: fix xcb build | Hanno Böck |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-11 | mesa: allow relative indexing into all register files and indirect dst regist... | Brian Paul |
2008-11-11 | cell: implement NRM3 opcode | Brian Paul |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison |
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg |
2008-11-11 | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao |
2008-11-11 | intel: reset cliprect_mode to IGNORE_CLIPRECTS. | Xiang, Haihao |
2008-11-11 | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao |
2008-11-11 | mesa: update new state for RasterPos like other operations. | Xiang, Haihao |
2008-11-10 | gallium: fix comment again. A half-closed interval was intended. | Brian |
2008-11-10 | mesa: new _mesa_is_pow_two() function | Brian |
2008-11-10 | mesa: restore glapi/ prefix on #include | Brian Paul |
2008-11-10 | dri: alloc __DRIscreen object with calloc() | Brian Paul |
2008-11-10 | mesa: fix logic error in GLSL linker when looking for main() shaders | Brian Paul |
2008-11-10 | mesa: fix some misc breakage caused by editing auto-generated files rather th... | Brian Paul |
2008-11-10 | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul |
2008-11-10 | dri: alloc __DRIscreen object with calloc() | Brian Paul |
2008-11-10 | mesa: track initialization status of uniform variables. Plus, asst clean-ups. | Brian Paul |