Age | Commit message (Expand) | Author |
2010-12-01 | st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state. | Chia-I Wu |
2010-12-01 | st/vega: Use the renderer for vgMask. | Chia-I Wu |
2010-12-01 | st/vega: Add FILTER renderer state for image filtering. | Chia-I Wu |
2010-12-01 | st/vega: Add CLEAR renderer state for vgClear. | Chia-I Wu |
2010-12-01 | st/vega: Add SCISSOR renderer state. | Chia-I Wu |
2010-12-01 | st/vega: Add DRAWTEX renderer state. | Chia-I Wu |
2010-12-01 | st/vega: Overhaul renderer with renderer states. | Chia-I Wu |
2010-12-01 | llvmpipe: Fix build errors on x86. | Chia-I Wu |
2010-11-30 | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul |
2010-11-30 | r300g: fix texture border color once again | Marek Olšák |
2010-11-30 | glsl/linker: Free any IR discarded by optimization passes. | Kenneth Graunke |
2010-11-30 | glsl: Remove anti-built-in hacks from the print visitor. | Kenneth Graunke |
2010-11-30 | glsl: Lazily import built-in function prototypes. | Kenneth Graunke |
2010-11-30 | glsl: Refactor out cloning of function prototypes. | Kenneth Graunke |
2010-11-30 | glsl: fix matrix type check in ir_algebraic | Aras Pranckevicius |
2010-11-30 | glsl: Quiet unreachable no-return-from-function warning. | Eric Anholt |
2010-11-30 | scons: add alias for identity | Zack Rusin |
2010-11-30 | glsl: Fix structure and array comparisions. | Eric Anholt |
2010-11-30 | glsl: Add a helper constructor for expressions that works out result type. | Eric Anholt |
2010-11-30 | llvmpipe: shortcircuit some calls to set_scene_state | Keith Whitwell |
2010-11-30 | llvmpipe: remove misleading debug string | Keith Whitwell |
2010-11-30 | llvmpipe: raise dirty flag on transfers to bound constbuf | Keith Whitwell |
2010-11-30 | wgl: More complete WGL_ARB_pbuffer support. | José Fonseca |
2010-11-30 | wgl: Stub WGL_ARB_pbuffer support. | José Fonseca |
2010-11-30 | scons: Alias for svga | José Fonseca |
2010-11-30 | svga: Use consistent hexadecimal representation on debug output. | José Fonseca |
2010-11-30 | util: rename u_mempool -> u_slab | Marek Olšák |
2010-11-30 | gallivm: fix storing of the addr register | Zack Rusin |
2010-11-29 | glsl: Make the symbol table's add_variable just use the variable's name. | Eric Anholt |
2010-11-29 | glsl: Make the symbol table's add_function just use the function's name. | Eric Anholt |
2010-11-29 | i965: Fix type of gl_FragData[] dereference for FB write. | Eric Anholt |
2010-11-29 | drivers/x11: unifdef XFree86Server | Adam Jackson |
2010-11-29 | st/mesa: fix texture border color for RED and RG base formats | Marek Olšák |
2010-11-29 | mesa: check for posix_memalign() errors | pontus lidman |
2010-11-29 | r600g: it looks like r600 can handle dword offsets in the indices. | Dave Airlie |
2010-11-28 | u_blitter: interpolate clear color using a GENERIC varying instead of COLOR | Marek Olšák |
2010-11-27 | r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well. | Henri Verbeet |
2010-11-27 | r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps. | Henri Verbeet |
2010-11-26 | st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BIT | Mathias Fröhlich |
2010-11-26 | st/mesa: fix mapping of zero-sized buffer objects | Brian Paul |
2010-11-26 | xorg/vmwgfx: Don't clip video to viewport | Thomas Hellstrom |
2010-11-26 | xorg/vmwgfx: Flush even if we don't autopaint the color key | Thomas Hellstrom |
2010-11-26 | r300/compiler: move util functions to radeon_compiler_util | Marek Olšák |
2010-11-26 | r300/compiler: add a function for swizzling a mask | Marek Olšák |
2010-11-26 | r300/compiler: remove duplicate function rc_mask_to_swz | Marek Olšák |
2010-11-26 | r300/compiler: fix rc_rewrite_depth_out for it to work with any instruction | Marek Olšák |
2010-11-25 | u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stall | Marek Olšák |
2010-11-25 | nvfx: reset nvfx->hw_zeta | Xavier Chantry |
2010-11-25 | nvfx: fb->nr_cbufs <= 1 on nv30 | Xavier Chantry |
2010-11-25 | glsl: Add a virtual as_discard() method. | Kenneth Graunke |