summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-26glx: use __glXQueryServerStringRALOVICH, Kristóf2-11/+5
2008-11-26glx: implement __glXGetString, hide __glXGetStringFromServerRALOVICH, Kristóf2-21/+72
2008-11-26glx: implement QueryVersion using XCBRALOVICH, Kristóf1-1/+22
2008-11-26glx: implement __glXQueryServerString using XCBRALOVICH, Kristóf2-0/+35
2008-11-26windows: fix visual object memleakThomas Henn1-0/+3
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn1-1/+3
2008-11-26mesa: add missing type check for function callsBrian Paul1-0/+15
2008-11-26mesa: add missing size check for assignment optimizationBrian Paul1-1/+2
2008-11-26mesa: remove debug codeBrian Paul1-1/+0
2008-11-26mesa: add some missing switch cases for generating state var stringsBrian Paul1-10/+34
2008-11-26fix possible memory leak in bezierPatchMeshMakeDaniel Zimmermann1-9/+8
2008-11-24mesa: added support for GLSL 1.20 array.length() methodBrian Paul7-0/+112
2008-11-24mesa: support for GLSL 1.20 array typesBrian Paul11-2642/+2776
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul4-20/+33
2008-11-24glx: Add missing include for XCB, fixing crash on 64-bit.Bernd Buschinski1-0/+1
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul1-1/+1
2008-11-24mesa: copy centroid/invariance/precision info in parse_init_declarator()Brian Paul1-1/+4
2008-11-24mesa: check that varying variable qualifiers agreeBrian Paul1-3/+28
2008-11-24mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()Brian Paul1-0/+3
2008-11-24mesa: set flags for varying varsBrian Paul1-4/+13
2008-11-24mesa: rename program parameter flags to match other Mesa conventionsBrian Paul2-8/+8
2008-11-24mesa: copy Flags in _mesa_clone_parameter_list()Brian Paul1-0/+1
2008-11-24mesa: dump/debug varying vars listBrian Paul1-0/+5
2008-11-24mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul2-2/+14
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul4-24/+38
2008-11-21mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul1-0/+7
2008-11-21mesa: better variable name: s/aux/store/Brian Paul5-12/+15
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt3-68/+41
2008-11-21intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt1-6/+0
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt4-3/+12
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao1-1/+6
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied2-3/+3
2008-11-20intel: fix i8xx vbo enable bitairlied1-1/+1
2008-11-20intel: add lots of i830 engine to intel_decode debugairlied1-20/+110
2008-11-19mesa: minor comment reformatttingBrian Paul1-16/+13
2008-11-19mesa: glsl compiler debug codeBrian Paul1-141/+151
2008-11-19mesa: rework GLSL array code generationBrian Paul5-160/+371
2008-11-19mesa: don't realloc instruction buffer so oftenBrian Paul1-13/+22
2008-11-19mesa: updated commentBrian Paul1-0/+2
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao2-2/+10
2008-11-13mesa: no longer need Writemask field in GLSL IR nodesBrian Paul4-69/+23
2008-11-13mesa: revamp GLSL instruction emit codeBrian Paul1-244/+381
2008-11-13mesa: make writemask_string() non-staticBrian Paul2-4/+7
2008-11-13mesa: remove some do-nothing GLSL codeBrian Paul1-16/+0
2008-11-13mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul1-0/+1
2008-11-13mesa: use the tighter definition of GLSL ftransform() from the gallium branchesBrian Paul2-31/+40
2008-11-13mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul3-188/+184
2008-11-13mesa: fix bug in GLSL built-in matrix state lookupBrian Paul1-2/+5
2008-11-13mesa: tweak program register printing for RelAddr caseBrian Paul1-1/+1
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane1-43/+41