summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-29mesa: check for posix_memalign() errorspontus lidman
2010-11-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák
2010-11-27r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet
2010-11-27r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul
2010-11-26xorg/vmwgfx: Don't clip video to viewportThomas Hellstrom
2010-11-26xorg/vmwgfx: Flush even if we don't autopaint the color keyThomas Hellstrom
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: add a function for swizzling a maskMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-26r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák
2010-11-25nvfx: reset nvfx->hw_zetaXavier Chantry
2010-11-25nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry
2010-11-25glsl: Add a virtual as_discard() method.Kenneth Graunke
2010-11-25glsl: Use do_common_optimization in the standalone compiler.Kenneth Graunke
2010-11-25glsl: Don't inline function prototypes.Kenneth Graunke
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-25st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-11-25st/vega: Fix a crash with empty paths.Chia-I Wu
2010-11-25auxiliary: util_blit_pixels_tex should restore the viewport.Chia-I Wu
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie
2010-11-24mesa: Fix glGet of ES2's GL_MAX_*_VECTORS properties.Kenneth Graunke
2010-11-24meta: Mask Stencil.Clear against stencilMax in _mesa_meta_ClearPeter Clifton
2010-11-24x11: remove test_proxy_teximage() functionBrian Paul
2010-11-24mesa: added _mesa_format_image_size64()Brian Paul
2010-11-24mesa: add assertion and update comment in _mesa_format_image_size()Brian Paul
2010-11-24i965: Don't write mrf assignment for pointsize outputKristian Høgsberg
2010-11-24gallium/targets/xorg-vmwgfx: Xv fixesThomas Hellstrom
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom
2010-11-24egl_dri2: Fix one context, multiple surfaces.Chia-I Wu
2010-11-23i915: Disallow alpha, red, RG, and sRGB as render targetsIan Romanick
2010-11-23glsl: start restoring some geometry shader codeBrian Paul
2010-11-23glsl: better handling of linker failuresBrian Paul
2010-11-23mesa: use gl_shader_type enumBrian Paul
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-23mesa: _mesa_valid_register_index() to validate register indexesBrian Paul
2010-11-23mesa: rename, make _mesa_register_file_name() non-staticBrian Paul
2010-11-23glsl: use gl_register_file in a few placesBrian Paul
2010-11-23glsl: fix off by one in register index assertionBrian Paul
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher
2010-11-23i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt
2010-11-23i965: Don't upload line smooth params unless we're line smoothing.Eric Anholt
2010-11-23i965: Don't upload line stipple pattern unless we're stippling.Eric Anholt
2010-11-23i965: Don't upload polygon stipple unless required.Eric Anholt