Age | Commit message (Expand) | Author | Files | Lines |
2010-03-12 | mklib: Fix amd64 builds on Solaris when using Sun compilers | Alan Coopersmith | 1 | -4/+7 |
2010-03-12 | r300g: Forcibly sanitize max index. | Corbin Simpson | 1 | -3/+3 |
2010-03-12 | Revert "st/mesa: Always recalculate invalid index bounds." | Corbin Simpson | 1 | -3/+3 |
2010-03-12 | gallivm: cube map sampling works now | Brian Paul | 1 | -22/+154 |
2010-03-12 | gallivm: fix bugs in nested if/then/else codegen | Brian Paul | 1 | -9/+17 |
2010-03-12 | gallivm: support non-vector float in lp_build_sgn() | Brian Paul | 1 | -6/+21 |
2010-03-12 | i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy(). | Eric Anholt | 1 | -7/+19 |
2010-03-12 | i965: Clarify that DELTAXY always occurs for both X and Y. | Eric Anholt | 1 | -14/+13 |
2010-03-12 | i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt | 1 | -5/+2 |
2010-03-12 | i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt | 1 | -3/+2 |
2010-03-12 | i965: Fix up VS DP4 sequences to avoid dependency control. | Eric Anholt | 4 | -0/+123 |
2010-03-12 | i965: When doing a swizzled kill pixel, don't do redundant channel compares. | Eric Anholt | 1 | -4/+12 |
2010-03-12 | i965: Use the SEL instruction to implement MIN and MAX. | Eric Anholt | 1 | -11/+3 |
2010-03-12 | svga: Fix up for context transfers. | Michel Dänzer | 1 | -0/+2 |
2010-03-12 | st/xorg: Remove flushes no longer necessary thanks to context transfers. | Michel Dänzer | 2 | -21/+0 |
2010-03-12 | glx/single2.c: Don't call __builtin_expect on non-gnu compilers | Alan Coopersmith | 1 | -0/+3 |
2010-03-12 | Merge branch '7.8' | Michel Dänzer | 42 | -162/+150 |
2010-03-12 | vmwgfx/dri: Fix SCons build. | Michel Dänzer | 1 | -0/+1 |
2010-03-12 | st/dri: Always try to set up R5G6B5 configs. | Michel Dänzer | 1 | -49/+52 |
2010-03-12 | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher | 10 | -22/+30 |
2010-03-12 | dri/r700: include shader/programopt.h instead of programopt.c. | Luc Verhaegen | 1 | -1/+1 |
2010-03-12 | Add programs to .gitignore in redbook | Jeff Smith | 1 | -0/+13 |
2010-03-12 | Add programs to .gitignore in xdemos | Jeff Smith | 1 | -3/+4 |
2010-03-12 | Add -L$(libdir) for xdemos and egl so that the right libX11 is found | Jeff Smith | 2 | -4/+4 |
2010-03-12 | Grammar and spelling fixes | Jeff Smith | 30 | -33/+33 |
2010-03-12 | st/xorg: context transfers | Keith Whitwell | 3 | -42/+42 |
2010-03-12 | gallium: fix BGRA vertex color swizzles | Marek Olšák | 3 | -7/+7 |
2010-03-12 | st/mesa: Always recalculate invalid index bounds. | Corbin Simpson | 1 | -3/+3 |
2010-03-12 | st/mesa: Update debug infos. | Corbin Simpson | 1 | -2/+9 |
2010-03-12 | r300g: Properly clamp index limits. | Corbin Simpson | 2 | -2/+2 |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell | 79 | -690/+803 |
2010-03-12 | mesa: fix linux-dri and autogen builds since sw-api-2 merge | Keith Whitwell | 3 | -3/+7 |
2010-03-11 | radeon: Fix memory leaks from early return. | Vinson Lee | 1 | -0/+2 |
2010-03-11 | llvmpipe: Remove unnecessary header. | Vinson Lee | 1 | -1/+0 |
2010-03-11 | gallivm: checkpoint WIP cubemap code | Brian Paul | 1 | -1/+90 |
2010-03-11 | gallivm: added lp_build_sum_vector() | Brian Paul | 2 | -0/+35 |
2010-03-11 | softpipe: further tighen up sample_cube() | Brian Paul | 1 | -45/+21 |
2010-03-11 | softpipe: tighten up the code in sample_cube() | Brian Paul | 1 | -62/+38 |
2010-03-11 | st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/ | Brian Paul | 1 | -1/+1 |
2010-03-11 | gallivm: enable 3D texture sampling | Brian Paul | 1 | -0/+5 |
2010-03-11 | progs/demos: added 'f' key to toggle filtering mode in stex3d.c | Brian Paul | 1 | -4/+11 |
2010-03-11 | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]' | Brian Paul | 6 | -20/+54 |
2010-03-11 | llvmpipe: fix comment typo | Brian Paul | 1 | -1/+1 |
2010-03-11 | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul | 26 | -27/+28 |
2010-03-11 | gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if needed | Brian Paul | 1 | -0/+47 |
2010-03-11 | st/mesa: fix st_set_framebuffer_surface() state validation | Brian Paul | 1 | -38/+12 |
2010-03-11 | st/xorg: Fixup configure | Jakob Bornecrantz | 1 | -4/+12 |
2010-03-11 | r200: support additional blit formats | Alex Deucher | 2 | -18/+138 |
2010-03-11 | gallivm: fix some bugs on the 1D texture paths | Brian Paul | 1 | -8/+11 |
2010-03-11 | st/mesa: don't enable extensions which aren't actually supported | Roland Scheidegger | 2 | -5/+4 |