summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-01-12meta: Actually use mipmapping when generating mipmaps.Eric Anholt
2011-01-12i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt
2011-01-12r600g: implement output modifiers and use them to further optimize LRPChristian König
2011-01-12r600g: use special constants for 0, 1, -1, 1.0f, 0.5f etcChristian König
2011-01-12r600g: optimize temp register handling for LRPChristian König
2011-01-12r600g: optimize away CF_INST_POPChristian König
2011-01-12r600g: make dumping of shaders an optionChristian König
2011-01-12r600g: fix alu dumpingChristian König
2011-01-12r600g: improve r600_bc_dumpChristian König
2011-01-12i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt
2011-01-12i965/fs: When producing ir_unop_abs of an operand, strip negate.Eric Anholt
2011-01-12glsl: Make builtin_compiler build on Windows with MSVC.José Fonseca
2011-01-12glsl: Make builtin_compiler portable for non-unices.José Fonseca
2011-01-12getopt: Make code more portable.José Fonseca
2011-01-12getopt: Import OpenBSD getopt implementation for MSVC.José Fonseca
2011-01-12scons: Update windows build for vgapi->openvg rename.José Fonseca
2011-01-12scons: Fix build on systems without libOpenVG.soJosé Fonseca