summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul4-35/+75
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul1-5/+2
2011-02-21st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul1-0/+2
2011-02-21cso: fix loop bound in cso_set_vertex_samplers()Brian Paul1-1/+1
2011-02-21glx: fix length of GLXGetFBConfigsSGIXJulien Cristau1-1/+1
2011-02-21glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau1-2/+3
2011-02-21glapi: add @GOTPCREL relocation typeDimitry Andric2-2/+4
2011-02-21softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul1-1/+1
2011-02-21st/mesa: fix incorrect fragcoord.x translationBrian Paul1-4/+6
2011-02-21glapi: adding @ char before type specifier in glapi_x86.SDimitry Andric2-2/+2
2011-02-21glx: fix request lengthsJulien Cristau1-3/+3
2011-02-21mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric1-1/+1
2011-02-21mesa: s/movzx/movzbl/Dimitry Andric1-7/+7
2011-02-21llvmpipe: make sure binning is active when we begin/end a queryBrian Paul1-0/+4
2011-02-21mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul1-0/+7
2011-02-21mesa: don't assert in GetIntegerIndexed, etcBrian Paul1-6/+12
2011-02-21mesa: fix num_draw_buffers==0 in fixed-function fragment program generationBrian Paul1-2/+2
2011-02-21mesa: fix a few format table mistakes, assertionsBrian Paul1-7/+8
2011-02-21docs: Update 7.9.2 release notesIan Romanick1-0/+8
2011-02-21mesa: Fix error checks in GetVertexAttrib functionsIan Romanick1-36/+32
2011-02-21linker: Generate link errors when ES shaders are missing stagesIan Romanick1-0/+14
2011-02-21mesa: glGetUniform only returns a single element of an arrayIan Romanick1-13/+38
2011-02-21intel: Make renderbuffer tiling choice match texture tiling choice.Eric Anholt1-4/+9
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick13-24/+24
2011-02-21glsl: Fix the lowering of variable array indexing to not lose write_masks.Eric Anholt1-13/+37
2011-02-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2Marek Olšák1-1/+1
2011-02-11r300g: Null pointer check for buffer deref in gallium winsysBryce Harrington1-1/+1
2011-02-07ralloc: Add missing va_end following va_copy.Vinson Lee1-0/+2
2011-02-07Remove the talloc sources from the Mesa repository.Kenneth Graunke6-3895/+0
2011-02-07Remove talloc from the SCons build system.Kenneth Graunke6-28/+2
2011-02-07Remove talloc from the make and automake build systems.Kenneth Graunke7-24/+12
2011-02-07ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2-35/+280
2011-02-07Convert everything from the talloc API to the ralloc API.Kenneth Graunke63-587/+571
2011-02-07ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke4-0/+542
2011-02-07glcpp: Remove use of talloc reference counting.Kenneth Graunke1-13/+7
2011-02-07glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke4-13/+0
2011-02-07glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke1-6/+3
2011-02-04docs: Update 7.9.2 release notesIan Romanick1-0/+10
2011-02-04i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt1-0/+1
2011-02-04docs: Add a relnote for the Civ IV on i965.Eric Anholt1-0/+2
2011-02-04i965: Avoid double-negation of immediate values in the VS.Eric Anholt1-4/+3
2011-02-04intel: Check for unsupported texture when finishing using as a render targetChris Wilson1-1/+2
2011-02-04linker: Propagate max_array_access while linking functionsIan Romanick2-4/+13
2011-02-04linker: Set sizes for non-global arrays as wellIan Romanick1-18/+17
2011-02-04glsl: Don't assert when the value returned by a function has no rvalueIan Romanick1-13/+12
2011-02-04glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke3-4/+6
2011-02-04glsl: Mark 'in' variables at global scope as read-onlyChad Versace1-1/+2
2011-02-04glsl: Fix segfault due to missing printf argumentChad Versace1-1/+2
2011-02-04glsl: Fix semantic checks on precision qualifiersChad Versace1-9/+8
2011-02-04glsl: Refresh autogenerated lexer and parser files.Ian Romanick1-180/+184