summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-13scons: Fix cross-compilation.José Fonseca
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König
2011-01-13r600g: rework bank swizzle codeChristian König
2011-01-13r600g: fix alu slot assignmentChristian König
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König
2011-01-13nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller
2011-01-14draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu
2011-01-13i965: Remove unnecessary headers.Vinson Lee
2011-01-13targets/egl-static: Remove unnecessary header.Vinson Lee
2011-01-13r600g: Silence uninitialized variable warnings.Vinson Lee
2011-01-13mesa: Add missing break statement in SARGB8 case.Vinson Lee
2011-01-13egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul
2011-01-13dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni
2011-01-13scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.José Fonseca
2011-01-13scons: Build libOpenVG.dll & libEGL.dllJosé Fonseca
2011-01-13util: Undo spurious changes in last commit.José Fonseca
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-13egl: Simplify driver matching.Chia-I Wu
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2011-01-12glsl/s_expression: Read and ignore Scheme-style comments.Kenneth Graunke
2011-01-12glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.Kenneth Graunke
2011-01-12ir_reader: Make assignment conditions optional.Kenneth Graunke
2011-01-12ir_reader: Convert to a class.Kenneth Graunke
2011-01-12ir_reader: Combine the three dereference reading functions into one.Kenneth Graunke
2011-01-12ir_reader: Relax requirement that function arguments be s_lists.Kenneth Graunke
2011-01-12ir_reader: Remove s_list::length() method.Kenneth Graunke
2011-01-12ir_reader: Add a pattern matching system and use it everywhere.Kenneth Graunke
2011-01-13mesa/srgb: handle SARGB8 case in the sw fbo renderer.Dave Airlie
2011-01-13st/mesa: fix a regression from cae2bb76Fredrik Höglund
2011-01-13nvc0: disable calling of sw methods we don't implementBen Skeggs
2011-01-13mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie
2011-01-13nvc0: fix mp_stack_bo relocationBen Skeggs
2011-01-12mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee
2011-01-12mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul
2011-01-12mesa: don't assert in GetIntegerIndexed, etcBrian Paul
2011-01-12mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul
2011-01-12st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSEDBrian Paul
2011-01-12glsl: remove trailing comma to silence warningBrian Paul
2011-01-12noop: change var type to silence warningBrian Paul
2011-01-12glsl/Makefile: Fix build with --as-needed.Kenneth Graunke
2011-01-12mesa: Move declaration before code in extensions.c.Vinson Lee
2011-01-12mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace
2011-01-12mesa: Change dependencies of some OES extension stringsChad Versace
2011-01-12mesa: Add/remove extensions in extension stringChad Versace
2011-01-12mesa: Refactor handling of extension stringsChad Versace
2011-01-12glsl: Track variable usage, use that to enforce semanticsIan Romanick
2011-01-12i965/fs: Do flat shading when appropriate.Eric Anholt
2011-01-12r600g: also look at tex inst when for maximum gpu countChristian König
2011-01-12generate_builtins.py: Add missing import.Vinson Lee