summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König1-0/+1
2011-01-13r600g: rework bank swizzle codeChristian König2-183/+174
2011-01-13r600g: fix alu slot assignmentChristian König1-15/+167
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König1-3/+16
2011-01-13nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller4-19/+42
2011-01-14draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu1-1/+2
2011-01-13i965: Remove unnecessary headers.Vinson Lee1-2/+0
2011-01-13targets/egl-static: Remove unnecessary header.Vinson Lee1-1/+0
2011-01-13r600g: Silence uninitialized variable warnings.Vinson Lee1-4/+4
2011-01-13mesa: Add missing break statement in SARGB8 case.Vinson Lee1-0/+1
2011-01-13egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul1-1/+1
2011-01-13dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni1-0/+3
2011-01-13scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'.José Fonseca2-0/+2
2011-01-13scons: Build libOpenVG.dll & libEGL.dllJosé Fonseca2-1/+7
2011-01-13util: Undo spurious changes in last commit.José Fonseca1-1/+1
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca1-1/+6
2011-01-13egl: Improve driver selection.Chia-I Wu10-63/+110
2011-01-13egl: Simplify driver matching.Chia-I Wu6-92/+64
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu9-72/+66
2011-01-12glsl/s_expression: Read and ignore Scheme-style comments.Kenneth Graunke1-6/+15
2011-01-12glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.Kenneth Graunke12-269/+265
2011-01-12ir_reader: Make assignment conditions optional.Kenneth Graunke2-11/+13
2011-01-12ir_reader: Convert to a class.Kenneth Graunke1-238/+241
2011-01-12ir_reader: Combine the three dereference reading functions into one.Kenneth Graunke1-83/+36
2011-01-12ir_reader: Relax requirement that function arguments be s_lists.Kenneth Graunke1-85/+78
2011-01-12ir_reader: Remove s_list::length() method.Kenneth Graunke3-18/+8
2011-01-12ir_reader: Add a pattern matching system and use it everywhere.Kenneth Graunke3-308/+294
2011-01-13mesa/srgb: handle SARGB8 case in the sw fbo renderer.Dave Airlie1-0/+4
2011-01-13st/mesa: fix a regression from cae2bb76Fredrik Höglund1-2/+1
2011-01-13nvc0: disable calling of sw methods we don't implementBen Skeggs1-0/+4
2011-01-13mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie1-0/+2
2011-01-13nvc0: fix mp_stack_bo relocationBen Skeggs1-2/+2
2011-01-12mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee1-8/+15
2011-01-12mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul1-0/+7
2011-01-12mesa: don't assert in GetIntegerIndexed, etcBrian Paul1-6/+12
2011-01-12mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul1-2/+2
2011-01-12st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSEDBrian Paul1-0/+2
2011-01-12glsl: remove trailing comma to silence warningBrian Paul1-1/+1
2011-01-12noop: change var type to silence warningBrian Paul1-1/+1
2011-01-12glsl/Makefile: Fix build with --as-needed.Kenneth Graunke1-1/+1
2011-01-12mesa: Move declaration before code in extensions.c.Vinson Lee1-6/+16
2011-01-12mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace1-1/+1
2011-01-12mesa: Change dependencies of some OES extension stringsChad Versace1-5/+5
2011-01-12mesa: Add/remove extensions in extension stringChad Versace1-5/+5
2011-01-12mesa: Refactor handling of extension stringsChad Versace2-490/+406
2011-01-12glsl: Track variable usage, use that to enforce semanticsIan Romanick3-2/+26
2011-01-12i965/fs: Do flat shading when appropriate.Eric Anholt2-20/+42
2011-01-12r600g: also look at tex inst when for maximum gpu countChristian König1-1/+7
2011-01-12generate_builtins.py: Add missing import.Vinson Lee1-0/+1
2011-01-12meta: Actually use mipmapping when generating mipmaps.Eric Anholt1-1/+1